diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2003-03-19 22:27:21 +0000 |
|---|---|---|
| committer | Ceri Davies <ceri@FreeBSD.org> | 2003-03-19 22:27:21 +0000 |
| commit | a6f87194d6372dd3c01c9743b483645fbde06387 (patch) | |
| tree | d8651d71ff9b5adf3fef55ac604e1dcb2539c442 | |
| parent | 4418f9df3027bf6a443be027c86f9338540cf6d3 (diff) | |
Notes
| -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 b640ccf445ba..3a4e6ed51c2c 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -93,7 +93,7 @@ .Ft void .Fn \*(lp*if_start\*(rp "struct ifnet *ifp" .Ft int -.Fn \*(lp*if_dont\*(rp "struct ifnet *ifp" +.Fn \*(lp*if_done\*(rp "struct ifnet *ifp" .Ft int .Fn \*(lp*if_ioctl\*(rp "struct ifnet *ifp" "int cmd" "caddr_t data" .Ft void |
