From 2c7ecdcd0c50d4d3da6ff0b8fc2ea39573338d7f Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 14 Jan 2013 12:56:14 +0100 Subject: [PATCH] Fix a typo. --- doc/tinc.conf.5.in | 2 +- doc/tinc.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index d6045f2a..77b42c2a 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -372,7 +372,7 @@ If .Va Name is .Li $HOST , -but no such environment variable exist, the hostname will be read using the gethostnname() system call. +but no such environment variable exist, the hostname will be read using the gethostname() system call. .It Va PingInterval Li = Ar seconds Pq 60 The number of seconds of inactivity that .Nm tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index f0b4dd48..6301388b 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1103,7 +1103,7 @@ The name should consist only of alfanumeric and underscore characters (a-z, A-Z, If Name starts with a $, then the contents of the environment variable that follows will be used. In that case, invalid characters will be converted to underscores. If Name is $HOST, but no such environment variable exist, -the hostname will be read using the gethostnname() system call. +the hostname will be read using the gethostname() system call. @cindex PingInterval @item PingInterval = <@var{seconds}> (60) -- 2.20.1