summaryrefslogtreecommitdiff
path: root/man3/getipnodebyname.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 08:20:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 08:20:39 +0000
commit62218dc0fd31ee51778252fa1cd04c9386fa130f (patch)
tree1273fdfeb0bd8d76b8414c9a4149add7c14112af /man3/getipnodebyname.3
parent67c08131703ab78c4c4356f97ca3b2fd6cefeb3d (diff)
Format SYNOPSIS consistently.
Diffstat (limited to 'man3/getipnodebyname.3')
-rw-r--r--man3/getipnodebyname.310
1 files changed, 4 insertions, 6 deletions
diff --git a/man3/getipnodebyname.3 b/man3/getipnodebyname.3
index 4a06be7f..4270cc89 100644
--- a/man3/getipnodebyname.3
+++ b/man3/getipnodebyname.3
@@ -31,13 +31,11 @@ host names and addresses
.B #include <sys/socket.h>
.B #include <netdb.h>
.sp
-.BI "struct hostent *getipnodebyname(const char *" "name" ,
-.BI " int " "af" ", int " "flags" ,
-.BI " int *" "error_num" );
+.BI "struct hostent *getipnodebyname(const char *" name ", int " af ,
+.BI " int " flags ", int *" error_num );
.sp
-.BI "struct hostent *getipnodebyaddr(const void *" "addr" ,
-.BI " size_t " "len" ", int " "af" ,
-.BI " int *" "error_num" );
+.BI "struct hostent *getipnodebyaddr(const void *" addr ", size_t " len ,
+.BR " int " af ", int *" "error_num" );
.sp
.BI "void freehostent(struct hostent *" "ip" );
.fi