summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-10-21 08:29:13 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-10-24 14:53:48 +0200
commitf68512e9feb15edea74293915fc38acf068b14c3 (patch)
treea8c63d61e2d17cd33bebf7bca96b10ae235b11bc
parentce154705eccb4434f15804f4a225dcaa95051404 (diff)
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>
-rw-r--r--man1/intro.12
-rw-r--r--man2/add_key.22
-rw-r--r--man2/get_mempolicy.22
-rw-r--r--man2/get_thread_area.22
-rw-r--r--man2/intro.22
-rw-r--r--man2/keyctl.22
-rw-r--r--man2/mbind.22
-rw-r--r--man2/request_key.22
-rw-r--r--man2/set_thread_area.22
-rw-r--r--man3/clock.32
-rw-r--r--man3/cmsg.32
-rw-r--r--man3/getcwd.32
-rw-r--r--man3/getpw.32
-rw-r--r--man3/intro.32
-rw-r--r--man3/malloc.32
-rw-r--r--man3/posix_memalign.32
-rw-r--r--man3/shm_open.32
-rw-r--r--man3/sleep.32
-rw-r--r--man3/sysconf.32
-rw-r--r--man4/intro.42
-rw-r--r--man4/sd.42
-rw-r--r--man5/intro.52
-rw-r--r--man5/locale.52
-rw-r--r--man5/slabinfo.52
-rw-r--r--man6/intro.62
-rw-r--r--man7/boot.72
-rw-r--r--man7/bootparam.72
-rw-r--r--man7/futex.72
-rw-r--r--man7/glob.72
-rw-r--r--man7/hier.72
-rw-r--r--man7/intro.72
-rw-r--r--man7/libc.72
-rw-r--r--man7/locale.72
-rw-r--r--man7/mq_overview.72
-rw-r--r--man7/netlink.72
-rw-r--r--man7/sem_overview.72
-rw-r--r--man7/shm_overview.72
-rw-r--r--man7/unix.73
-rw-r--r--man8/intro.82
39 files changed, 39 insertions, 40 deletions
diff --git a/man1/intro.1 b/man1/intro.1
index 6e868848..b5ab478e 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -25,7 +25,7 @@
.\"
.TH INTRO 1 2007-11-15 "Linux" "Linux User's Manual"
.SH NAME
-intro \- Introduction to user commands
+intro \- introduction to user commands
.SH DESCRIPTION
Section 1 of the manual describes user commands and tools,
for example, file manipulation tools, shells, compilers,
diff --git a/man2/add_key.2 b/man2/add_key.2
index 2a9e9e4f..f2e0c96b 100644
--- a/man2/add_key.2
+++ b/man2/add_key.2
@@ -9,7 +9,7 @@
.\"
.TH ADD_KEY 2 2010-02-25 Linux "Linux Key Management Calls"
.SH NAME
-add_key \- Add a key to the kernel's key management facility
+add_key \- add a key to the kernel's key management facility
.SH SYNOPSIS
.nf
.B #include <keyutils.h>
diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2
index 8212d4aa..6ac55559 100644
--- a/man2/get_mempolicy.2
+++ b/man2/get_mempolicy.2
@@ -24,7 +24,7 @@
.\"
.TH GET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual"
.SH NAME
-get_mempolicy \- Retrieve NUMA memory policy for a process
+get_mempolicy \- retrieve NUMA memory policy for a process
.SH SYNOPSIS
.B "#include <numaif.h>"
.nf
diff --git a/man2/get_thread_area.2 b/man2/get_thread_area.2
index 5848ce9d..25df0eb1 100644
--- a/man2/get_thread_area.2
+++ b/man2/get_thread_area.2
@@ -5,7 +5,7 @@
.\" Written by Kent Yoder.
.TH GET_THREAD_AREA 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.SH NAME
-get_thread_area \- Get a Thread Local Storage (TLS) area
+get_thread_area \- get a thread local storage (TLS) area
.SH "SYNOPSIS"
.B #include <linux/unistd.h>
.br
diff --git a/man2/intro.2 b/man2/intro.2
index 8898b34c..89835b17 100644
--- a/man2/intro.2
+++ b/man2/intro.2
@@ -26,7 +26,7 @@
.\"
.TH INTRO 2 2010-11-11 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to system calls
+intro \- introduction to system calls
.SH DESCRIPTION
Section 2 of the manual describes the Linux system calls.
A system call is an entry point into the Linux kernel.
diff --git a/man2/keyctl.2 b/man2/keyctl.2
index 28494a51..e9ffaaf2 100644
--- a/man2/keyctl.2
+++ b/man2/keyctl.2
@@ -19,7 +19,7 @@
.\"
.TH KEYCTL 2 2010-02-25 Linux "Linux Key Management Calls"
.SH NAME
-keyctl \- Manipulate the kernel's key management facility
+keyctl \- manipulate the kernel's key management facility
.SH SYNOPSIS
.nf
.B #include <keyutils.h>
diff --git a/man2/mbind.2 b/man2/mbind.2
index 1a8d406e..c9756b22 100644
--- a/man2/mbind.2
+++ b/man2/mbind.2
@@ -24,7 +24,7 @@
.\"
.TH MBIND 2 2008-08-15 Linux "Linux Programmer's Manual"
.SH NAME
-mbind \- Set memory policy for a memory range
+mbind \- set memory policy for a memory range
.SH SYNOPSIS
.nf
.B "#include <numaif.h>"
diff --git a/man2/request_key.2 b/man2/request_key.2
index b4dad329..2b5e9c79 100644
--- a/man2/request_key.2
+++ b/man2/request_key.2
@@ -9,7 +9,7 @@
.\"
.TH REQUEST_KEY 2 2010-02-25 Linux "Linux Key Management Calls"
.SH NAME
-request_key \- Request a key from the kernel's key management facility
+request_key \- request a key from the kernel's key management facility
.SH SYNOPSIS
.nf
.B #include <keyutils.h>
diff --git a/man2/set_thread_area.2 b/man2/set_thread_area.2
index 06efddc7..766cd666 100644
--- a/man2/set_thread_area.2
+++ b/man2/set_thread_area.2
@@ -6,7 +6,7 @@
.\"
.TH SET_THREAD_AREA 2 2012-07-13 "Linux" "Linux Programmer's Manual"
.SH NAME
-set_thread_area \- Set a Thread Local Storage (TLS) area
+set_thread_area \- set a thread local storage (TLS) area
.SH "SYNOPSIS"
.B #include <linux/unistd.h>
.br
diff --git a/man3/clock.3 b/man3/clock.3
index aad20c99..c3f05afd 100644
--- a/man3/clock.3
+++ b/man3/clock.3
@@ -26,7 +26,7 @@
.\" waited-for children.
.TH CLOCK 3 2008-08-28 "GNU" "Linux Programmer's Manual"
.SH NAME
-clock \- Determine processor time
+clock \- determine processor time
.SH SYNOPSIS
.nf
.B #include <time.h>
diff --git a/man3/cmsg.3 b/man3/cmsg.3
index 9455918e..18068325 100644
--- a/man3/cmsg.3
+++ b/man3/cmsg.3
@@ -6,7 +6,7 @@
.\" $Id: cmsg.3,v 1.8 2000/12/20 18:10:31 ak Exp $
.TH CMSG 3 2008-11-20 "Linux" "Linux Programmer's Manual"
.SH NAME
-CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- Access ancillary data
+CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- access ancillary data
.SH SYNOPSIS
.B #include <sys/socket.h>
.sp
diff --git a/man3/getcwd.3 b/man3/getcwd.3
index 02184909..35f5b199 100644
--- a/man3/getcwd.3
+++ b/man3/getcwd.3
@@ -29,7 +29,7 @@
.\"
.TH GETCWD 3 2010-09-20 "GNU" "Linux Programmer's Manual"
.SH NAME
-getcwd, getwd, get_current_dir_name \- Get current working directory
+getcwd, getwd, get_current_dir_name \- get current working directory
.SH SYNOPSIS
.nf
.B #include <unistd.h>
diff --git a/man3/getpw.3 b/man3/getpw.3
index 860bfef8..7bc7e06f 100644
--- a/man3/getpw.3
+++ b/man3/getpw.3
@@ -29,7 +29,7 @@
.\"
.TH GETPW 3 2010-10-21 "GNU" "Linux Programmer's Manual"
.SH NAME
-getpw \- Re-construct password line entry
+getpw \- reconstruct password line entry
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
diff --git a/man3/intro.3 b/man3/intro.3
index 6141e782..f9f23790 100644
--- a/man3/intro.3
+++ b/man3/intro.3
@@ -23,7 +23,7 @@
.\" 2007-10-23 mtk, Nearly a complete rewrite of the earlier page.
.TH INTRO 3 2010-11-11 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to library functions
+intro \- introduction to library functions
.SH DESCRIPTION
Section 3 of the manual describes all library functions excluding the library
functions (system call wrappers) described in section 2,
diff --git a/man3/malloc.3 b/man3/malloc.3
index da072a72..917a92ed 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -27,7 +27,7 @@
.\"
.TH MALLOC 3 2012-05-10 "GNU" "Linux Programmer's Manual"
.SH NAME
-malloc, free, calloc, realloc \- Allocate and free dynamic memory
+malloc, free, calloc, realloc \- allocate and free dynamic memory
.SH SYNOPSIS
.nf
.B #include <stdlib.h>
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3
index 012860f4..927682c1 100644
--- a/man3/posix_memalign.3
+++ b/man3/posix_memalign.3
@@ -27,7 +27,7 @@
.\" Document pvalloc() and aligned_alloc()
.TH POSIX_MEMALIGN 3 2012-03-23 "GNU" "Linux Programmer's Manual"
.SH NAME
-posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- Allocate aligned memory
+posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory
.SH SYNOPSIS
.nf
.B #include <stdlib.h>
diff --git a/man3/shm_open.3 b/man3/shm_open.3
index f7f5f0fb..00b53fcb 100644
--- a/man3/shm_open.3
+++ b/man3/shm_open.3
@@ -25,7 +25,7 @@
.\" FIXME . Add an example to this page
.TH SHM_OPEN 3 2009-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
-shm_open, shm_unlink \- Create/open or unlink POSIX shared memory objects
+shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects
.SH SYNOPSIS
.B #include <sys/mman.h>
.br
diff --git a/man3/sleep.3 b/man3/sleep.3
index 12bc0c5c..2a0ae2f8 100644
--- a/man3/sleep.3
+++ b/man3/sleep.3
@@ -23,7 +23,7 @@
.\" Modified Sat Jul 24 18:16:02 1993 by Rik Faith (faith@cs.unc.edu)
.TH SLEEP 3 2010-02-03 "GNU" "Linux Programmer's Manual"
.SH NAME
-sleep \- Sleep for the specified number of seconds
+sleep \- sleep for the specified number of seconds
.SH SYNOPSIS
.nf
.B #include <unistd.h>
diff --git a/man3/sysconf.3 b/man3/sysconf.3
index 8bda919d..27a8f8df 100644
--- a/man3/sysconf.3
+++ b/man3/sysconf.3
@@ -24,7 +24,7 @@
.\" Modified Tue Aug 17 11:42:20 1999 by Ariel Scolnicov (ariels@compugen.co.il)
.TH SYSCONF 3 2012-04-15 "GNU" "Linux Programmer's Manual"
.SH NAME
-sysconf \- Get configuration information at runtime
+sysconf \- get configuration information at runtime
.SH SYNOPSIS
.nf
.B #include <unistd.h>
diff --git a/man4/intro.4 b/man4/intro.4
index 3926b820..3dec18dd 100644
--- a/man4/intro.4
+++ b/man4/intro.4
@@ -24,7 +24,7 @@
.\" Modified Sat Jul 24 16:57:14 1993 by Rik Faith (faith@cs.unc.edu)
.TH INTRO 4 2007-10-23 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to special files
+intro \- introduction to special files
.SH DESCRIPTION
Section 4 of the manual describes special files (devices).
.SH FILES
diff --git a/man4/sd.4 b/man4/sd.4
index 0025ddbc..49e996d9 100644
--- a/man4/sd.4
+++ b/man4/sd.4
@@ -23,7 +23,7 @@
.\"
.TH SD 4 2012-05-03 "Linux" "Linux Programmer's Manual"
.SH NAME
-sd \- Driver for SCSI Disk Drives
+sd \- driver for SCSI disk drives
.SH SYNOPSIS
.nf
.BR "#include <linux/hdreg.h> " "/* for HDIO_GETGEO */"
diff --git a/man5/intro.5 b/man5/intro.5
index 2a36fcd9..8ca8710f 100644
--- a/man5/intro.5
+++ b/man5/intro.5
@@ -25,7 +25,7 @@
.\" Modified Sun Jan 14 00:34:09 1996 by Andries Brouwer (aeb@cwi.nl)
.TH INTRO 5 2007-10-23 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to file formats
+intro \- introduction to file formats
.SH DESCRIPTION
Section 5 of the manual describes various file formats and protocols,
and the corresponding C structures, if any.
diff --git a/man5/locale.5 b/man5/locale.5
index 83ce0e40..a26e1341 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -24,7 +24,7 @@
.\"
.TH LOCALE 5 2008-06-17 "Linux" "Linux User Manual"
.SH NAME
-locale \- Describes a locale definition file
+locale \- describes a locale definition file
.SH DESCRIPTION
The
.B locale
diff --git a/man5/slabinfo.5 b/man5/slabinfo.5
index f3a3e88d..ce0a3a94 100644
--- a/man5/slabinfo.5
+++ b/man5/slabinfo.5
@@ -31,7 +31,7 @@
.\"
.TH SLABINFO 5 2007-09-30 "" "Linux Programmer's Manual"
.SH NAME
-/proc/slabinfo \- Kernel slab allocator statistics
+/proc/slabinfo \- kernel slab allocator statistics
.SH SYNOPSIS
.B cat /proc/slabinfo
.SH DESCRIPTION
diff --git a/man6/intro.6 b/man6/intro.6
index 1fa780cd..0478207c 100644
--- a/man6/intro.6
+++ b/man6/intro.6
@@ -24,7 +24,7 @@
.\" Modified Sat Jul 24 17:19:57 1993 by Rik Faith (faith@cs.unc.edu)
.TH INTRO 6 2007-10-23 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to games
+intro \- introduction to games
.SH DESCRIPTION
Section 6 of the manual describes all the games and funny little programs
available on the system.
diff --git a/man7/boot.7 b/man7/boot.7
index b1a863b7..95391ae4 100644
--- a/man7/boot.7
+++ b/man7/boot.7
@@ -11,7 +11,7 @@
.\"
.TH BOOT 7 2010-09-19 "Linux" "Linux Programmer's Manual"
.SH NAME
-boot-scripts \- General description of boot sequence
+boot-scripts \- general description of boot sequence
.SH DESCRIPTION
.LP
The boot sequence varies in details among systems
diff --git a/man7/bootparam.7 b/man7/bootparam.7
index c571894d..1ca4ea80 100644
--- a/man7/bootparam.7
+++ b/man7/bootparam.7
@@ -28,7 +28,7 @@
.\"
.TH BOOTPARAM 7 2007-12-16 "Linux" "Linux Programmer's Manual"
.SH NAME
-bootparam \- Introduction to boot time parameters of the Linux kernel
+bootparam \- introduction to boot time parameters of the Linux kernel
.SH DESCRIPTION
The Linux kernel accepts certain 'command-line options' or 'boot time
parameters' at the moment it is started.
diff --git a/man7/futex.7 b/man7/futex.7
index dd8d20b2..98953572 100644
--- a/man7/futex.7
+++ b/man7/futex.7
@@ -7,7 +7,7 @@
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH FUTEX 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.SH NAME
-futex \- Fast User-Space Locking
+futex \- fast user-space locking
.SH SYNOPSIS
.nf
.B #include <linux/futex.h>
diff --git a/man7/glob.7 b/man7/glob.7
index f809e177..eb2903b4 100644
--- a/man7/glob.7
+++ b/man7/glob.7
@@ -24,7 +24,7 @@
.\"
.TH GLOB 7 2012-07-28 "Linux" "Linux Programmer's Manual"
.SH NAME
-glob \- Globbing pathnames
+glob \- globbing pathnames
.SH DESCRIPTION
Long ago, in UNIX V6, there was a program
.I /etc/glob
diff --git a/man7/hier.7 b/man7/hier.7
index 08bbea2a..43c7564d 100644
--- a/man7/hier.7
+++ b/man7/hier.7
@@ -28,7 +28,7 @@
.\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox <tfox@redhat.com>
.TH HIER 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.SH NAME
-hier \- Description of the file system hierarchy
+hier \- description of the file system hierarchy
.SH DESCRIPTION
A typical Linux system has, among others, the following directories:
.TP
diff --git a/man7/intro.7 b/man7/intro.7
index 81c5207b..bb159997 100644
--- a/man7/intro.7
+++ b/man7/intro.7
@@ -26,7 +26,7 @@
.\" Modified Sat Jul 24 17:28:08 1993 by Rik Faith (faith@cs.unc.edu)
.TH INTRO 7 2007-10-23 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to overview, conventions, and miscellany section
+intro \- introduction to overview, conventions, and miscellany section
.SH DESCRIPTION
Section 7 of the manual provides overviews on various topics, and
describes conventions and protocols,
diff --git a/man7/libc.7 b/man7/libc.7
index 15ecbf25..9786e173 100644
--- a/man7/libc.7
+++ b/man7/libc.7
@@ -23,7 +23,7 @@
.\"
.TH LIBC 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.SH NAME
-libc \- Overview of standard C libraries on Linux
+libc \- overview of standard C libraries on Linux
.SH DESCRIPTION
The term "libc" is commonly used as a shorthand for
the "standard C library",
diff --git a/man7/locale.7 b/man7/locale.7
index c6098c2f..a0a4248c 100644
--- a/man7/locale.7
+++ b/man7/locale.7
@@ -29,7 +29,7 @@
.\" see http://sourceware.org/bugzilla/show_bug.cgi?id=174
.TH LOCALE 7 2008-12-05 "Linux" "Linux Programmer's Manual"
.SH NAME
-locale \- Description of multilanguage support
+locale \- description of multilanguage support
.SH SYNOPSIS
.nf
.B #include <locale.h>
diff --git a/man7/mq_overview.7 b/man7/mq_overview.7
index 3d71efb3..21130542 100644
--- a/man7/mq_overview.7
+++ b/man7/mq_overview.7
@@ -25,7 +25,7 @@
.\"
.TH MQ_OVERVIEW 7 2009-09-27 "Linux" "Linux Programmer's Manual"
.SH NAME
-mq_overview \- Overview of POSIX message queues
+mq_overview \- overview of POSIX message queues
.SH DESCRIPTION
POSIX message queues allow processes to exchange data in
the form of messages.
diff --git a/man7/netlink.7 b/man7/netlink.7
index 3d499e34..a5def9a3 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -6,7 +6,7 @@
.\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $
.TH NETLINK 7 2012-08-05 "Linux" "Linux Programmer's Manual"
.SH NAME
-netlink \- Communication between kernel and user space (AF_NETLINK)
+netlink \- communication between kernel and user space (AF_NETLINK)
.SH SYNOPSIS
.nf
.B #include <asm/types.h>
diff --git a/man7/sem_overview.7 b/man7/sem_overview.7
index 55de85fa..42a9483b 100644
--- a/man7/sem_overview.7
+++ b/man7/sem_overview.7
@@ -25,7 +25,7 @@
.\"
.TH SEM_OVERVIEW 7 2012-05-13 "Linux" "Linux Programmer's Manual"
.SH NAME
-sem_overview \- Overview of POSIX semaphores
+sem_overview \- overview of POSIX semaphores
.SH DESCRIPTION
POSIX semaphores allow processes and threads to synchronize their actions.
diff --git a/man7/shm_overview.7 b/man7/shm_overview.7
index b6b70963..10c4c006 100644
--- a/man7/shm_overview.7
+++ b/man7/shm_overview.7
@@ -26,7 +26,7 @@
.\"
.TH SHM_OVERVIEW 7 2010-09-10 "Linux" "Linux Programmer's Manual"
.SH NAME
-shm_overview \- Overview of POSIX shared memory
+shm_overview \- overview of POSIX shared memory
.SH DESCRIPTION
The POSIX shared memory API allows processes to communicate information
by sharing a region of memory.
diff --git a/man7/unix.7 b/man7/unix.7
index 366f3447..ddea9fd0 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
diff --git a/man8/intro.8 b/man8/intro.8
index ea61d39c..50367509 100644
--- a/man8/intro.8
+++ b/man8/intro.8
@@ -27,7 +27,7 @@
.\"
.TH INTRO 8 2007-10-23 "Linux" "Linux Programmer's Manual"
.SH NAME
-intro \- Introduction to administration and privileged commands
+intro \- introduction to administration and privileged commands
.SH DESCRIPTION
Section 8 of the manual describes commands
which either can be or are only used by the superuser,