diff options
author | Neil Brown <neilb@suse.de> | 2006-06-05 12:54:42 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-06-05 12:54:42 +1000 |
commit | b9559d9cd6255ec3068d1c840361ad972e2e066e (patch) | |
tree | 436f0a2e5665ea7b27b6eb3d1299c3776c113e27 | |
parent | 20dbc272005b69903bb3c1c2a6623cf69084c111 (diff) | |
download | nfs-utils-b9559d9cd6255ec3068d1c840361ad972e2e066e.tar.gz nfs-utils-b9559d9cd6255ec3068d1c840361ad972e2e066e.tar.xz nfs-utils-b9559d9cd6255ec3068d1c840361ad972e2e066e.zip |
Minor man page tidyup
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | utils/idmapd/idmapd.conf.man | 12 |
2 files changed, 7 insertions, 6 deletions
@@ -26,6 +26,7 @@ entirely (SIGPWR). This patch simply changes it to say "USR1", which gets it right no matter what the value is. "Steinar H. Gunderson" <sesse@debian.org> + - Minor man page tidy up 2006-04-12 NeilBrown <neilb@suse.de> Remove **/Makefile.in, aclocal.m4, configure, and diff --git a/utils/idmapd/idmapd.conf.man b/utils/idmapd/idmapd.conf.man index f4ea200..02722b1 100644 --- a/utils/idmapd/idmapd.conf.man +++ b/utils/idmapd/idmapd.conf.man @@ -14,9 +14,9 @@ The .Nm configuration file has two sections, initiated by the strings [General] and [Mapping]. Each section may contain lines of the form - +.Dl "" .Dl variable = value - +.Dl "" The variables allowed in the General section are .Va Verbosity, .Va Pipefs-Directory, @@ -37,13 +37,13 @@ which have the same effect as the and .Fl G commandline options. - +' .Sh EXAMPLES - +' An example .Pa /etc/idmapd.conf file: - +' .Bd -literal [General] @@ -56,7 +56,7 @@ Domain = localdomain Nobody-User = nobody Nobody-Group = nobody .Ed - +' .Sh SEE ALSO .Xr idmapd 8 .\".Sh SEE ALSO |