summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-03-26 13:56:38 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-03-26 14:18:55 +0100
commit15d011454e8c8bd37006c497828e59db3a23e98c (patch)
treedf4a4e2f9f1ae85852a84e26319bc0fd02862ce3
parent2b6b45eee8c488ef5ddbcfe439619b81c11001d2 (diff)
downloadlibpcap-15d011454e8c8bd37006c497828e59db3a23e98c.tar.gz
Refine rpcapd-config.manfile. [skip ci]
Fix letter case and use bold/italics consistently with the other pages.
-rw-r--r--rpcapd/rpcapd-config.manfile.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/rpcapd/rpcapd-config.manfile.in b/rpcapd/rpcapd-config.manfile.in
index 267b48e5..dd0c91e1 100644
--- a/rpcapd/rpcapd-config.manfile.in
+++ b/rpcapd/rpcapd-config.manfile.in
@@ -22,11 +22,13 @@
rpcapd-config \- rpcapd configuration file format
.SH DESCRIPTION
An
-.B rpcapd
+.I rpcapd
configuration file allows parameters to be set for
.BR rpcapd (@MAN_ADMIN_COMMANDS@).
.LP
-A # introduces a comment that runs to the end of the line. Blank lines,
+A
+.B #
+introduces a comment that runs to the end of the line. Blank lines,
and lines with only a comment, are ignored. Leading and trailing white
space on a line are also ignored.
.LP
@@ -34,7 +36,9 @@ Lines that set a parameter are of the form
.IP
\fIparameter\fB=\fIvalue\fR
.LP
-Whitespace preceding or following the = is ignored.
+Whitespace preceding or following the
+.B =
+is ignored.
.LP
The
.IR parameter s
@@ -72,7 +76,7 @@ or
.BR NO .
.B YES
means that null authentication is permitted;
-.B No
+.B NO
means that it is not permitted.
.SH SEE ALSO
.BR rpcapd (@MAN_ADMIN_COMMANDS@)