diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-19 11:03:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-19 11:03:34 +0000 |
commit | 37cc7f8ade86b77d53d223845255dfe4609fe536 (patch) | |
tree | 17353e044f9ff16690cfe31141e3cee961547eb2 | |
parent | 072ca26f77d0923c210bde94db2840a4cc337134 (diff) |
SIOCAIFCONF -> SIOCAIFADDR
-rw-r--r-- | share/man/man4/netintro.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/netintro.4 b/share/man/man4/netintro.4 index 4bb317e826e..25d027c9b26 100644 --- a/share/man/man4/netintro.4 +++ b/share/man/man4/netintro.4 @@ -290,7 +290,7 @@ configuration list. .El .Bd -literal /* -* Structure used in SIOCAIFCONF request. +* Structure used in SIOCAIFADDR request. */ struct ifaliasreq { char ifra_name[IFNAMSIZ]; /* if name, e.g. "en0" */ |