Author: rstone Date: Wed Feb 21 19:13:27 2018 New Revision: 329744 URL: https://svnweb.freebsd.org/changeset/base/329744
Log: 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 Modified: head/sbin/route/route.8 Modified: head/sbin/route/route.8 ============================================================================== --- head/sbin/route/route.8 Wed Feb 21 19:13:23 2018 (r329743) +++ head/sbin/route/route.8 Wed Feb 21 19:13:27 2018 (r329744) @@ -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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
