diff options
author | Ryan Stone <rstone@FreeBSD.org> | 2018-02-21 19:13:27 +0000 |
---|---|---|
committer | Ryan Stone <rstone@FreeBSD.org> | 2018-02-21 19:13:27 +0000 |
commit | 9ec35e3cb46dd6268f3f6e88a8f33841dd4fa2b7 (patch) | |
tree | 545337c75f57307ba7edb662ff48d8e22a05e232 /sbin/route | |
parent | b3b6ff23e70ef5c1551941463a561447654402cb (diff) | |
download | src-9ec35e3cb46dd6268f3f6e88a8f33841dd4fa2b7.tar.gz src-9ec35e3cb46dd6268f3f6e88a8f33841dd4fa2b7.zip |
Fix route manpage to show correct flush syntax
The current route(8) manpage shows that "flush" is an argument to
the optional -n flag, rather than a separate subcommand. Correct
this to properly show flush as a route subcommand.
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Reviewed by: rgrimes
Differential Revision: https://reviews.freebsd.org/D14401
Notes
Notes:
svn path=/head/; revision=329744
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/route.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 34af296247a6..3fd959754acb 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -133,7 +133,8 @@ The flush command has the syntax: .Pp .Bd -ragged -offset indent -compact .Nm -.Oo Fl n Cm flush Oc Oo Ar family Oc Op Fl fib Ar number +.Op Fl n +.Cm flush Oc Oo Ar family Oc Op Fl fib Ar number .Ed .Pp If the |