diff options
author | 2018-04-26 12:11:51 +0000 | |
---|---|---|
committer | 2018-04-26 12:11:51 +0000 | |
commit | 2e3fc275088750f200430ed82237d4c9db4f9409 (patch) | |
tree | 794cb639451b34bb6222840c0d2db3c9cbfb8853 | |
parent | vmm(4): remove some unnecessary kernel lock code from the SVM guest loop (diff) | |
download | wireguard-openbsd-2e3fc275088750f200430ed82237d4c9db4f9409.tar.xz wireguard-openbsd-2e3fc275088750f200430ed82237d4c9db4f9409.zip |
AF_LOCAL is #define-non-grata; 'local' is 'unix'
ok jmc@ schwarze@
-rw-r--r-- | usr.bin/netstat/netstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 6284f8c24fc..d4f282d7968 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.81 2017/08/12 03:21:02 benno Exp $ +.\" $OpenBSD: netstat.1,v 1.82 2018/04/26 12:11:51 guenther 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: August 12 2017 $ +.Dd $Mdocdate: April 26 2018 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -157,7 +157,7 @@ The following address families are recognized: .It Sy "Address Family" Ta Sy "Constant" Ta Sy "Description" .It "inet" Ta Dv "AF_INET" Ta "IP Version 4" .It "inet6" Ta Dv "AF_INET6" Ta "IP Version 6" -.It "local" Ta Dv "AF_LOCAL" Ta "Local to Host (i.e., pipes)" +.It "local" Ta Dv "AF_UNIX" Ta "Alias for unix" .It "mpls" Ta Dv "AF_MPLS" Ta "MPLS" .It "unix" Ta Dv "AF_UNIX" Ta "Local to Host (i.e., pipes)" .El |