diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-11 05:56:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-11 05:56:44 +0000 |
commit | 7371aebff1d7334335a8977ec4b071ecbc179531 (patch) | |
tree | 494c99791f2c9c5baf35340ef15b0901c3b23f60 /share | |
parent | 4c9e7e8f7fe316bf3b39b6aceb23a307aee6b6f7 (diff) |
"netstat -r -n" -> "netstat -rn", it's shorter.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/afterboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index e2b9d73761b..79a90eed90d 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.60 2001/03/06 19:56:52 brad Exp $ +.\" $OpenBSD: afterboot.8,v 1.61 2001/03/11 05:56:43 aaron Exp $ .Dd October 20, 1997 .Dt AFTERBOOT 8 \!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu @@ -168,7 +168,7 @@ See for instructions on configuring interfaces with DHCP. .Ss Check routing tables Issue a -.Ic netstat -r -n +.Ic netstat -rn command. The output will look something like: .Bd -literal -offset indent |