Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 More markup, whitespace.
details: https://anonhg.NetBSD.org/src/rev/4f83f5da29b1
branches: trunk
changeset: 790474:4f83f5da29b1
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Oct 13 22:34:13 2013 +0000
description:
More markup, whitespace.
diffstat:
share/man/man4/options.4 | 27 ++++++++++++++++++---------
1 files changed, 18 insertions(+), 9 deletions(-)
diffs (83 lines):
diff -r ebcd624502d6 -r 4f83f5da29b1 share/man/man4/options.4
--- a/share/man/man4/options.4 Sun Oct 13 21:17:35 2013 +0000
+++ b/share/man/man4/options.4 Sun Oct 13 22:34:13 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.431 2013/10/13 21:17:35 dholland Exp $
+.\" $NetBSD: options.4,v 1.432 2013/10/13 22:34:13 wiz Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -647,7 +647,9 @@
These logs can be displayed by using
.Cm show kernhist
from DDB.
-See the kernel source file sys/kern/kern_history.c for details.
+See the kernel source file
+.Pa sys/kern/kern_history.c
+for details.
.It Cd options KERNHIST_PRINT
Prints the kernel history logs on the system console as entries are added.
Note that the output is
@@ -661,7 +663,9 @@
These logs can be displayed by using
.Cm show kernhist
from DDB.
-See the kernel source file sys/uvm/uvm_stat.c for details.
+See the kernel source file
+.Pa sys/uvm/uvm_stat.c
+for details.
.It Cd options UVMHIST_PRINT
Like
.Em UVMHIST ,
@@ -958,8 +962,9 @@
This option will cause longer hash chains in the reverse cache, and thus
slow down getcwd somewhat.
However, it does make vnode -\*[Gt] path translations possible in some cases.
-For now, only useful if strict /proc/#/maps emulation for Linux binaries is
-required.
+For now, only useful if strict
+.Pa /proc/#/maps
+emulation for Linux binaries is required.
.El
.Ss Options for FFS/UFS File Systems
.Bl -ohang
@@ -1000,7 +1005,9 @@
.Dq mfs
file systems at this time.
.It Cd options FFS_EI
-Enable ``Endian-Independent'' FFS support.
+Enable
+.Dq Endian-Independent
+FFS support.
This allows a system to mount an FFS file system created for another
architecture, at a small performance cost for all FFS file systems.
See also
@@ -1030,7 +1037,9 @@
.\" Enable modernized 64-bit quota support for LFS.
.\" (This does not work yet.)
.It Cd options LFS_EI
-Enable ``Endian-Independent'' LFS support.
+Enable
+.Dq Endian-Independent
+LFS support.
This allows (at a small performance cost) mounting an LFS file system
created for another architecture.
.\" .It Cd options LFS_EXTATTR
@@ -1079,7 +1088,7 @@
but use the DHCP extensions to the
BOOTP protocol (RFC 1541).
.It Cd options NFS_BOOT_BOOTP_REQFILE
-Specifies the string sent in the bp_file field of the BOOTP / DHCP
+Specifies the string sent in the bp_file field of the BOOTP/DHCP
request packet.
.It Cd options NFS_BOOT_BOOTPARAM
Enable use of the BOOTPARAM protocol, consisting of RARP and
@@ -1281,7 +1290,7 @@
system calls, which are intended for use by
.Xr ntpd 8
and are enabled by the option.
-On systems with sub-microsecond resolution timers, or where (HZ / 100000)
+On systems with sub-microsecond resolution timers, or where (HZ/100000)
is not an integer, the
.Em NTP
option also enables extended-precision arithmetic to keep track of
Home |
Main Index |
Thread Index |
Old Index