diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-18 12:30:41 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-18 12:30:41 +0000 |
| commit | 61792fc66b2ca7149149b78a62696a8f30f81c7d (patch) | |
| tree | 500bb1d69642c050fc2c73d0261238c28e4eae0c | |
| parent | 5cbdf286a54e26abcf4e89dedb4e750d85160ae3 (diff) | |
| download | man-pages-61792fc66b2ca7149149b78a62696a8f30f81c7d.tar.gz | |
ffix
| -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.) |
