summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
committerru <ru@FreeBSD.org>2005-01-21 08:36:40 +0000
commit7a3e657c56eb965857c0eaa67dfd6280cc69f93b (patch)
tree36796da3893db6597f28e6ae2ca01d40b60b73cb /share/man/man5
parente892f32ba81eb2390a9e34d8cea91ef6c95ce340 (diff)
downloadFreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.zip
FreeBSD-src-7a3e657c56eb965857c0eaa67dfd6280cc69f93b.tar.gz
Sort sections.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/dir.58
-rw-r--r--share/man/man5/group.512
-rw-r--r--share/man/man5/hosts.equiv.524
-rw-r--r--share/man/man5/intro.58
-rw-r--r--share/man/man5/libmap.conf.510
-rw-r--r--share/man/man5/linprocfs.510
-rw-r--r--share/man/man5/mailer.conf.54
-rw-r--r--share/man/man5/networks.54
-rw-r--r--share/man/man5/passwd.542
-rw-r--r--share/man/man5/protocols.54
-rw-r--r--share/man/man5/remote.516
-rw-r--r--share/man/man5/services.54
-rw-r--r--share/man/man5/stab.54
13 files changed, 75 insertions, 75 deletions
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5
index 6c5a387..c471043 100644
--- a/share/man/man5/dir.5
+++ b/share/man/man5/dir.5
@@ -149,12 +149,12 @@ struct dirent {
.Sh SEE ALSO
.Xr fs 5 ,
.Xr inode 5
-.Sh BUGS
-The usage of the member d_type of struct dirent is unportable as it is
-.Fx Ns -specific .
-It also may fail on certain file systems, for example the cd9660 file system.
.Sh HISTORY
A
.Nm
file format appeared in
.At v7 .
+.Sh BUGS
+The usage of the member d_type of struct dirent is unportable as it is
+.Fx Ns -specific .
+It also may fail on certain file systems, for example the cd9660 file system.
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5
index 7dc1fc64..ede3a5a 100644
--- a/share/man/man5/group.5
+++ b/share/man/man5/group.5
@@ -148,12 +148,6 @@ may still have this limit.
.Xr passwd 5 ,
.Xr pw 8 ,
.Xr yp 8
-.Sh BUGS
-The
-.Xr passwd 1
-command does not change the
-.Nm
-passwords.
.Sh HISTORY
A
.Nm
@@ -161,3 +155,9 @@ file format appeared in
.At v6 .
Support for comments first appeared in
.Fx 3.0 .
+.Sh BUGS
+The
+.Xr passwd 1
+command does not change the
+.Nm
+passwords.
diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5
index c180d2a..aede76c 100644
--- a/share/man/man5/hosts.equiv.5
+++ b/share/man/man5/hosts.equiv.5
@@ -96,6 +96,18 @@ For security reasons, a user's
file will be ignored if it is not a regular file, or if it
is not owned by the user, or
if it is writable by anyone other than the user.
+.Sh FILES
+.Bl -tag -width /etc/hosts.equivxxx -compact
+.It Pa /etc/hosts.equiv
+The
+.Nm
+file resides in
+.Pa /etc .
+.It Pa $HOME/.rhosts
+.Nm .rhosts
+file resides in
+.Pa $HOME .
+.El
.Sh EXAMPLES
.Dl bar.com foo
.Pp
@@ -116,18 +128,6 @@ Trust all hosts from netgroup
and their users
except users from netgroup
.Dq dau .
-.Sh FILES
-.Bl -tag -width /etc/hosts.equivxxx -compact
-.It Pa /etc/hosts.equiv
-The
-.Nm
-file resides in
-.Pa /etc .
-.It Pa $HOME/.rhosts
-.Nm .rhosts
-file resides in
-.Pa $HOME .
-.El
.Sh SEE ALSO
.Xr rcp 1 ,
.Xr rlogin 1 ,
diff --git a/share/man/man5/intro.5 b/share/man/man5/intro.5
index bf9af6d..764ba4d 100644
--- a/share/man/man5/intro.5
+++ b/share/man/man5/intro.5
@@ -39,15 +39,15 @@
.Nd "introduction to file formats"
.Sh DESCRIPTION
This section contains information about file formats.
-.Sh SEE ALSO
-.Xr apropos 1 ,
-.Xr intro 1 ,
-.Xr intro 8
.Sh FILES
.Bl -tag -width /etc/shells -compact
.It Pa /etc
location of most system configuration files
.El
+.Sh SEE ALSO
+.Xr apropos 1 ,
+.Xr intro 1 ,
+.Xr intro 8
.Sh HISTORY
The
.Nm
diff --git a/share/man/man5/libmap.conf.5 b/share/man/man5/libmap.conf.5
index 4299e58..f6da1ea 100644
--- a/share/man/man5/libmap.conf.5
+++ b/share/man/man5/libmap.conf.5
@@ -95,6 +95,11 @@ The most common use at the date of writing is for allowing multiple
.Tn POSIX
threading libraries to be used on a system without relinking or
changing symlinks.
+.Sh FILES
+.Bl -tag -width ".Pa /etc/libmap.conf" -compact
+.It Pa /etc/libmap.conf
+The libmap configuration file.
+.El
.Sh EXAMPLES
.Bd -literal
# /etc/libmap.conf
@@ -121,11 +126,6 @@ libpthread.so libpthread.so
libpthread.so.1 libthr.so.1
libpthread.so libthr.so
.Ed
-.Sh FILES
-.Bl -tag -width ".Pa /etc/libmap.conf" -compact
-.It Pa /etc/libmap.conf
-The libmap configuration file.
-.El
.Sh SEE ALSO
.Xr ldd 1 ,
.Xr rtld 1
diff --git a/share/man/man5/linprocfs.5 b/share/man/man5/linprocfs.5
index dbd8cab..2be3da3 100644
--- a/share/man/man5/linprocfs.5
+++ b/share/man/man5/linprocfs.5
@@ -71,6 +71,11 @@ The complete virtual address space of the current process.
.Xr procfs 5 ,
.Xr mount_linprocfs 8 ,
.Xr pseudofs 9
+.Sh HISTORY
+The
+.Nm
+first appeared in
+.Fx 4.0 .
.Sh AUTHORS
.An -nosplit
The
@@ -85,8 +90,3 @@ based on the
.Xr procfs 5
manual page by
.An Garrett Wollman .
-.Sh HISTORY
-The
-.Nm
-first appeared in
-.Fx 4.0 .
diff --git a/share/man/man5/mailer.conf.5 b/share/man/man5/mailer.conf.5
index 87c1249..56582ec 100644
--- a/share/man/man5/mailer.conf.5
+++ b/share/man/man5/mailer.conf.5
@@ -56,6 +56,8 @@ The second member of each pair is the name of the program to
actually execute when the first name is invoked.
The file may also
contain comments, denoted by a # mark in the first column of any line.
+.Sh FILES
+/etc/mail/mailer.conf
.Sh EXAMPLES
The following is an example of how to set up an
.Nm
@@ -77,8 +79,6 @@ send-mail /usr/local/sbin/sendmail
mailq /usr/local/sbin/sendmail
newaliases /usr/local/sbin/sendmail
.Ed
-.Sh FILES
-/etc/mail/mailer.conf
.Sh SEE ALSO
.Xr mail 1 ,
.Xr mailq 1 ,
diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5
index ff62267..386ee7d 100644
--- a/share/man/man5/networks.5
+++ b/share/man/man5/networks.5
@@ -80,10 +80,10 @@ file resides in
.El
.Sh SEE ALSO
.Xr getnetent 3
-.Sh BUGS
-A name server should be used instead of a static file.
.Sh HISTORY
The
.Nm
file format appeared in
.Bx 4.2 .
+.Sh BUGS
+A name server should be used instead of a static file.
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 9476ec0..0bbb5b1 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -313,27 +313,6 @@ password file, with passwords intact
.Xr db 3 Ns -format
password database, with passwords intact
.El
-.Sh SEE ALSO
-.Xr chpass 1 ,
-.Xr login 1 ,
-.Xr passwd 1 ,
-.Xr getpwent 3 ,
-.Xr login.conf 5 ,
-.Xr netgroup 5 ,
-.Xr adduser 8 ,
-.Xr pwd_mkdb 8 ,
-.Xr vipw 8 ,
-.Xr yp 8
-.Pp
-.%T "Managing NFS and NIS"
-(O'Reilly & Associates)
-.Sh BUGS
-User information should (and eventually will) be stored elsewhere.
-.Pp
-Placing
-.Sq compat
-exclusions in the file after any inclusions will have
-unexpected results.
.Sh COMPATIBILITY
The password file format has changed since
.Bx 4.3 .
@@ -352,6 +331,20 @@ of offset you want.
BEGIN { FS = ":"}
{ print $1 ":" $2 ":" $3 ":" $4 "::0:0:" $5 ":" $6 ":" $7 }
.Ed
+.Sh SEE ALSO
+.Xr chpass 1 ,
+.Xr login 1 ,
+.Xr passwd 1 ,
+.Xr getpwent 3 ,
+.Xr login.conf 5 ,
+.Xr netgroup 5 ,
+.Xr adduser 8 ,
+.Xr pwd_mkdb 8 ,
+.Xr vipw 8 ,
+.Xr yp 8
+.Pp
+.%T "Managing NFS and NIS"
+(O'Reilly & Associates)
.Sh HISTORY
A
.Nm
@@ -369,3 +362,10 @@ It was imported from the
.Nx
Project, where it first appeared in
.Nx 1.4 .
+.Sh BUGS
+User information should (and eventually will) be stored elsewhere.
+.Pp
+Placing
+.Sq compat
+exclusions in the file after any inclusions will have
+unexpected results.
diff --git a/share/man/man5/protocols.5 b/share/man/man5/protocols.5
index fb9577e..37d3541 100644
--- a/share/man/man5/protocols.5
+++ b/share/man/man5/protocols.5
@@ -71,10 +71,10 @@ file resides in
.El
.Sh SEE ALSO
.Xr getprotoent 3
-.Sh BUGS
-A name server should be used instead of a static file.
.Sh HISTORY
The
.Nm
file format appeared in
.Bx 4.2 .
+.Sh BUGS
+A name server should be used instead of a static file.
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5
index 0935b77..666608d 100644
--- a/share/man/man5/remote.5
+++ b/share/man/man5/remote.5
@@ -175,6 +175,14 @@ Indicates that the list of capabilities is continued in the named
description.
This is used primarily to share common capability information.
.El
+.Sh FILES
+.Bl -tag -width /etc/remote -compact
+.It Pa /etc/remote
+The
+.Nm
+host description file resides in
+.Pa /etc .
+.El
.Sh EXAMPLES
Here is a short example showing the use of the capability continuation
feature.
@@ -190,14 +198,6 @@ UNIX-57600:\e
arpavax|ax:\e
:pn=\e@:tc=UNIX-57600
.Ed
-.Sh FILES
-.Bl -tag -width /etc/remote -compact
-.It Pa /etc/remote
-The
-.Nm
-host description file resides in
-.Pa /etc .
-.El
.Sh SEE ALSO
.Xr cu 1 ,
.Xr tip 1 ,
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5
index 738573dd5..40320f9 100644
--- a/share/man/man5/services.5
+++ b/share/man/man5/services.5
@@ -84,10 +84,10 @@ file resides in
.El
.Sh SEE ALSO
.Xr getservent 3
-.Sh BUGS
-A name server should be used instead of a static file.
.Sh HISTORY
The
.Nm
file format appeared in
.Bx 4.2 .
+.Sh BUGS
+A name server should be used instead of a static file.
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5
index 397a58b..bbbd292 100644
--- a/share/man/man5/stab.5
+++ b/share/man/man5/stab.5
@@ -212,10 +212,10 @@ compiled files:
.Xr as 1 ,
.Xr ld 1 ,
.Xr a.out 5
-.Sh BUGS
-More basic types are needed.
.Sh HISTORY
The
.Nm
file appeared in
.Bx 4.0 .
+.Sh BUGS
+More basic types are needed.
OpenPOWER on IntegriCloud