diff options
author | yar <yar@FreeBSD.org> | 2004-06-08 09:01:37 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-06-08 09:01:37 +0000 |
commit | 3bf7b1e476c4c2e4cb70762cb5eb2e139b7cae66 (patch) | |
tree | bf11d8e1babb6c800f0b38e83dafb22110bfaee2 /share/man | |
parent | 92f3a5285de739de297832e81110ab10fe5fb42f (diff) | |
download | FreeBSD-src-3bf7b1e476c4c2e4cb70762cb5eb2e139b7cae66.zip FreeBSD-src-3bf7b1e476c4c2e4cb70762cb5eb2e139b7cae66.tar.gz |
Make the legend to the table of interface flags compact
for the reader's convenience.
Suggested by: ru
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/ifnet.9 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index dbed5c4..d20641a 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -413,6 +413,16 @@ Flags of the former kind are marked in this table; the latter are marked .Aq D . .Pp +The macro +.Dv IFF_CANTCHANGE +defines the bits which cannot be set by a user program using the +.Dv SIOCSIFFLAGS +command to +.Xr ioctl 2 ; +these are indicated by an asterisk +.Pq Ql * +in the following listing. +.Pp .Bl -tag -width ".Dv IFF_POINTOPOINT" -offset indent -compact .It Dv IFF_UP .Aq D @@ -476,14 +486,6 @@ See .Sx Interface Capabilities Flags for details. .El -.Pp -The macro -.Dv IFF_CANTCHANGE -defines the bits which cannot be set by a user program using the -.Dv SIOCSIFFLAGS -command to -.Xr ioctl 2 ; -these are indicated by an asterisk in the listing above. .Ss "Interface Capabilities Flags" Interface capabilities are specialized features an interface may or may not support. |