diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-06-03 17:20:27 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-06-03 17:20:27 +0000 |
| commit | dde4a85d9ddb5d516c37a565156ef509738c3c22 (patch) | |
| tree | 4c177bc1c465cdceae9dd1ea93c01fa64b220b93 /lib/libc/inet/inet_netof.c | |
| parent | 46cf4f0985632583fb9a4d8af48c1f5e5f0d8e00 (diff) | |
Notes
Diffstat (limited to 'lib/libc/inet/inet_netof.c')
| -rw-r--r-- | lib/libc/inet/inet_netof.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/inet/inet_netof.c b/lib/libc/inet/inet_netof.c index 8f3ff63ac2fa..8931c30fb03a 100644 --- a/lib/libc/inet/inet_netof.c +++ b/lib/libc/inet/inet_netof.c @@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$"); #include "port_after.h" -/* +/*% * Return the network number from an internet * address; handles class a/b/c network #'s. */ @@ -65,3 +65,5 @@ inet_netof(in) */ #undef inet_netof __weak_reference(__inet_netof, inet_netof); + +/*! \file */ |
