diff options
-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 |