diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-24 15:08:38 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-24 15:08:38 +0100 |
commit | c634028ab5768a042196fd71a38088499b21de12 (patch) | |
tree | aa4c6ca6fa3174a10618b703c12fd2586f9ec2a9 /man1 | |
parent | 40d0af61c47c4c074c5611e624962a873bc36f5c (diff) |
intro.1, time.1, _syscall.2, accept.2, brk.2, capget.2, faccessat.2, futimesat.2, gethostname.2, intro.2, ioprio_set.2, kill.2, madvise.2, mlock.2, mount.2, msgget.2, perf_event_open.2, poll.2, readv.2, sched_rr_get_interval.2, sched_setscheduler.2, select.2, select_tut.2, shmget.2, stat.2, timer_create.2, ustat.2, vfork.2, wait.2, alloca.3, atexit.3, catopen.3, crypt.3, dbopen.3, fenv.3, fopen.3, getaddrinfo_a.3, gethostbyname.3, getutent.3, intro.3, login.3, mallopt.3, queue.3, regex.3, sigpause.3, sigsetops.3, stdio.3, strftime.3, strptime.3, sysconf.3, ttyslot.3, undocumented.3, cciss.4, console_codes.4, hpsa.4, initrd.4, intro.4, rtc.4, st.4, tty_ioctl.4, wavelan.4, acct.5, charmap.5, dir_colors.5, hosts.5, intro.5, termcap.5, utmp.5, intro.6, armscii-8.7, boot.7, bootparam.7, capabilities.7, cpuset.7, credentials.7, ddp.7, epoll.7, glob.7, intro.7, ip.7, ipv6.7, iso_8859-1.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-15.7, iso_8859-16.7, iso_8859-2.7, iso_8859-3.7, iso_8859-4.7, iso_8859-5.7, iso_8859-6.7, iso_8859-7.7, iso_8859-8.7, iso_8859-9.7, koi8-r.7, koi8-u.7, man-pages.7, man.7, math_error.7, netlink.7, numa.7, packet.7, path_resolution.7, pipe.7, pthreads.7, raw.7, rtnetlink.7, signal.7, socket.7, spufs.7, svipc.7, tcp.7, time.7, udp.7, udplite.7, unicode.7, unix.7, uri.7, utf-8.7, x25.7, intro.8: Global fix: use consistent capitalization in .SS headings
Capitalization in .SS sections across pages (and sometimes even
within a single page) is wildly inconsistent. Make it consistent.
Capitalize first word in heading, but otherwise use lower case,
except where English usage (e.g., proper nouns) or programming
language requirements (e.g., identifier names) dictate otherwise.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man1')
-rw-r--r-- | man1/intro.1 | 2 | ||||
-rw-r--r-- | man1/time.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man1/intro.1 b/man1/intro.1 index b5ab478e..ef62fa6c 100644 --- a/man1/intro.1 +++ b/man1/intro.1 @@ -235,7 +235,7 @@ of the tree. Large searches on a multi-GB disk will be time-consuming, and it may be better to use .BR locate (1). -.SS "Disks and Filesystems" +.SS "Disks and filesystems" The command .I mount will attach the file system found on some disk (or floppy, or CDROM or so) diff --git a/man1/time.1 b/man1/time.1 index 000062a8..1b2f22be 100644 --- a/man1/time.1 +++ b/man1/time.1 @@ -219,7 +219,7 @@ Number of signals delivered to the process. .TP .B %x (Not in tcsh.) Exit status of the command. -.SS "GNU Options" +.SS "GNU options" .TP .BI "\-f " FORMAT ", \-\-format=" FORMAT Specify output format, possibly overriding the format specified @@ -236,7 +236,7 @@ Do not send the results to \fIstderr\fP, but overwrite the specified file. .TP .B "\-v, \-\-verbose" Give very verbose output about all the program knows about. -.SS "GNU Standard Options" +.SS "GNU standard options" .TP .B "\-\-help" Print a usage message on standard output and exit successfully. |