diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-01-02 16:50:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2021-01-02 16:50:34 +0000 |
commit | becf90779831a234f9200480d6009ecb39ebb192 (patch) | |
tree | 7cda621f00cd9a755b185f7952d66f0120359b66 /usr.bin/netstat | |
parent | fd5f2ede896e5fa72e67b9a8d0b6fddfafda4b5c (diff) |
Add missing .Cm macros to the Address Family table.
While here, trim pointless quoting and one excessive column width.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 4cb41a9f35d..70439ae434f 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.91 2021/01/02 16:10:30 kn Exp $ +.\" $OpenBSD: netstat.1,v 1.92 2021/01/02 16:50:33 schwarze Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -168,13 +168,13 @@ of the specified .Ar address_family . .Pp The following address families are recognized: -.Bl -column "Address Family" "AF_APPLETA" "Description" -offset indent -.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_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)" +.Bl -column "Address Family" AF_INET6 Description -offset indent +.It Sy Address Family Ta Sy Constant Ta Sy Description +.It Cm inet Ta Dv AF_INET Ta IP Version 4 +.It Cm inet6 Ta Dv AF_INET6 Ta IP Version 6 +.It Cm local Ta Dv AF_UNIX Ta Alias for Cm unix +.It Cm mpls Ta Dv AF_MPLS Ta MPLS +.It Cm unix Ta Dv AF_UNIX Ta Local to Host (i.e., pipes) .El .It Fl h Use unit suffixes to reduce the number of digits shown with the |