Skip to content

Commit

Permalink
Added missing options to manual pages. (#149)
Browse files Browse the repository at this point in the history
In Fedora we did man page scan and identified missing options.
This is an attempt to add them to the manual pages.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
  • Loading branch information
yarda committed May 25, 2020
1 parent b1fcf16 commit 0bc11fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pppdump/pppdump.8
Expand Up @@ -13,6 +13,8 @@ pppdump \- convert PPP record file to readable format
]] [
.B \-r
] [
.B \-a
] [
.B \-m \fImru
] [
.I file \fR...
Expand Down Expand Up @@ -54,6 +56,9 @@ Reverses the direction indicators, so that `sent' is printed for
bytes or packets received, and `rcvd' is printed for bytes or packets
sent.
.TP
.B \-a
Prints absolute times.
.TP
.B \-m \fImru
Use \fImru\fR as the MRU (maximum receive unit) for both directions of
the link when checking for over-length PPP packets (with the \fB\-p\fR
Expand Down
5 changes: 5 additions & 0 deletions pppstats/pppstats.8
Expand Up @@ -7,6 +7,8 @@ pppstats \- print PPP statistics
[
.B \-a
] [
.B \-d
] [
.B \-v
] [
.B \-r
Expand Down Expand Up @@ -41,6 +43,9 @@ reports show statistics for the time since the link was initiated.
Without this option, the second and subsequent reports show statistics
for the time since the last report.
.TP
.B \-d
Show data rate (kB/s) instead of bytes.
.TP
.B \-c \fIcount
Repeat the display
.I count
Expand Down

0 comments on commit 0bc11fb

Please sign in to comment.