Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin Use mdoc macros instead of man ones.
details: https://anonhg.NetBSD.org/src/rev/ef8bbde25dc2
branches: trunk
changeset: 520996:ef8bbde25dc2
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Jan 21 18:23:09 2002 +0000
description:
Use mdoc macros instead of man ones.
diffstat:
sbin/mount_nfs/mount_nfs.8 | 8 +++++---
sbin/newfs_lfs/newfs_lfs.8 | 5 +++--
sbin/routed/routed.8 | 15 ++++++++++-----
3 files changed, 18 insertions(+), 10 deletions(-)
diffs (89 lines):
diff -r c0c55d2a6c3f -r ef8bbde25dc2 sbin/mount_nfs/mount_nfs.8
--- a/sbin/mount_nfs/mount_nfs.8 Mon Jan 21 18:14:33 2002 +0000
+++ b/sbin/mount_nfs/mount_nfs.8 Mon Jan 21 18:23:09 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_nfs.8,v 1.15 2001/12/20 20:10:37 soren Exp $
+.\" $NetBSD: mount_nfs.8,v 1.16 2002/01/21 18:23:09 wiz Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994, 1995
.\" The Regents of the University of California. All rights reserved.
@@ -194,7 +194,7 @@
are delayed due to an unresponsive server will fail with EINTR when a
termination signal is posted for the process.
.It Fl l
-Used with NQNFS and NFSV3 to specify that the \fBReaddirPlus\fR RPC should
+Used with NQNFS and NFSV3 to specify that the ReaddirPlus RPC should
be used.
This option reduces RPC traffic for cases such as
.Dq "ls -l" ,
@@ -251,7 +251,9 @@
option as well.
.It Fl s
A soft mount, which implies that file system calls will fail
-after \fBRetry\fR round trip timeout intervals.
+after
+.Ar retrycnt
+round trip timeout intervals.
.It Fl t
Set the initial retransmit timeout to the specified value.
May be useful for fine tuning UDP mounts over internetworks
diff -r c0c55d2a6c3f -r ef8bbde25dc2 sbin/newfs_lfs/newfs_lfs.8
--- a/sbin/newfs_lfs/newfs_lfs.8 Mon Jan 21 18:14:33 2002 +0000
+++ b/sbin/newfs_lfs/newfs_lfs.8 Mon Jan 21 18:23:09 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs_lfs.8,v 1.16 2001/11/16 12:05:00 wiz Exp $
+.\" $NetBSD: newfs_lfs.8,v 1.17 2002/01/21 18:24:06 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -62,7 +62,8 @@
.Bl -tag -width Fl
.It Fl A
Attempt to compute the appropriate segment size using the formula
-\fB4 * bandwidth * access time\fR. The disk is tested for twenty seconds
+.Em 4 * bandwidth * access time .
+The disk is tested for twenty seconds
to discover its bandwidth and seek time.
.It Fl B Ar logical-segment-size
The logical segment size of the file system in bytes. If not specified,
diff -r c0c55d2a6c3f -r ef8bbde25dc2 sbin/routed/routed.8
--- a/sbin/routed/routed.8 Mon Jan 21 18:14:33 2002 +0000
+++ b/sbin/routed/routed.8 Mon Jan 21 18:23:09 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: routed.8,v 1.34 2001/11/16 12:09:19 wiz Exp $
+.\" $NetBSD: routed.8,v 1.35 2002/01/21 18:26:07 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -223,7 +223,9 @@
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
@@ -529,14 +531,17 @@
Do not use this feature unless necessary. It is dangerous.
.It Cm ripv1_mask Ns \&= Ns Ar nname/mask1,mask2
specifies that netmask of the network of which
-.Cm nname/mask1\f1
+.Cm nname/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
+For example
+.Cm ripv1_mask Ns \&= Ns Ar 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.
+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.
Home |
Main Index |
Thread Index |
Old Index