fixed spelling mistakes
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 May 1998 06:57:50 +0000 (06:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 14 May 1998 06:57:50 +0000 (06:57 +0000)
rsync.yo
rsyncd.conf.yo

index f49fa2a..008bdda 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -414,13 +414,13 @@ will exit. The default is 0, which means no timeout.
 dit(bf(--daemon)) This tells rsync that it is to run as a rsync
 daemon. If standard input is a socket then rsync will assume that it
 is being run via inetd, otherwise it will detach from the current
-terminal and become a background daemon. The dameon will read the
+terminal and become a background daemon. The daemon will read the
 config file (/etc/rsyncd.conf) on each connect made by a client and
 respond to requests accordingly. See the rsyncd.conf(5) man page for more
 details. 
 
 dit(bf(--config FILE)) This specifies an alternate config file than
-the default /etc/rsyncd.conf. This is only relevent when --daemon is
+the default /etc/rsyncd.conf. This is only relevant when --daemon is
 specified. 
 
 dit(bf(--port PORT)) This specifies an alternate TCP port number to use
index b6840bb..8ca1c6d 100644 (file)
@@ -41,10 +41,10 @@ The values following the equals sign in parameters are all either a string
 true/false. Case is not significant in boolean values, but is preserved
 in string values. 
 
-manpagesection(LAUNCHING THE RSYNC DAMEON)
+manpagesection(LAUNCHING THE RSYNC DAEMON)
 
 The rsync daemon is launched by specifying the --daemon option to
-rsync. The dameon must run with root privileges.
+rsync. The daemon must run with root privileges.
 
 You can launch it either via inetd or as a standalone daemon. If run
 as a daemon then just run the command "rsync -daemon" from a suitable
@@ -76,7 +76,7 @@ default for that parameter.
 
 startdit()
 dit(bf(motd file)) The "motd file" option allows you to specify a
-"mesage of the day" to display to clients on each connect. This
+"message of the day" to display to clients on each connect. This
 usually contains site information and any legal notices. The default
 is no motd file.
 
@@ -181,21 +181,21 @@ itemize(
   IP address will be allowed in.
 
   it() a address/mask in the form a.b.c.d/e.f.g.h where e.f.g.h is a
-  netmask in dotted decimal motation. All IP addresses which match the masked
+  netmask in dotted decimal notation. All IP addresses which match the masked
   IP address will be allowed in.
 
   it() a hostname. The hostname as determined by a reverse lookup will
-  be matched (case insenstive) against the pattern. Only an exact
+  be matched (case insensitive) against the pattern. Only an exact
   match is allowed in.
 
   it() a hostname pattern using wildcards. These are matched using the
   same rules as normal unix filename matching. If the pattern matches
-  then the client is alowed in.
+  then the client is allowed in.
 )
 
 You can also combine "hosts allow" with a separate "hosts deny"
 option. If both options are specified then the "hosts allow" option s
-checked first and a match results in the client beng able to
+checked first and a match results in the client being able to
 connect. The "hosts deny" option is then checked and a match means
 that the host is rejected. If the host does not match either the 
 "hosts allow" or the "hosts deny" patterns then it is allowed to