summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-29 09:18:45 +0000
committerru <ru@FreeBSD.org>2000-12-29 09:18:45 +0000
commit17ba2140980343f6298e96bd96d2e0c16b9dfb46 (patch)
treefa86ee6469463baf5401eb48b33f4451db7b2f20 /share/man/man5
parent42aaa8ad04e1e8eb1058cea549112273857df290 (diff)
downloadFreeBSD-src-17ba2140980343f6298e96bd96d2e0c16b9dfb46.zip
FreeBSD-src-17ba2140980343f6298e96bd96d2e0c16b9dfb46.tar.gz
Prepare for mdoc(7)NG.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/dir.52
-rw-r--r--share/man/man5/disktab.52
-rw-r--r--share/man/man5/forward.52
-rw-r--r--share/man/man5/fstab.51
-rw-r--r--share/man/man5/hosts.equiv.56
-rw-r--r--share/man/man5/hosts.lpd.51
-rw-r--r--share/man/man5/link.52
-rw-r--r--share/man/man5/make.conf.511
-rw-r--r--share/man/man5/nsswitch.conf.566
-rw-r--r--share/man/man5/periodic.conf.51
-rw-r--r--share/man/man5/rc.conf.51
-rw-r--r--share/man/man5/sysctl.conf.51
12 files changed, 48 insertions, 48 deletions
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5
index ab81b22..5b1a6d3 100644
--- a/share/man/man5/dir.5
+++ b/share/man/man5/dir.5
@@ -62,7 +62,7 @@ and is called a file system (or referred to as a file system tree).
Each directory file contains two special directory entries; one is a pointer
to the directory itself
called dot
-.Ql \&.
+.Ql .\&
and the other a pointer to its parent directory called dot-dot
.Ql \&.. .
Dot and dot-dot
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5
index 1be240c..e1cd888 100644
--- a/share/man/man5/disktab.5
+++ b/share/man/man5/disktab.5
@@ -63,7 +63,7 @@ the disk.
The following list indicates the normal values
stored for each disk entry.
.Bl -column "indent" "boolx"
-.It Sy Name Type Description
+.It Sy "Name Type Description"
.It "\&ty str Type of disk (e.g. removable, winchester)"
.It "\&dt str Type of controller (e.g."
.Tn SMD , ESDI ,
diff --git a/share/man/man5/forward.5 b/share/man/man5/forward.5
index 1088eba..bb3dad6 100644
--- a/share/man/man5/forward.5
+++ b/share/man/man5/forward.5
@@ -83,11 +83,9 @@ chris@otherhost
One copy of mail would be forwarded to
.Ar chris@otherhost
and another copy would be retained as mail for local user chris.
-
.Sh FILES
.Bl -tag -width $HOME/.forward -compact
.It Pa $HOME/.forward
-
The user's forwarding instructions.
.El
.Sh SEE ALSO
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index 6c0119e..40bd501 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -89,7 +89,6 @@ everything else will be automatically loaded at mount
time. (Exception: the UFS family - FFS, MFS, and LFS cannot
currently be demand-loaded.) Some people still prefer to statically
compile other filesystems as well.
-
.Bl -tag -width indent -offset indent
.It Em ufs
a local
diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5
index 5a84d8a..8e9c0f7 100644
--- a/share/man/man5/hosts.equiv.5
+++ b/share/man/man5/hosts.equiv.5
@@ -47,12 +47,12 @@ files contain information regarding
trusted hosts and users on the network.
For each host a single line should be present
with the following information:
-
+.Pp
simple
.Bd -unfilled -offset indent
hostname [username]
.Ed
-
+.Pp
or the more verbose
.Bd -unfilled -offset indent
[+-][hostname|@netgroup] [[+-][username|@netgroup]]
@@ -79,7 +79,7 @@ a comment; characters up to the end of the line are
not interpreted by routines which search the file.
.Pp
Host names are specified in the conventional
-.Dq \&.
+.Dq .\&
(dot) notation using the
.Xr inet_addr 3
routine
diff --git a/share/man/man5/hosts.lpd.5 b/share/man/man5/hosts.lpd.5
index e5041fa..03fbe5c 100644
--- a/share/man/man5/hosts.lpd.5
+++ b/share/man/man5/hosts.lpd.5
@@ -50,6 +50,7 @@ The
.Nm
file resides in
.Pa /etc .
+.El
.Sh SEE ALSO
.Xr printcap 5 ,
.Xr lpd 8
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5
index aa4f4e3..2106230 100644
--- a/share/man/man5/link.5
+++ b/share/man/man5/link.5
@@ -476,7 +476,7 @@ struct ld_entry {
char *(*dlerror)(void);
};
.Ed
-
+.Pp
The
.Fa crt_ldso
structure defines the interface between the start-up code in crt0 and
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 0860da4..6b3971d 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -87,7 +87,7 @@ makefiles for things other than builds.
.It Ar CFLAGS
(str) Controls the compiler setting when compiling C code.
Optimization levels above
-.Op -O ( -O2 , ...)
+.Op -O ( -O2 , ...\& )
are not supported. BDECFLAGS
is provided as a set of gcc settings suggested by Bruce Evans
for developing and testing changes. They can be used by:
@@ -184,9 +184,8 @@ set to 0.
.It Ar COPTFLAGS
(str) Controls the compiler settings when building the
kernel. Optimization levels above
-.Op -O
-.Op -O2 ,
-...) are not supported.
+.Op -O ( -O2 , ...\& )
+are not supported.
.It Ar NO_KERNELCONFIG
(bool) Set this to skip running
.Xr config 8
@@ -475,6 +474,7 @@ need to can attemp to comply with U.S. export regulations.
.It Ar X11BASE
(str) Should be set to where the X11 distribution has been
installed if it is installed anywhere other than /usr/X11R6.
+.El
.Sh FILES
.Bl -tag -width /etc/defaults/make.conf -compact
.It Pa /etc/defaults/make.conf
@@ -484,6 +484,7 @@ installed if it is installed anywhere other than /usr/X11R6.
.It Pa /usr/src/Makefile.inc1
.It Pa /usr/ports/Mk/bsd.port.mk
.It Pa /usr/ports/Mk/bsd.sites.mk
+.El
.Sh SEE ALSO
.Xr gcc 1 ,
.Xr install 1 ,
@@ -502,7 +503,7 @@ file appeared sometime before
.Sh BUGS
This manual page may occasionally be out of date with respect to
the options currently available for use in
-.Nm make.conf .
+.Nm .
Please check the
.Pa /etc/defaults/make.conf
file for the latest options which are available.
diff --git a/share/man/man5/nsswitch.conf.5 b/share/man/man5/nsswitch.conf.5
index 7734707..1e7deff 100644
--- a/share/man/man5/nsswitch.conf.5
+++ b/share/man/man5/nsswitch.conf.5
@@ -63,12 +63,12 @@ take if that status code occurs.
.Ss Sources
The following sources are implemented:
.Bl -column "compat" -offset indent -compact
-.Sy Source Description
-.It files Local files, such as
+.It Sy "Source Description
+.It "files Local files, such as"
.Pa /etc/hosts ,
and
.Pa /etc/passwd .
-.It dns Internet Domain Name System.
+.It "dns Internet Domain Name System."
.Dq hosts
and
.Sq networks
@@ -77,8 +77,8 @@ use
class entries, all other databases use
.Sy HS
class (Hesiod) entries.
-.It nis NIS (formerly YP)
-.It compat support
+.It "nis NIS (formerly YP)"
+.It "compat support"
.Sq +/-
in the
.Dq passwd
@@ -90,33 +90,33 @@ If this is present, it must be the only source for that entry.
.Ss Databases
The following databases are used by the following C library functions:
.Bl -column "networks" -offset indent -compact
-.Sy Database Used by
-.It group
+.It Sy "Database Used by"
+.It "group "
.Xr getgrent 3
-.It hosts
+.It "hosts "
.Xr gethostbyname 3
-.It networks
+.It "networks "
.Xr getnetbyname 3
-.It passwd
+.It "passwd "
.Xr getpwent 3
-.It shells
+.It "shells "
.Xr getusershell 3
.El
.Ss Status codes
The following status codes are available:
.Bl -column "tryagain" -offset indent -compact
-.Sy Status Description
-.It success The requested entry was found.
-.It notfound The entry is not present at this source.
-.It tryagain The source is busy, and may respond to retries.
-.It unavail The source is not responding, or entry is corrupt.
+.It Sy "Status Description"
+.It "success The requested entry was found."
+.It "notfound The entry is not present at this source."
+.It "tryagain The source is busy, and may respond to retries."
+.It "unavail The source is not responding, or entry is corrupt."
.El
.Ss Actions
For each of the status codes, one of two actions is possible:
.Bl -column "continue" -offset indent -compact
-.Sy Action Description
-.It continue Try the next source
-.It return Return with the current result
+.It Sy "Action Description"
+.It "continue Try the next source"
+.It "return Return with the current result"
.El
.Ss Format of file
A
@@ -125,15 +125,15 @@ description of the syntax of
.Nm
is:
.Bl -column "<criterion>" -offset indent
-.It <entry> ::=
+.It "<entry> ::="
<database> ":" [<source> [<criteria>]]*
-.It <criteria> ::=
+.It "<criteria> ::="
"[" <criterion>+ "]"
-.It <criterion> ::=
+.It "<criterion> ::="
<status> "=" <action>
-.It <status> ::=
+.It "<status> ::="
"success" | "notfound" | "unavail" | "tryagain"
-.It <action> ::=
+.It "<action> ::="
"return" | "continue"
.El
.Pp
@@ -207,12 +207,12 @@ will default to an entry of
for the requested database.
Exceptions are:
.Bl -column passwd_compat "dns files" -offset indent
-.Sy Database Default source list
-.It group compat
-.It group_compat nis
-.It hosts dns files
-.It passwd compat
-.It passwd_compat nis
+.It Sy "Database Default source list"
+.It "group compat"
+.It "group_compat nis"
+.It "hosts dns files"
+.It "passwd compat"
+.It "passwd_compat nis"
.El
.Sh FILES
.Bl -tag -width /etc/nsswitch.conf -compact
@@ -229,9 +229,9 @@ and then from the DNS, and lookup user information from
.Tn NIS
then files, use:
.Bl -column "passwd:" -offset indent
-.It hosts: files dns
-.It passwd: nis [notfound=return] files
-.It group: nis [notfound=return] files
+.It "hosts: files dns"
+.It "passwd: nis [notfound=return] files"
+.It "group: nis [notfound=return] files"
.El
.Pp
The criteria
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5
index 0c9fafe..e48d2e3 100644
--- a/share/man/man5/periodic.conf.5
+++ b/share/man/man5/periodic.conf.5
@@ -126,7 +126,6 @@ Refer to the
.Xr periodic 8
man page for how script return codes are interpreted.
.El
-.B Daily variables
.Pp
The following variables are used by the standard scripts that reside in
.Pa /etc/periodic/daily :
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 05f4cc8..ffa014d 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1446,6 +1446,7 @@ daemon.
(bool) If set to
.Ar NO
then unaligned access warnings will not be printed. (alpha)
+.El
.Sh FILES
.Bl -tag -width /etc/defaults/rc.conf -compact
.It Pa /etc/defaults/rc.conf
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index 537713c..bcbc9f6 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -54,6 +54,7 @@ section, below.
.It Pa /etc/sysctl.conf
Initial settings for
.Xr sysctl 8 .
+.El
.Sh EXAMPLES
To turn off logging of programs that exit due to fatal signals, as well as
telling Linux programs that you are running
OpenPOWER on IntegriCloud