diff options
author | pluknet <pluknet@FreeBSD.org> | 2011-09-27 07:05:41 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2011-09-27 07:05:41 +0000 |
commit | c76aaf56c6c68a8d4e83caf28fefa134ffc06aa8 (patch) | |
tree | 566d060f10aff40dbc701f000c0e1cd67195c3ff /share | |
parent | 72ce933d132c83e1e87e8fb91eb7e25dd2ef222a (diff) | |
download | FreeBSD-src-c76aaf56c6c68a8d4e83caf28fefa134ffc06aa8.zip FreeBSD-src-c76aaf56c6c68a8d4e83caf28fefa134ffc06aa8.tar.gz |
Fix typo in OSIOCGIFADDR.
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/ifnet.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 05264dc..e015fb7 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -1252,7 +1252,7 @@ function is called to perform the operation; qq.v. The socket's protocol control routine is called to implement the requested action. .Pp -.It Dv OSIOGIFADDR +.It Dv OSIOCGIFADDR .It Dv OSIOCGIFDSTADDR .It Dv OSIOCGIFBRDADDR .It Dv OSIOCGIFNETMASK |