1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Description: Fix hyphen-used-as-minus-sign warning (found by Lintian).
See https://lintian.debian.org/tags/hyphen-used-as-minus-sign.html for
an explanation.
Author: Benjamin Drung <benjamin.drung@profitbricks.com>
@@ -4,7 +4,7 @@
nisserver-plugin-defs \- print default settings for the NIS server plugin
.SH SYNOPSIS
-nisserver-plugin-defs [-d \fIdomain\fP ] [-m \fImap\fP ] [-s \fIsuffix\fP ]
+nisserver-plugin-defs [\-d \fIdomain\fP ] [\-m \fImap\fP ] [\-s \fIsuffix\fP ]
.SH DESCRIPTION
The \fInisserver-plugin-defs\fP command produces example configuration entries
@@ -14,17 +14,17 @@
.SH ARGUMENTS
.TP
--d DOMAIN
+\-d DOMAIN
By default, \fInisserver-plugin-defs\fP uses a placeholder for the NIS domain
name when it prints example configuration entries. This option allows a
particular domain name to be specified.
.TP
--m MAP
+\-m MAP
By default, \fInisserver-plugin-defs\fP prints example configuration entries
for all of the maps for which it has built-in defaults. This option can be
used to examine the defaults associated with a particular map name.
.TP
--s SUFFIX
+\-s SUFFIX
By default, \fInisserver-plugin-defs\fP uses a placeholder for the base DN
under which it expects to find entries which are relevant for the map. This
option allows a particular search base to be specified.
|