diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-10 23:31:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-10 23:31:41 +0000 |
commit | 0ffaca075de61af6d0627867ced0771735eb37c0 (patch) | |
tree | 5f47a1d204dc39d59ab3075a7aeee6bec7fb973b /usr.bin/netstat/netstat.1 | |
parent | f12854f916de7dab67cec4aab539eeb1cae49d6f (diff) |
catch up with the inet(3) rename; this commit missed in previous
ok guenther
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index b61c55ca7dc..ead50ddcb26 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.70 2014/05/08 09:28:08 mpi Exp $ +.\" $OpenBSD: netstat.1,v 1.71 2014/05/10 23:31:40 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: May 8 2014 $ +.Dd $Mdocdate: May 10 2014 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -326,7 +326,7 @@ to the address family. For more information regarding the Internet .Dq dot format , refer to -.Xr inet 3 . +.Xr inet_ntop 3 . Unspecified or .Dq wildcard addresses and ports appear as a single @@ -423,7 +423,7 @@ Subsequent lines of output show values accumulated over the preceding interval. .Xr systat 1 , .Xr tcpbench 1 , .Xr top 1 , -.Xr inet 3 , +.Xr inet_ntop 3 , .Xr netintro 4 , .Xr route 4 , .Xr hosts 5 , |