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 /man5/dir_colors.5 | |
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 'man5/dir_colors.5')
-rw-r--r-- | man5/dir_colors.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5 index 93e9b935..12302ab0 100644 --- a/man5/dir_colors.5 +++ b/man5/dir_colors.5 @@ -178,7 +178,7 @@ for .B emacs backup files. This form should be considered obsolete. -.SS "ISO 6429 (ANSI) Color Sequences" +.SS "ISO 6429 (ANSI) color sequences" Most color-capable ASCII terminals today use ISO 6429 (ANSI) color sequences, and many common terminals without color capability, including .B xterm @@ -248,7 +248,7 @@ and .B FILE codes to the numerical codes for your normal foreground and background colors. -.SS "Other Terminal Types (Advanced Configuration)" +.SS "Other terminal types (advanced configuration)" If you have a color-capable (or otherwise highlighting) terminal (or printer!) which uses a different set of codes, you can still generate a suitable setup. @@ -294,7 +294,7 @@ definition will have no effect. A different .B ENDCODE can, however, be specified, which would have the same effect. -.SS "Escape Sequences" +.SS "Escape sequences" To specify control- or blank characters in the color sequences or filename extensions, either C-style \e-escaped notation or .BR stty \-style |