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 /man1 | |
parent | ce154705eccb4434f15804f4a225dcaa95051404 (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>
Diffstat (limited to 'man1')
-rw-r--r-- | man1/intro.1 | 2 |
1 files changed, 1 insertions, 1 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, |