diff options
| -rw-r--r-- | man2/acct.2 | 2 | ||||
| -rw-r--r-- | man3/inet.3 | 2 | ||||
| -rw-r--r-- | man7/socket.7 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/acct.2 b/man2/acct.2 index 212ed0043e..217cfb74d8 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -50,7 +50,7 @@ Feature Test Macro Requirements for glibc (see _BSD_SOURCE || (_XOPEN_SOURCE && _XOPEN_SOURCE\ <\ 500) .SH DESCRIPTION The -.BR acct() +.BR acct () system call enables or disables process accounting. If called with the name of an existing file as its argument, accounting is turned on, diff --git a/man3/inet.3 b/man3/inet.3 index 02ac120fb6..962b0c8ade 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -179,7 +179,7 @@ The returned value is in host byte order. The .BR inet_makeaddr () function is the converse of -.BR inet_netof() +.BR inet_netof () and .BR inet_lnaof (). It returns an Internet host address in network byte order, diff --git a/man7/socket.7 b/man7/socket.7 index 944dbd3dc9..0290cce346 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -648,7 +648,7 @@ is raised when a new I/O event occurs. .IP Argument is an integer boolean flag. (This operation is synonymous with the use of -.BR fcntl(2) +.BR fcntl (2) to set the .B O_ASYNC flag.) |
