Fixes minor typo's present in man pages. Cheers Signed-off-by: Andreas Polnas <nurgrak@xxxxxxxxx> --- iff --git a/man/autofs.5 b/man/autofs.5 index 569a268..2fd7750 100644 --- a/man/autofs.5 +++ b/man/autofs.5 @@ -15,7 +15,7 @@ is specified (e.g. \fBhesiod\fP), this documentation does not apply. Indirect maps, except for the internal hosts map, can be changed on the fly -and the automouter will recognize those changes on the next operation it +and the automounter will recognize those changes on the next operation it performs on that map. Direct maps require a HUP signal be sent to the daemon to refresh their contents as does the master map. .SH "SUN FORMAT" diff --git a/man/autofs.conf.5.in b/man/autofs.conf.5.in index 8827e76..26fdd2e 100644 --- a/man/autofs.conf.5.in +++ b/man/autofs.conf.5.in @@ -31,7 +31,7 @@ overrides this and sets the timeout to 5 minutes to be consistent with earlier autofs releases. .TP .B master_wait -Sets the default maximum number of retries (actaul iterations is half +Sets the default maximum number of retries (actual iterations is half this, each is delayed by 2 seconds before retrying) waiting for the master map to become available if it cannot be read at program start (program default 10, then continue). This can be longer if the map @@ -211,7 +211,7 @@ whichever is less. The base dn to use when searching for amap base dn. This entry may be given multiple times and each will be checked for a map base dn in the order they occur in the configuration. The search base list is read -at startup and whenever the daemon recieves a HUP signal. +at startup and whenever the daemon receives a HUP signal. .TP .B map_object_class .br @@ -511,12 +511,13 @@ parser implementation. There's no simple way to determine what the system default filesystem is and am-utils needs to be continually updated to do this and can -easily get it wrong ayway. So allow it to be set in the configuration. +easily get it wrong anyway. So allow it to be set in the configuration. .SH EXAMPLE .sp .RS +.2i .ta 1.0i .nf + [ autofs ] timeout = 300 browse_mode = no @@ -526,7 +527,7 @@ dismount_interval = 300 map_type = nis autofs_use_lofs = no -[ /expamle/mount ] +[ /example/mount ] dismount_interval = 60 map_type = file .fi diff --git a/man/automount.8 b/man/automount.8 index 1061c9d..539dbd6 100644 --- a/man/automount.8 +++ b/man/automount.8 @@ -1,7 +1,7 @@ .\" Linux man page by B. James Phillippe, 1997 <bryan@xxxxxxxxxx> .\" .\" This page was written to contribute to the Linux kernel autofs -.\" implementation by H. Peter Anvin (1997). It is loosly based on +.\" implementation by H. Peter Anvin (1997). It is loosely based on .\" the documentation for mount(8) and amd(8) Linux manpages. .\" .\" This is free documentation.