diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
| commit | fe08efe680f6705e0c60beabe3e39629c655e743 (patch) | |
| tree | f208c0020248a2800766b91d7bf24e0234629b8b /sbin | |
| parent | 6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 2 | ||||
| -rw-r--r-- | sbin/disklabel/disklabel.8 | 2 | ||||
| -rw-r--r-- | sbin/newfs/newfs.8 | 2 | ||||
| -rw-r--r-- | sbin/ping/ping.8 | 2 | ||||
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 16 | ||||
| -rw-r--r-- | sbin/vinum/vinum.8 | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 17df6d00c79a..7ee0065a244c 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 580cb9fefe4a..00dc6d3c2c8f 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 44d6288dfd67..24cca4c7d308 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 41c72ce2d713..3c9a24abe7bc 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 2190301d1c2a..5f9f7dec6486 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 216cf2b01327..a53e352fcfd9 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 |
