diff options
author | ru <ru@FreeBSD.org> | 2004-05-17 08:35:43 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-05-17 08:35:43 +0000 |
commit | f6aa4621fdedfa56e30080766807470b824ed6cb (patch) | |
tree | c446a692418d56b54ed63c7ca0bc02346ad40b65 | |
parent | d268c01ce212b73265c588a611085fda8626c71e (diff) | |
download | FreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.zip FreeBSD-src-f6aa4621fdedfa56e30080766807470b824ed6cb.tar.gz |
Assorted markup, grammar, and spelling fixes.
-rw-r--r-- | sbin/bsdlabel/bsdlabel.8 | 16 | ||||
-rw-r--r-- | sbin/conscontrol/conscontrol.8 | 2 | ||||
-rw-r--r-- | sbin/dump/dump.8 | 38 | ||||
-rw-r--r-- | sbin/fsck_msdosfs/fsck_msdosfs.8 | 4 | ||||
-rw-r--r-- | sbin/gbde/gbde.8 | 8 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 50 | ||||
-rw-r--r-- | sbin/init/init.8 | 2 | ||||
-rw-r--r-- | sbin/md5/md5.1 | 3 | ||||
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 27 | ||||
-rw-r--r-- | sbin/mdmfs/mdmfs.8 | 9 | ||||
-rw-r--r-- | sbin/mknod/mknod.8 | 18 | ||||
-rw-r--r-- | sbin/mount/mount.8 | 4 | ||||
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 8 | ||||
-rw-r--r-- | sbin/mount_msdosfs/mount_msdosfs.8 | 33 | ||||
-rw-r--r-- | sbin/mount_ntfs/mount_ntfs.8 | 39 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 6 | ||||
-rw-r--r-- | sbin/restore/restore.8 | 2 | ||||
-rw-r--r-- | sbin/route/route.8 | 2 | ||||
-rw-r--r-- | sbin/routed/routed.8 | 32 |
19 files changed, 166 insertions, 137 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 7fb241a..f2d55eb 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -40,30 +40,28 @@ .Sh SYNOPSIS .Nm .Op Fl A -.Op Fl f -.Ar disk/file +.Ar disk | Fl f Ar file .Nm .Fl w .Op Fl \&An .Op Fl B Op Fl b Ar boot .Op Fl m Ar machine -.Op Fl f -.Ar disk/file +.Ar disk | Fl f Ar file .Op Ar type .Nm .Fl e .Op Fl \&An .Op Fl B Op Fl b Ar boot .Op Fl m Ar machine -.Op Fl f -.Ar disk/file +.Ar disk | Fl f Ar file .Nm .Fl R .Op Fl \&An .Op Fl B Op Fl b Ar boot .Op Fl m Ar machine .Op Fl f -.Ar disk/file protofile +.Ar disk | Fl f Ar file +.Ar protofile .Sh DESCRIPTION The .Nm @@ -75,9 +73,9 @@ In addition, .Nm can install bootstrap code. .Ss Disk Device Name -When specifying the device (i.e. when the +When specifying the device (i.e., when the .Fl f -option is not used), +option is not used), the .Pa /dev/ path prefix may be omitted; diff --git a/sbin/conscontrol/conscontrol.8 b/sbin/conscontrol/conscontrol.8 index 894045d..35293b7 100644 --- a/sbin/conscontrol/conscontrol.8 +++ b/sbin/conscontrol/conscontrol.8 @@ -79,7 +79,9 @@ The device must support low-level console operations. Adding a device will place it at the front of the list of console devices; the first device is used for the high level console. .Pp +The .Ar console +argument is the name of a console device in .Pa /dev ; the name of the directory may be omitted. diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index fedf9a6..ea35653 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -200,7 +200,7 @@ script string defined by for the output device of each volume. This child pipeline's .Dv stdin -.Pa ( /dev/fd/0 ) +.Pq Pa /dev/fd/0 is redirected from the .Nm output stream, and the environment variable @@ -230,19 +230,25 @@ To obtain a consistent dump image, .Nm takes a snapshot of the file system in the .Pa .snap -directory in the root of the filesystem being dumped and +directory in the root of the file system being dumped and then does a dump of the snapshot. The snapshot is removed when the dump is complete. -This option is ignored for unmounted or read-only filesystems. +This option is ignored for unmounted or read-only file systems. If the .Pa .snap -directory does not exist in the root of the filesystem being dumped, -the dump will fail. +directory does not exist in the root of the file system being dumped, +the +.Nm +will fail. This problem can be corrected by creating a .Pa .snap -directory in the root of the filesystem to be dumped; -its owner should be root, its group should be operator, -and its mode should be 0770. +directory in the root of the file system to be dumped; +its owner should be +.Dq Li root , +its group should be +.Dq Li operator , +and its mode should be +.Dq Li 0770 . .It Fl n Whenever .Nm @@ -439,7 +445,7 @@ Pathname of the remote .Xr rmt 8 program. .It Ev RSH -Pathname of remote shell program, if not +Pathname of a remote shell program, if not .Xr rsh 1 . .El .Sh FILES @@ -473,14 +479,18 @@ abnormal termination is indicated with an exit code of 3. Fewer than 32 read errors on the file system are ignored, though all errors will generate a warning message. This is a bit of a compromise. -In practice it is possible to generate read errors when doing dumps +In practice, it is possible to generate read errors when doing dumps on mounted partitions if the file system is being modified while the -dump is running. +.Nm +is running. Since dumps are often done in an unattended fashion using .Xr cron 8 -jobs asking for Operator intervention would result in the dump dying. -However there is nothing wrong with a dump tape written when this sort -of read error occurs and there is no reason to terminate the dump. +jobs asking for Operator intervention would result in the +.Nm +dying. +However, there is nothing wrong with a dump tape written when this sort +of read error occurs, and there is no reason to terminate the +.Nm . .Pp Each reel requires a new process, so parent processes for reels already written just hang around until the entire tape diff --git a/sbin/fsck_msdosfs/fsck_msdosfs.8 b/sbin/fsck_msdosfs/fsck_msdosfs.8 index cd43ff9..4899064 100644 --- a/sbin/fsck_msdosfs/fsck_msdosfs.8 +++ b/sbin/fsck_msdosfs/fsck_msdosfs.8 @@ -89,9 +89,9 @@ FAT (MS-DOS) file systems must always be cleaned in the foreground. A non-zero exit code is always returned for this option. .It Fl f Force -.Nm +.Nm to check -.Sq clean +.Dq clean file systems when preening. .It Fl n Causes diff --git a/sbin/gbde/gbde.8 b/sbin/gbde/gbde.8 index 0053304..5608f1d 100644 --- a/sbin/gbde/gbde.8 +++ b/sbin/gbde/gbde.8 @@ -172,8 +172,10 @@ To attach an encrypted device: .Pp .Dl "gbde attach ad0s1f -l /etc/ad0s1f.lock" .Pp -The encrypted device has the suffix ``.bde'' so a typical -command to create and mount a filesystem would be: +The encrypted device has the suffix +.Pa .bde +so a typical +command to create and mount a file system would be: .Pp .Dl "newfs /dev/ad0s1f.bde" .Dl "mount /dev/ad0s1f.bde /secret" @@ -183,7 +185,7 @@ To detach an encrypted device: .Dl "gbde detach ad0s1f" .Pp Please notice that detaching an encrypted device corresponds to -physically removing it, do not forget to unmount the filesystem first. +physically removing it, do not forget to unmount the file system first. .Pp To initialize the second key using a detached lockfile and a trivial pass-phrase: diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5c91c61..68f1026 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -286,10 +286,10 @@ interface might support the use of either .Tn AUI or twisted pair connectors. Setting the media type to -.Dq 10base5/AUI +.Dq Li 10base5/AUI would change the currently active connector to the AUI port. Setting it to -.Dq 10baseT/UTP +.Dq Li 10baseT/UTP would activate twisted pair. Refer to the interfaces' driver specific documentation or man page for a complete list of the @@ -312,11 +312,11 @@ operating mode on the interface to .Ar mode . For IEEE 802.11 wireless interfaces that support multiple operating modes this directive is used to select between 802.11a -.Pq Dq 11a , +.Pq Dq Li 11a , 802.11b -.Pq Dq 11b , +.Pq Dq Li 11b , and 802.11g -.Pq Dq 11g +.Pq Dq Li 11g operating modes. .It Cm name Ar name Set the interface name to @@ -627,10 +627,10 @@ in infrastructure mode. Not all adaptors support all modes. The set of valid modes is -.Dq none , -.Dq open , +.Dq Li none , +.Dq Li open , and -.Dq shared . +.Dq Li shared . Modes are case insensitive. .It Cm powersave For IEEE 802.11 wireless interfaces, enable powersave mode. @@ -641,26 +641,31 @@ For IEEE 802.11 wireless interfaces, set the desired max powersave sleep time in milliseconds. .It Cm protmode Ar technique For IEEE 802.11 wireless interfaces operating in 11g, use the specified -technique for protecting OFDM frames in a mixed 11b/11g network. +.Ar technique +for protecting OFDM frames in a mixed 11b/11g network. The set of valid techniques is -.Dq off , -.Dq cts +.Dq Li off , +.Dq Li cts (CTS to self), and -.Dq rtscts +.Dq Li rtscts (RTS/CTS). Technique names are case insensitive. .It Cm rtsthreshold Ar length -For IEEE 802.11 wireless interfaces, set the threshold for which +For IEEE 802.11 wireless interfaces, set the threshold for which transmitted frames are preceded by transmission of an RTS control frame. -.Ar Length +The +.Ar length +argument is the frame size in bytes and must be in the range 1 to 2312. Not all adaptors support setting the RTS threshold. .It Cm txpower Ar power For IEEE 802.11 wireless interfaces, set the power used to transmit frames. -.Ar Power +The +.Ar power +argument is a unitless value in the range 0 to 100 that is interpreted by drivers to derive a device-specific value. Out of range values are truncated. @@ -671,20 +676,21 @@ Not all adaptors support changing the transmit power. For IEEE 802.11 wireless interfaces, set the desired WEP mode. Not all adaptors support all modes. The set of valid modes is -.Dq off , -.Dq on , +.Dq Li off , +.Dq Li on , and -.Dq mixed . -.Dq Mixed +.Dq Li mixed . +The +.Dq Li mixed mode explicitly tells the adaptor to allow association with access points which allow both encrypted and unencrypted traffic. On these adaptors, -.Dq on +.Dq Li on means that the access point must only allow encrypted connections. On other adaptors, -.Dq on +.Dq Li on is generally another name for -.Dq mixed . +.Dq Li mixed . Modes are case insensitive. .It Cm weptxkey Ar index For IEEE 802.11 wireless interfaces, set the WEP key to be used for diff --git a/sbin/init/init.8 b/sbin/init/init.8 index e19d9cd..240bfed 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -153,7 +153,7 @@ variable to the required security level. .Pp If .Nm -is run in a jail the security level of the +is run in a jail, the security level of the .Dq host system will not be effected. Part of the information set up in the kernel to support a jail diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index de7b902..852f1d4 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -70,7 +70,8 @@ Run a built-in test script. .Sh DIAGNOSTICS The .Nm -program exits 0 on success, and 1 if at least one of the input files could not be read. +utility exits 0 on success, +and 1 if at least one of the input files could not be read. .Sh SEE ALSO .Xr cksum 1 .Rs diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 4b2f8e2..1e22dc4 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -41,7 +41,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 31, 2000 +.Dd March 10, 2004 .Dt MDCONFIG 8 .Os .Sh NAME @@ -52,12 +52,9 @@ .Fl a .Fl t Ar type .Op Fl n -.Oo -.Fl o -.Oo Cm no Oc Ns Ar option -.Oc -.Op Fl s Ar size +.Oo Fl o Oo Cm no Oc Ns Ar option Oc ... .Op Fl f Ar file +.Op Fl s Ar size .Op Fl S Ar sectorsize .Op Fl u Ar unit .Op Fl x Ar sectors/track @@ -127,11 +124,15 @@ denotes kilobyte, megabyte and gigabyte respectively. .It Fl S Ar sectorsize Sectorsize to use for malloc backed device. .It Fl x Ar sectors/track -See description of -.Fl y -below. +See the description of the +.Fl y +option below. .It Fl y Ar heads/cylinder -For malloc or vnode backed devices, the +For +.Cm malloc +or +.Cm vnode +backed devices, the .Fl x and .Fl y @@ -142,7 +143,11 @@ other devices. Set or reset options. .Bl -tag -width indent .It Oo Cm no Oc Ns Cm async -For vnode backed devices: avoid IO_SYNC for increased performance but +For +.Cm vnode +backed devices: avoid +.Dv IO_SYNC +for increased performance but at the risk of deadlocking the entire kernel. .It Oo Cm no Oc Ns Cm reserve Allocate and reserve all needed storage from the start, rather than as needed. diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index 8c8c9a0..39af0cb 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 5, 2001 +.Dd February 26, 2004 .Dt MDMFS 8 .Os .Sh NAME @@ -36,7 +36,7 @@ driver .Sh SYNOPSIS .Nm -.Op Fl DLMNSUX +.Op Fl DLlMNSUX .Op Fl a Ar maxcontig .Op Fl b Ar block-size .Op Fl c Ar cylinders @@ -45,7 +45,6 @@ driver .Op Fl F Ar file .Op Fl f Ar frag-size .Op Fl i Ar bytes -.Op Fl l .Op Fl m Ar percent-free .Op Fl n Ar rotational-positions .Op Fl O Ar optimization @@ -58,7 +57,7 @@ driver .Ar mount-point .Nm .Fl C -.Op Fl NU +.Op Fl lNU .Op Fl a Ar maxcontig .Op Fl b Ar block-size .Op Fl c Ar cylinders @@ -164,7 +163,7 @@ The fragment size of the file system in bytes. .It Fl i Ar bytes Number of bytes per inode. .It Fl l -Enables multilabel MAC on the new file system. +Enable multilabel MAC on the new file system. .It Fl L Show the output of the helper programs. By default, diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index 9f1dde7..2bc91cd 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -28,7 +28,7 @@ .\" @(#)mknod.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd December 11, 1993 +.Dd December 29, 2003 .Dt MKNOD 8 .Os .Sh NAME @@ -102,15 +102,15 @@ will cause the number to be interpreted as octal. .Pp The .Nm -tool can be used to recreate deleted device nodes under a -.Xr devfs 5 , -mount point by invoking it using dummy arguments. Example: -.Bd -literal -offset indent -mknod cd0 c 0 0 -.Ed +utility can be used to recreate deleted device nodes under a +.Xr devfs 5 +mount point by invoking it using dummy arguments. +Example: .Pp -Where -.Fa cd0 +.Dl "mknod cd0 c 0 0" +.Pp +where +.Dq Li cd0 is the name of the deleted device node. .Sh COMPATIBILITY The diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 928694c..02c8e40 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -148,8 +148,8 @@ system. If the file system supports multilabel operation, individual labels will be maintained for each object in the file system, rather than using a single label for all obejcts. -An alternative to -.Em -l +An alternative to the +.Fl l flag in .Xr tunefs 8 . See diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 9fc8749..6f281fb 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -32,7 +32,7 @@ .\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94 .\" $FreeBSD$ .\" -.Dd March 27, 1994 +.Dd September 26, 2003 .Dt MOUNT_CD9660 8 .Os .Sh NAME @@ -41,9 +41,9 @@ .Sh SYNOPSIS .Nm .Op Fl begjrv +.Op Fl C Ar charset .Op Fl o Ar options .Op Fl s Ar startsector -.Op Fl C Ar charset .Ar special | node .Sh DESCRIPTION The @@ -152,6 +152,6 @@ The utility first appeared in .Bx 4.4 . .Pp -The unicode conversion routine was added by +The Unicode conversion routine was added by .An Ryuichiro Imura Aq imura@ryu16.org -at 2003. +in 2003. diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8 index 609aa66..1fd704f 100644 --- a/sbin/mount_msdosfs/mount_msdosfs.8 +++ b/sbin/mount_msdosfs/mount_msdosfs.8 @@ -157,8 +157,10 @@ This forces .Fl s . .\".It Fl G .\"This option causes the file system to be interpreted as an Atari-Gemdos -.\"file system. The differences to the MS-DOS file system are minimal and -.\"limited to the boot block. This option enforces +.\"file system. +.\"The differences to the MS-DOS file system are minimal and +.\"limited to the boot block. +.\"This option enforces .\".Fl s . .It Fl L Ar locale Specify locale name used for file name conversions @@ -168,22 +170,25 @@ By default ISO 8859-1 assumed as local character set. Specify the MS-DOS code page (aka IBM/OEM code page) name used for file name conversions for DOS names. .It Fl W Ar table -This option is remained for backward compatibility purpose, and will be -removed in the future. Please do not use this option. +.Bf Em +This option is preserved for backward compatibility purpose only, +and will be removed in the future. +Please avoid using this option. +.Ef .Pp -Specify text file name with conversion table: iso22dos, iso72dos, koi2dos, -koi8u2dos. +Specify text file name with conversion table: +.Pa iso22dos , iso72dos , koi2dos , koi8u2dos . .El .Sh EXAMPLES -To mount a Russian msdos file system located in /dev/ad1s1: -.Bd -literal -offset indent -# mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ad1s1 /mnt -.Ed +To mount a Russian MS-DOS file system located in +.Pa /dev/ad1s1 : .Pp -To mount a Japanese msdos file system located in /dev/ad1s1: -.Bd -literal -offset indent -# mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ad1s1 /mnt -.Ed +.Dl "mount_msdosfs -L ru_RU.KOI8-R -D CP866 /dev/ad1s1 /mnt" +.Pp +To mount a Japanese MS-DOS file system located in +.Pa /dev/ad1s1 : +.Pp +.Dl "mount_msdosfs -L ja_JP.eucJP -D CP932 /dev/ad1s1 /mnt" .Sh SEE ALSO .Xr mount 2 , .Xr unmount 2 , diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 483c6f6..17902b2 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -97,9 +97,11 @@ translation table. See .Xr mount_msdosfs 8 for the description of this option. -This option is remained for backward compatibility purpose, so -please do not use this option. This option will be removed in -the future. +.Bf Em +This option is preserved for backward compatibility purpose only, +and will be removed in the future. +Please do not use this option. +.Ef .El .Sh FEATURES NTFS file attributes are accessed in following way: @@ -115,28 +117,23 @@ Default is $DATA. is an attribute name. Default is none. .Sh EXAMPLES -To mount an ntfs volume located in +To mount an NTFS volume located in .Pa /dev/ad1s1 : -.Bd -literal -offset indent -# mount_ntfs /dev/ad1s1 /mnt -.Ed +.Pp +.Dl "mount_ntfs /dev/ad1s1 /mnt" .Pp To get the volume name (in Unicode): -.Bd -literal -offset indent -# cat /mnt/\\$Volume:\\$VOLUME_NAME -.Ed +.Pp +.Dl "cat /mnt/\e$Volume:\e$VOLUME_NAME" .Pp To read directory raw data: -.Bd -literal -offset indent -# cat /mnt/foodir:\\$INDEX_ROOT:\\$I30 -.Ed .Pp -To mount a -.Pa Japanese -ntfs volume located in /dev/ad0s1: -.Bd -literal -offset indent -# mount_ntfs -C eucJP /dev/ad0s1 /mnt -.Ed +.Dl "cat /mnt/foodir:\e$INDEX_ROOT:\e$I30" +.Pp +To mount a Japanese NTFS volume located in +.Pa /dev/ad0s1 : +.Pp +.Dl "mount_ntfs -C eucJP /dev/ad0s1 /mnt" .Sh WRITING There is limited writing ability. Limitations: file must be nonresident @@ -160,9 +157,9 @@ The utility first appeared in .Fx 3.0 . .Pp -The unicode conversion routine was added by +The Unicode conversion routine was added by .An Ryuichiro Imura Aq imura@ryu16.org -at 2003. +in 2003. .Sh AUTHORS The NTFS kernel implementation, .Nm diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 1ca4889..8cba772 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -89,7 +89,7 @@ The default format is UFS2. .It Fl T Ar disktype For backward compatibility. .It Fl U -Enables soft updates on the new file system. +Enable soft updates on the new file system. .It Fl a Ar maxcontig Specify the maximum number of contiguous blocks that will be laid out before forcing a rotational delay. @@ -146,7 +146,7 @@ to create more inodes a smaller number should be given. One inode is required for each distinct file, so this value effectively specifies the average file size on the file system. .It Fl l -Enables multilabel MAC on the new file system. +Enable multilabel MAC on the new file system. .It Fl m Ar free-space The percentage of space reserved from normal users; the minimum free space threshold. @@ -217,8 +217,8 @@ on file systems that contain many small files. .Xr fdformat 1 , .Xr disktab 5 , .Xr fs 5 , -.Xr camcontrol 8 , .Xr bsdlabel 8 , +.Xr camcontrol 8 , .Xr dumpfs 8 , .Xr fsck 8 , .Xr mount 8 , diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 8b1514a..445a157 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -316,7 +316,7 @@ script string defined by as the input for every volume in the backup. This child pipeline's .Dv stdout -.Pa ( /dev/fd/1 ) +.Pq Pa /dev/fd/1 is redirected to the .Nm input stream, and the environment variable diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 98e2414..335d072 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -28,7 +28,7 @@ .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" $FreeBSD$ .\" -.Dd June 8, 2001 +.Dd November 10, 2003 .Dt ROUTE 8 .Os .Sh NAME diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 49c068d..f483ed9 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -112,7 +112,7 @@ The packet generated contains a list of known routes, each marked with a "hop count" metric (a count of 16 or greater is considered "infinite"). -Th advertised metric for a route reflects the metrics associated +The advertised metric for a route reflects the metrics associated with interfaces (see .Xr ifconfig 8 ) @@ -228,7 +228,9 @@ is received), there is a single default route and a variable number of redirected host routes in the kernel table. On a host with more than one network interface, this default route will be via only one of the interfaces. -Thus, multi-homed hosts running with \f3\-q\f1 might need +Thus, multi-homed hosts running with +.Fl q +might need .Cm no_rdisc described below. .Pp @@ -514,16 +516,15 @@ a line starting with .Cm if=remote(Hname) , etc. should be used. .Ss Parameters -.Pp Lines that start with neither "net" nor "host" must consist of one or more of the following parameter settings, separated by commas or blanks: -.Bl -tag -width Ds -.It Cm if Ns \&= Ns Ar ifname +.Bl -tag -width indent +.It Cm if Ns = Ns Ar ifname indicates that the other parameters on the line apply to the interface name .Ar ifname . -.It Cm subnet Ns \&= Ns Ar nname[/mask][,metric] +.It Cm subnet Ns = Ns Ar nname Ns Oo / Ns Ar mask Oc Ns Op , Ns Ar metric advertises a route to network .Ar nname with mask @@ -535,17 +536,20 @@ The network number must specify a full, 32-bit value, as in 192.0.2.0 instead of 192.0.2. .Pp Do not use this feature unless necessary. It is dangerous. -.It Cm ripv1_mask Ns \&= Ns Ar nname/mask1,mask2 +.It Cm ripv1_mask Ns = Ns Ar nname Ns / Ns Ar mask1 , Ns Ar mask2 specifies that netmask of the network of which -.Cm nname/mask1\f1 +.Ar nname Ns / Ns Ar mask1 is a subnet should be -.Cm mask2 . -For example \f2ripv1_mask=192.0.2.16/28,27\f1 marks 192.0.2.16/28 +.Ar mask2 . +For example, +.Dq Li ripv1_mask=192.0.2.16/28,27 +marks 192.0.2.16/28 as a subnet of 192.0.2.0/27 instead of 192.0.2.0/24. It is better to turn on RIPv2 instead of using this facility, for example -with \f2ripv2_out\f1. -.It Cm passwd Ns \&= Ns Ar XXX[|KeyID[start|stop]] +with +.Cm ripv2_out . +.It Cm passwd Ns = Ns Ar XXX[|KeyID[start|stop]] specifies a RIPv2 cleartext password that will be included on all RIPv2 responses sent, and checked on all RIPv2 responses received. Any blanks, tab characters, commas, or '#', '|', or NULL characters in the @@ -720,5 +724,5 @@ The .Nm utility appeared in .Bx 4.2 . -\" LocalWords: loopback ICMP rtquery ifconfig multicasting Solicitations RIPv -\" LocalWords: netstat rdisc +.\" LocalWords: loopback ICMP rtquery ifconfig multicasting Solicitations RIPv +.\" LocalWords: netstat rdisc |