summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2018-04-26 12:11:52 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2018-04-26 12:11:52 +0000
commitd1208db8429c30a380d6d070482c0a5f646cec16 (patch)
tree7a8dbe33c8e9a6cd22f986655a5ad6afe4d2d9b1
parent90f2354c22ba1b8456551e85dbea95f5921e4224 (diff)
AF_LOCAL is #define-non-grata; 'local' is 'unix'
ok jmc@ schwarze@
-rw-r--r--usr.bin/netstat/netstat.16
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