diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-16 01:24:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-16 01:24:47 +0000 |
commit | c2f527677e4d12e8a70a560ee923354e075d52a5 (patch) | |
tree | 7c0de5c14156781b523c3b5c543157ac62ae3433 /share/man | |
parent | d744abcc6843aa258c282e2e3e2d409bf264d70f (diff) |
mention that SIOCGIFCONF with ifc_len = 0 is an extension
Diffstat (limited to 'share/man')
-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 /* |