summaryrefslogtreecommitdiffstats
path: root/lib/libc/inet/inet_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/inet/inet_network.c')
-rw-r--r--lib/libc/inet/inet_network.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/inet/inet_network.c b/lib/libc/inet/inet_network.c
index aaa50c8..4758a00 100644
--- a/lib/libc/inet/inet_network.c
+++ b/lib/libc/inet/inet_network.c
@@ -44,7 +44,7 @@ static const char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93";
#include "port_after.h"
-/*
+/*%
* Internet network address interpretation routine.
* The library routines call this routine to interpret
* network numbers.
@@ -102,3 +102,5 @@ again:
}
return (val);
}
+
+/*! \file */
OpenPOWER on IntegriCloud