diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-21 08:29:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-10-24 14:53:48 +0200 |
| commit | f68512e9feb15edea74293915fc38acf068b14c3 (patch) | |
| tree | a8c63d61e2d17cd33bebf7bca96b10ae235b11bc /man7/unix.7 | |
| parent | ce154705eccb4434f15804f4a225dcaa95051404 (diff) | |
| download | man-pages-f68512e9feb15edea74293915fc38acf068b14c3.tar.gz | |
intro.1, add_key.2, get_mempolicy.2, get_thread_area.2, intro.2, keyctl.2, mbind.2, request_key.2, set_thread_area.2, clock.3, cmsg.3, getcwd.3, getpw.3, intro.3, malloc.3, posix_memalign.3, shm_open.3, sleep.3, sysconf.3, intro.4, sd.4, intro.5, locale.5, slabinfo.5, intro.6, boot.7, bootparam.7, futex.7, glob.7, hier.7, intro.7, libc.7, locale.7, mq_overview.7, netlink.7, sem_overview.7, shm_overview.7, unix.7, intro.8: Global fix: Use consistent capitalization in NAME section
The line(s) in the NAME section should only use capitals
where English usage dictates that. Otherwise, use
lowercase throughout.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 366f34473e..ddea9fd0b5 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -14,8 +14,7 @@ .\" .TH UNIX 7 2012-05-10 "Linux" "Linux Programmer's Manual" .SH NAME -unix \- Sockets for local -interprocess communication +unix \- sockets for local interprocess communication .SH SYNOPSIS .B #include <sys/socket.h> .br |
