diff options
author | 1999-02-16 01:24:46 +0000 | |
---|---|---|
committer | 1999-02-16 01:24:46 +0000 | |
commit | 7fbcee0558800b994206d1113127982694ca371a (patch) | |
tree | c9a0a33278e2afd587255d7145aeb8650dff6fa5 | |
parent | Wait by default for one second after the login script (diff) | |
download | wireguard-openbsd-7fbcee0558800b994206d1113127982694ca371a.tar.xz wireguard-openbsd-7fbcee0558800b994206d1113127982694ca371a.zip |
mention that SIOCGIFCONF with ifc_len = 0 is an extension
-rw-r--r-- | share/man/man4/netintro.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 44a6f4e18b7..d5e4c2e17ad 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netintro.4,v 1.9 1998/11/18 01:46:30 aaron Exp $ +.\" $OpenBSD: netintro.4,v 1.10 1999/02/16 01:24:46 millert Exp $ .\" $NetBSD: netintro.4,v 1.4 1995/10/19 08:03:40 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -312,7 +312,8 @@ needs to be to fit the entire configuration list and not fill in the other parameters. This is useful for determining the exact size that .Ar ifc_buf -needs to be in advance. +needs to be in advance. Note, however, that this is an extension +that not all operating systems support. .El .Bd -literal /* |