diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/basename.3 | 15 | ||||
| -rw-r--r-- | man3/cmsg.3 | 3 | ||||
| -rw-r--r-- | man3/ftok.3 | 6 |
3 files changed, 10 insertions, 14 deletions
diff --git a/man3/basename.3 b/man3/basename.3 index 77969cd035..33a447b953 100644 --- a/man3/basename.3 +++ b/man3/basename.3 @@ -106,14 +106,13 @@ and for different paths: .sp .nf -.B -path dirname basename -"/usr/lib" "/usr" "lib" -"/usr/" "/" "usr" -"usr" "." "usr" -"/" "/" "/" -"." "." "." -".." "." ".." +.B "path dirname basename" +"/usr/lib" "/usr" "lib" +"/usr/" "/" "usr" +"usr" "." "usr" +"/" "/" "/" +"." "." "." +".." "." ".." .fi .SH "RETURN VALUE" Both diff --git a/man3/cmsg.3 b/man3/cmsg.3 index f63496ddd8..2ae73ddcd4 100644 --- a/man3/cmsg.3 +++ b/man3/cmsg.3 @@ -137,8 +137,7 @@ member of the .SH "CONFORMING TO" This ancillary data model conforms to the POSIX.1g draft, 4.4BSD-Lite, the IPv6 advanced API described in RFC\ 2292 and the SUSv2. -.B -CMSG_ALIGN +.B CMSG_ALIGN is a Linux extension. .SH NOTES For portability, ancillary data should be accessed only using the macros diff --git a/man3/ftok.3 b/man3/ftok.3 index 9c5f067409..34e1fc94b5 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -29,10 +29,8 @@ ftok \- convert a pathname and a project identifier to a System V IPC key .SH SYNOPSIS .nf -.B -#include <sys/types.h> -.B -#include <sys/ipc.h> +.B #include <sys/types.h> +.B #include <sys/ipc.h> .fi .sp .BI "key_t ftok(const char *" pathname ", int " proj_id ); |
