diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-07-27 21:23:45 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-07-27 21:23:45 +0100 |
commit | 9f593929e7d442864140bd09fe795313fdce969a (patch) | |
tree | 3547137af362bdb6d8e25161f1b790d9dcb6d5eb /rpcapd | |
parent | 587b9324fbc24929ecd67ca85bdd0636e895c6a8 (diff) |
Fixup rpcapd man pages.
Make the references in the SEE ALSO section use BSD style, fix a typo.
[skip ci]
Diffstat (limited to 'rpcapd')
-rw-r--r-- | rpcapd/rpcapd-config.manfile.in | 2 | ||||
-rw-r--r-- | rpcapd/rpcapd.manadmin.in | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/rpcapd/rpcapd-config.manfile.in b/rpcapd/rpcapd-config.manfile.in index 5ef6ffb3..67a0d9e1 100644 --- a/rpcapd/rpcapd-config.manfile.in +++ b/rpcapd/rpcapd-config.manfile.in @@ -75,4 +75,4 @@ means that null authentication is permitted; .B No means that it is not permitted. .SH SEE ALSO -rpcapd(@MAN_ADMIN_COMMANDS@) +.BR rpcapd (@MAN_ADMIN_COMMANDS@) diff --git a/rpcapd/rpcapd.manadmin.in b/rpcapd/rpcapd.manadmin.in index 73868f43..4ac63447 100644 --- a/rpcapd/rpcapd.manadmin.in +++ b/rpcapd/rpcapd.manadmin.in @@ -123,7 +123,7 @@ executable, and put the configuration commands in there. In order for rpcapd to execute the commands, you have to restart it on Win32, i.e. the initialization file is parsed only at the beginning). The UNIX version of rpcapd will reread the configuration file when receiving a -HUP signel. In that case, all the existing connections remain in place, +HUP signal. In that case, all the existing connections remain in place, while the new connections will be created according to the new parameters. .LP In case a user does not want to create the configuration file manually, @@ -267,4 +267,5 @@ as the SSL certificate file. .br .ad .SH "SEE ALSO" -pcap(3PCAP), rpcapd-config(@MAN_FILE_FORMATS@) +.BR pcap (3PCAP), +.BR rpcapd-config (@MAN_FILE_FORMATS@) |