diff options
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/dir_colors.5 | 30 | ||||
| -rw-r--r-- | man5/group.5 | 4 | ||||
| -rw-r--r-- | man5/hosts.5 | 20 | ||||
| -rw-r--r-- | man5/locale.5 | 4 | ||||
| -rw-r--r-- | man5/passwd.5 | 4 | ||||
| -rw-r--r-- | man5/services.5 | 16 | ||||
| -rw-r--r-- | man5/shells.5 | 4 | ||||
| -rw-r--r-- | man5/slabinfo.5 | 4 | ||||
| -rw-r--r-- | man5/ttytype.5 | 8 |
9 files changed, 47 insertions, 47 deletions
diff --git a/man5/dir_colors.5 b/man5/dir_colors.5 index 026e3456d8..bc52812919 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. -.SH "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. -.SH "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. -.SH "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 @@ -326,6 +326,18 @@ includes the following characters: Please note that escapes are necessary to enter a space, backslash, caret, or any control character anywhere in the string, as well as a hash mark as the first character. +.SH FILES +.TP +.I /etc/DIR_COLORS +System-wide configuration file. +.TP +.I ~/.dir_colors +Per-user configuration file. +.PP +This page describes the +.B dir_colors +file format as used in the fileutils-4.1 package; +other versions may differ slightly. .SH NOTES The default .B LEFTCODE @@ -344,18 +356,6 @@ definitions, which are used by ISO 6429 terminals are: The default .B ENDCODE is undefined. -.SH FILES -.TP -.I /etc/DIR_COLORS -System-wide configuration file. -.TP -.I ~/.dir_colors -Per-user configuration file. -.SH NOTES -This page describes the -.B dir_colors -file format as used in the fileutils-4.1 package; -other versions may differ slightly. .SH "SEE ALSO" .BR dircolors (1), .BR ls (1), diff --git a/man5/group.5 b/man5/group.5 index 2a84165f12..a119269548 100644 --- a/man5/group.5 +++ b/man5/group.5 @@ -43,12 +43,12 @@ If this field is empty, no password is needed. the numerical group ID. .IP user_list all the group member's user names, separated by commas. +.SH FILES +/etc/group .SH BUGS As the 4.2BSD .BR initgroups (3) man page says: No-one seems to keep /etc/group up-to-date. -.SH FILES -/etc/group .SH "SEE ALSO" .BR login (1), .BR newgrp (1), diff --git a/man5/hosts.5 b/man5/hosts.5 index 217d99e135..6311a232ae 100644 --- a/man5/hosts.5 +++ b/man5/hosts.5 @@ -83,14 +83,8 @@ instead of DNS. If the local information rarely changes, and the network is not connected to the Internet, DNS offers little advantage. -.SH EXAMPLE -.nf -127.0.0.1 localhost -192.168.1.10 foo.mydomain.org foo -192.168.1.13 bar.mydomain.org bar -146.82.138.7 master.debian.org master -209.237.226.90 www.opensource.org -.fi +.SH FILES +.I /etc/hosts .SH NOTES Modifications to this file normally take effect immediately, except in cases where the file is cached by applications. @@ -110,8 +104,14 @@ though looking around at the time of writing (circa 2000), there are historical hosts.txt files on the WWW. I just found three, from 92, 94, and 95. -.SH FILES -.I /etc/hosts +.SH EXAMPLE +.nf +127.0.0.1 localhost +192.168.1.10 foo.mydomain.org foo +192.168.1.13 bar.mydomain.org bar +146.82.138.7 master.debian.org master +209.237.226.90 www.opensource.org +.fi .SH "SEE ALSO" .BR hostname (1), .BR resolver (3), diff --git a/man5/locale.5 b/man5/locale.5 index 914d768734..3770920067 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -561,12 +561,12 @@ See the POSIX.2 standard for details. \(em database for the current locale setting of that category .br /usr/lib/nls/charmap/* \(em charmap-files +.SH "CONFORMING TO" +POSIX.2 .SH BUGS The manpage isn't complete. .\" .SH AUTHOR .\" Jochen Hein (Hein@Student.TU-Clausthal.de) -.SH "CONFORMING TO" -POSIX.2 .SH "SEE ALSO" .BR locale (1), .BR localedef (1), diff --git a/man5/passwd.5 b/man5/passwd.5 index cc455b2776..5cc3ea9385 100644 --- a/man5/passwd.5 +++ b/man5/passwd.5 @@ -108,6 +108,8 @@ If set to a non-existing executable, the user will be unable to login through .BR login (1). .RE +.SH FILES +.I /etc/passwd .SH NOTES If you want to create user groups, their GIDs must be equal and there must be an entry in @@ -126,8 +128,6 @@ or mail filters, etc. Trying to lock an account by simply changing the shell field yields the same result and additionally allows the use of .BR su (1). -.SH FILES -.I /etc/passwd .SH "SEE ALSO" .BR login (1), .BR passwd (1), diff --git a/man5/services.5 b/man5/services.5 index cb44035ce5..610d829126 100644 --- a/man5/services.5 +++ b/man5/services.5 @@ -178,6 +178,14 @@ ftp 21/tcp telnet 23/tcp .fi .RE +.SH FILES +.TP +.I /etc/services +The Internet network services list +.TP +.I /usr/include/netdb.h +Definition of +.B _PATH_SERVICES .SH BUGS There is a maximum of 35 aliases, due to the way the .BR getservent (3) @@ -191,14 +199,6 @@ Lines longer than and .BR getservbyport (3). However, this will also cause the next line to be mis-parsed. -.SH FILES -.TP -.I /etc/services -The Internet network services list -.TP -.I /usr/include/netdb.h -Definition of -.B _PATH_SERVICES .SH "SEE ALSO" .BR listen (2), .BR endservent (3), diff --git a/man5/shells.5 b/man5/shells.5 index fb81f05d2c..8619cc263b 100644 --- a/man5/shells.5 +++ b/man5/shells.5 @@ -37,6 +37,8 @@ Be aware that there are programs which consult this file to find out if a user is a normal user. E.g.: ftp daemons traditionally disallow access to users with shells not included in this file. +.SH FILES +.I /etc/shells .SH EXAMPLE .I /etc/shells may contain the following paths: @@ -46,8 +48,6 @@ may contain the following paths: .br .I /bin/csh .RE -.SH FILES -.I /etc/shells .SH "SEE ALSO" .BR chsh (1), .BR getusershell (3) diff --git a/man5/slabinfo.5 b/man5/slabinfo.5 index 105ac0f552..cb725f795d 100644 --- a/man5/slabinfo.5 +++ b/man5/slabinfo.5 @@ -108,9 +108,9 @@ and batchcount via: .nf echo "\fIcache_name limit batchcount\fP" > /proc/slabinfo .fi +.SH FILES +.I <linux/slab.h> .SH VERSIONS .I /proc/slabinfo exists since Linux 2.1.23. SMP per-CPU caches exist since Linux 2.4.0-test3. -.SH FILES -.I <linux/slab.h> diff --git a/man5/ttytype.5 b/man5/ttytype.5 index 6cdaaba492..647da22d83 100644 --- a/man5/ttytype.5 +++ b/man5/ttytype.5 @@ -44,6 +44,10 @@ the user's current tty. This facility was designed for a traditional time-sharing environment featuring character-cell terminals hardwired to a Unix minicomputer. It is little used on modern workstation and personal Unixes. +.SH FILES +.TP +.I /etc/ttytype +the tty definitions file. .SH EXAMPLE A typical .I /etc/ttytype @@ -54,10 +58,6 @@ con80x25 tty1 .br vt320 ttys0 .RE -.SH FILES -.TP -.I /etc/ttytype -the tty definitions file. .SH "SEE ALSO" .BR termcap (5), .BR terminfo (5) |
