summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 18:41:33 +0000
committerru <ru@FreeBSD.org>2000-11-20 18:41:33 +0000
commit0100fd6e93e8e0203ec077685f3e68afea54de52 (patch)
treeb87583b730938778b4af11a44748d110d751f3ac /share/man/man9
parent0127deea8c3ecf9b2bcefaa370c23b1d51b0720c (diff)
downloadFreeBSD-src-0100fd6e93e8e0203ec077685f3e68afea54de52.zip
FreeBSD-src-0100fd6e93e8e0203ec077685f3e68afea54de52.tar.gz
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/at_exit.92
-rw-r--r--share/man/man9/at_fork.92
-rw-r--r--share/man/man9/cd.92
-rw-r--r--share/man/man9/devfs_add_devswf.92
-rw-r--r--share/man/man9/devstat.98
-rw-r--r--share/man/man9/intro.92
-rw-r--r--share/man/man9/microtime.92
-rw-r--r--share/man/man9/posix4.92
-rw-r--r--share/man/man9/rtalloc.94
-rw-r--r--share/man/man9/rtentry.92
-rw-r--r--share/man/man9/sleep.92
11 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man9/at_exit.9 b/share/man/man9/at_exit.9
index b9edc58..9bb0103 100644
--- a/share/man/man9/at_exit.9
+++ b/share/man/man9/at_exit.9
@@ -43,7 +43,7 @@
.Fn rm_at_exit "exitlist_fn func"
.Sh DESCRIPTION
The
-.Nm at_exit
+.Nm
facility allows a kernel module to ensure that it is notified
at any process exit.
The function
diff --git a/share/man/man9/at_fork.9 b/share/man/man9/at_fork.9
index 8d6c624..24e7429 100644
--- a/share/man/man9/at_fork.9
+++ b/share/man/man9/at_fork.9
@@ -43,7 +43,7 @@
.Fn rm_at_fork "forklist_fn func"
.Sh DESCRIPTION
The
-.Nm at_fork
+.Nm
facility allows a kernel module to ensure that it is notified
at any process fork.
The function
diff --git a/share/man/man9/cd.9 b/share/man/man9/cd.9
index 2f6bc4b..f30ddf1 100644
--- a/share/man/man9/cd.9
+++ b/share/man/man9/cd.9
@@ -59,7 +59,7 @@ for more information on how to add quirk entries.
This flag tell the driver not to probe the drive at attach time to see if
there is a disk in the drive and find out what size it is. This flag is
currently unimplemented in the CAM
-.Nm cd
+.Nm
driver.
.It Dv CD_Q_BCD_TRACKS
This flag is for broken drives that return the track numbers in packed BCD
diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9
index 489b948..11de088 100644
--- a/share/man/man9/devfs_add_devswf.9
+++ b/share/man/man9/devfs_add_devswf.9
@@ -40,7 +40,7 @@
.Fn devfs_add_devswf "void *devsw" "int minor" "int chrblk" "uid_t uid" "gid_t gid" "int perms" "char *fmt" ...
.Sh DESCRIPTION
The call that adds an entry into devfs is
-.Nm devfs_add_devswf .
+.Nm .
.Pp
Its arguments are:
.Bl -tag -width 8X
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9
index 550903d..d416a5d 100644
--- a/share/man/man9/devstat.9
+++ b/share/man/man9/devstat.9
@@ -72,7 +72,7 @@ statistics, as its name implies. The idea is to keep reasonably detailed
statistics while utilizing a minimum amount of CPU time to record them.
Thus, no statistical calculations are actually performed in the kernel
portion of the
-.Nm devstat
+.Nm
code. Instead, that is left for user programs to handle.
.Pp
.Fn devstat_add_entry
@@ -108,7 +108,7 @@ for a complete list of types.
.It priority
The device priority. The priority is used to determine how devices are
sorted within
-.Nm devstat's
+.Nm devstat Ns 's
list of devices. Devices are sorted first by priority (highest to lowest),
and then by attach order. See below for a complete list of available
priorities.
@@ -251,7 +251,7 @@ driver. See below for a complete list of device types.
.It priority
This is the priority. This is the first parameter used to determine where
to insert a device in the
-.Nm devstat
+.Nm
list. The second parameter is attach order. See below for a list of
available priorities.
.El
@@ -296,7 +296,7 @@ typedef enum {
.Pp
Devices have a priority associated with them, which controls roughly where
they are placed in the
-.Nm devstat
+.Nm
list. The priorities are as follows:
.Bd -literal -offset indent
typedef enum {
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9
index 56f6bfb..d58f5b6 100644
--- a/share/man/man9/intro.9
+++ b/share/man/man9/intro.9
@@ -104,6 +104,6 @@ The fewer the better.
.Xr style 9
.Sh HISTORY
The
-.Nm intro
+.Nm
section manual page appeared in
.Fx 2.2 .
diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9
index bd0505c..e99d22f 100644
--- a/share/man/man9/microtime.9
+++ b/share/man/man9/microtime.9
@@ -86,7 +86,7 @@ execution time.
.Xr tvtohz 9
.Sh HISTORY
The
-.Nm microtime
+.Nm
and
.Nm nanotime
functions first appeared in
diff --git a/share/man/man9/posix4.9 b/share/man/man9/posix4.9
index fb3a6b8..ede4cf3 100644
--- a/share/man/man9/posix4.9
+++ b/share/man/man9/posix4.9
@@ -125,6 +125,6 @@ is a config option to build in POSIX.1B support in the kernel.
.\" .Sh SEE ALSO
.Sh HISTORY
The
-.Nm posix1b
+.Nm
section manual page appeared in
.Fx 3.0 .
diff --git a/share/man/man9/rtalloc.9 b/share/man/man9/rtalloc.9
index db0d4b4..785d01c 100644
--- a/share/man/man9/rtalloc.9
+++ b/share/man/man9/rtalloc.9
@@ -60,7 +60,7 @@ When a route with the flag
or
.Dv RTF_PRCLONING
is retrieved, and the action of those flags is not masked, the
-.Nm rtalloc
+.Nm
facility automatically generates a new route using information in the
old route as a template, and in the case of
.Dv RTF_CLONING ,
@@ -179,7 +179,7 @@ value
.Xr rtentry 9
.Sh HISTORY
The
-.Nm rtalloc
+.Nm
facility first appeared in
.Bx 4.2 ,
although with much different internals. The
diff --git a/share/man/man9/rtentry.9 b/share/man/man9/rtentry.9
index 0b334c5..da3abb5 100644
--- a/share/man/man9/rtentry.9
+++ b/share/man/man9/rtentry.9
@@ -262,7 +262,7 @@ Empty space available for protocol-specific information.
.Xr rtalloc 9
.Sh HISTORY
The
-.Nm rtentry
+.Nm
structure first appeared in
.Bx 4.2 .
The radix-tree representation of the routing table and the
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index e414257..4fc430d 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -236,7 +236,7 @@ appeared in a very early version of Unix.
appeared in
.Bx 4.4 .
.Pp
-.Nm Asleep/await
+.Nm Asleep Ns / Ns Nm await
first appeared in
.Fx 3.0
and is designed to shift the burden of blocking
OpenPOWER on IntegriCloud