summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /sbin
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bsdlabel/bsdlabel.82
-rw-r--r--sbin/disklabel/disklabel.82
-rw-r--r--sbin/newfs/newfs.82
-rw-r--r--sbin/ping/ping.82
-rw-r--r--sbin/sysctl/sysctl.816
-rw-r--r--sbin/vinum/vinum.84
6 files changed, 14 insertions, 14 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index 17df6d0..7ee0065 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -314,7 +314,7 @@ none of which are in current use.
(See the definitions starting with
.Dv FS_UNUSED
in
-.Aq Pa sys/disklabel.h
+.In sys/disklabel.h
for more details.)
.It Ar fsize
For
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8
index 580cb9f..00dc6d3 100644
--- a/sbin/disklabel/disklabel.8
+++ b/sbin/disklabel/disklabel.8
@@ -695,7 +695,7 @@ none of which are in current use.
(See the definitions starting with
.Dv FS_UNUSED
in
-.Aq Pa sys/disklabel.h
+.In sys/disklabel.h
for more details.)
.It Ar fsize
For
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 44d6288..24cca4c 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -156,7 +156,7 @@ The default value used is
defined by
.Dv MINFREE
from
-.Aq Pa ufs/ffs/fs.h ,
+.In ufs/ffs/fs.h ,
currently 8%.
See
.Xr tunefs 8
diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8
index 41c72ce..3c9a24a 100644
--- a/sbin/ping/ping.8
+++ b/sbin/ping/ping.8
@@ -486,7 +486,7 @@ heard from the specified
a status of two if the transmission was successful but no responses
were received; or another value
(from
-.Aq Pa sysexits.h )
+.In sysexits.h )
if an error occurred.
.Sh SEE ALSO
.Xr netstat 1 ,
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 2190301..5f9f7de 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -262,22 +262,22 @@ More variables than these exist, and the best and likely only place
to search for their deeper meaning is undoubtedly the source where
they are defined.
.Sh FILES
-.Bl -tag -width ".Aq Pa netinet/icmp_var.h" -compact
-.It Aq Pa sys/sysctl.h
+.Bl -tag -width ".In netinet/icmp_var.h" -compact
+.It In sys/sysctl.h
definitions for top level identifiers, second level kernel and hardware
identifiers, and user level identifiers
-.It Aq Pa sys/socket.h
+.It In sys/socket.h
definitions for second level network identifiers
-.It Aq Pa sys/gmon.h
+.It In sys/gmon.h
definitions for third level profiling identifiers
-.It Aq Pa vm/vm_param.h
+.It In vm/vm_param.h
definitions for second level virtual memory identifiers
-.It Aq Pa netinet/in.h
+.It In netinet/in.h
definitions for third level Internet identifiers and
fourth level IP identifiers
-.It Aq Pa netinet/icmp_var.h
+.It In netinet/icmp_var.h
definitions for fourth level ICMP identifiers
-.It Aq Pa netinet/udp_var.h
+.It In netinet/udp_var.h
definitions for fourth level UDP identifiers
.El
.Sh COMPATIBILITY
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8
index 216cf2b..a53e352 100644
--- a/sbin/vinum/vinum.8
+++ b/sbin/vinum/vinum.8
@@ -545,7 +545,7 @@ reboot in order to leave the debugger.
.It Ic debug Ar flags
Set a bit mask of internal debugging flags. These will change without warning
as the product matures; to be certain, read the header file
-.Aq Pa sys/dev/vinumvar.h .
+.In sys/dev/vinumvar.h .
The bit mask is composed of the following values:
.Bl -tag -width indent
.It Dv DEBUG_ADDRESSES Pq No 1
@@ -1105,7 +1105,7 @@ have an existing configuration which you never want to see again.
.Xc
.Nm
maintains a number of statistical counters for each object. See the header file
-.Aq Pa sys/dev/vinumvar.h
+.In sys/dev/vinumvar.h
for more information.
.\" XXX put it in here when it's finalized
Use the
OpenPOWER on IntegriCloud