aboutsummaryrefslogtreecommitdiff
path: root/rpcapd/rpcapd.manadmin.in
Commit message (Collapse)AuthorAgeFilesLines
* rpcapd(8): Use formatting more consistently. [skip ci]Denis Ovsienko2023-03-261-29/+27
| | | | | | When "rpcapd" uses not a plain font, make that italics instead of bold. Use bold for signal and file names, but not for service names. Get newlines right for "-S" and "-X". Reword some prose for clarity.
* rpcapd: fix name of launchd service. [skip ci]Guy Harris2023-01-201-1/+1
| | | | Our domain is tcpdump.org, not tcpdump.com.
* rpcapd: add more service-launcher documentation to the man page.Guy Harris2023-01-201-3/+40
| | | | | | Refer to the systemd man page. Add notes about launchd, inetd, and xinetd.
* Slight manpage improvementAntonio Vázquez Blanco2023-01-201-0/+3
|
* rpcapd: add a -t flag to specify the data channel port.Guy Harris2022-08-021-3/+14
| | | | | | | | | | | | | If t is specified, instead of allowing the OS to choose a port number for the data channel, rpcapd forces use of the specified port number. This allows a port for which firewalls between the client and server will allow traffic to pass. This was taken from GitHub pull request rpcapd-linux/rpcapd-linux#4 (https://github.com/rpcapd-linux/rpcapd-linux/pull/4). This should address #1120.
* rpcapd: use \- for a command-line hyphen in the man page. [skip ci]Guy Harris2022-08-011-1/+1
|
* man: Lose excess newlines in rpcapd(8). [skip ci]Denis Ovsienko2022-07-311-3/+0
| | | | | This change makes no difference in man output and improves man2html output.
* Refine rpcapd.manadmin.in a little bit. [skip ci]Denis Ovsienko2020-09-101-14/+28
| | | | | Reword some text for clarity and consistency, fixup some punctuation and formatting.
* Fixup rpcapd man pages.Denis Ovsienko2020-07-271-2/+3
| | | | | | Make the references in the SEE ALSO section use BSD style, fix a typo. [skip ci]
* Remove duplicate wordsFrancois-Xavier Le Bail2020-03-281-1/+1
| | | | [skip ci]
* Show correct last modified date in all man pages.Denis Ovsienko2020-02-161-1/+1
| | | | | | | | | For clarity, as before, the last modified date stands for changes more substantial than trivial editorial and formatting fixups. That, for example, would be at least a change of the described behaviour, return value, semantics or backward compatibility. [skip ci]
* Fix the man page to reflect reality.Guy Harris2019-01-121-2/+3
|
* Document the -D option.Guy Harris2019-01-091-0/+5
|
* Add a man page for the rpcapd configuration file.Guy Harris2019-01-061-3/+7
|
* Document the SSL support.Guy Harris2019-01-061-3/+40
|
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2018-05-251-7/+7
|
* Cleanups.Guy Harris2018-04-251-56/+89
|
* Remove old claim about FreeBSD and pcap_stat().Guy Harris2018-04-251-5/+0
| | | | | If that's still happening, somebody should file a bug on it, and we can fix it.
* Add manpage content from ↵Joerg Mayer2018-04-201-6/+67
| | | | https://www.winpcap.org/docs/docs_412/html/group__remote.html
* Formatting cleanups.Guy Harris2018-04-201-2/+2
|
* Follow convention of capitalizing man page title.Guy Harris2018-04-201-1/+1
| | | | | | It's the tradition since the Bell Labs days, although some UN*Xes, such as Solaris, don't follow it. (*BSDs, including macOS and Linux, do follow it.)
* Handle rpcapd man page properly on UN*Xes with an SV-style man page layout.Guy Harris2018-04-201-0/+134
Daemon man pages go into section 1M, rather than section 8, on those systems.