Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src setup -> set up.



details:   https://anonhg.NetBSD.org/src/rev/296101e4f56b
branches:  trunk
changeset: 547151:296101e4f56b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 14 12:11:03 2003 +0000

description:
setup -> set up.

diffstat:

 games/hunt/hunt/hunt.6         |  4 ++--
 lib/libcompat/4.3/rexec.3      |  4 ++--
 libexec/tftpd/tftpd.8          |  4 ++--
 sbin/init/init.8               |  4 ++--
 sbin/mount_ntfs/mount_ntfs.8   |  4 ++--
 sbin/newbtconf/newbtconf.8     |  8 ++++----
 usr.sbin/isdn/isdnd/isdnd.rc.5 |  6 +++---
 usr.sbin/syslogd/syslogd.8     |  4 ++--
 8 files changed, 19 insertions(+), 19 deletions(-)

diffs (174 lines):

diff -r 17487a463b73 -r 296101e4f56b games/hunt/hunt/hunt.6
--- a/games/hunt/hunt/hunt.6    Wed May 14 12:10:04 2003 +0000
+++ b/games/hunt/hunt/hunt.6    Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hunt.6,v 1.9 2003/02/25 10:34:46 wiz Exp $
+.\"    $NetBSD: hunt.6,v 1.10 2003/05/14 12:12:56 wiz Exp $
 .\"
 .\"  hunt
 .\"  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -42,7 +42,7 @@
 argument.
 This presupposes that a hunt game is already running on that host, see
 .Xr huntd 6
-for details on how to setup a game on a specific host.
+for details on how to set up a game on a specific host.
 If more than one game if found, you may pick which game to play in.
 .Pp
 If the
diff -r 17487a463b73 -r 296101e4f56b lib/libcompat/4.3/rexec.3
--- a/lib/libcompat/4.3/rexec.3 Wed May 14 12:10:04 2003 +0000
+++ b/lib/libcompat/4.3/rexec.3 Wed May 14 12:11:03 2003 +0000
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)rexec.3      8.1 (Berkeley) 6/4/93
-.\"    $NetBSD: rexec.3,v 1.11 2002/10/01 19:04:57 wiz Exp $
+.\"    $NetBSD: rexec.3,v 1.12 2003/05/14 12:11:03 wiz Exp $
 .\"
 .Dd June 4, 1993
 .Dt REXEC 3
@@ -89,7 +89,7 @@
 If
 .Fa fd2p
 is non-zero, then an auxiliary channel to a control
-process will be setup, and a descriptor for it will be placed
+process will be set up, and a descriptor for it will be placed
 in
 .Fa *fd2p .
 The control process will return diagnostic
diff -r 17487a463b73 -r 296101e4f56b libexec/tftpd/tftpd.8
--- a/libexec/tftpd/tftpd.8     Wed May 14 12:10:04 2003 +0000
+++ b/libexec/tftpd/tftpd.8     Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tftpd.8,v 1.16 2002/01/15 02:28:41 wiz Exp $
+.\"    $NetBSD: tftpd.8,v 1.17 2003/05/14 12:15:17 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -182,7 +182,7 @@
 .Sh SECURITY CONSIDERATIONS
 You are
 .Em strongly
-advised to setup
+advised to set up
 .Nm
 using the
 .Fl s
diff -r 17487a463b73 -r 296101e4f56b sbin/init/init.8
--- a/sbin/init/init.8  Wed May 14 12:10:04 2003 +0000
+++ b/sbin/init/init.8  Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: init.8,v 1.26 2003/02/25 10:34:58 wiz Exp $
+.\"    $NetBSD: init.8,v 1.27 2003/05/14 12:13:44 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -83,7 +83,7 @@
 to state 1 (single user).
 Otherwise, proceed to state 3.
 .It
-Setup ttys as specified in
+Set up ttys as specified in
 .Xr ttys 5 .
 See below for more information.
 On completion, continue to state 4.
diff -r 17487a463b73 -r 296101e4f56b sbin/mount_ntfs/mount_ntfs.8
--- a/sbin/mount_ntfs/mount_ntfs.8      Wed May 14 12:10:04 2003 +0000
+++ b/sbin/mount_ntfs/mount_ntfs.8      Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ntfs.8,v 1.13 2003/02/14 16:21:48 grant Exp $
+.\" $NetBSD: mount_ntfs.8,v 1.14 2003/05/14 12:14:42 wiz Exp $
 .\"
 .\" Copyright (c) 1993,1994 Christopher G. Demetriou
 .\" Copyright (c) 1999 Semen Ustimenko
@@ -178,7 +178,7 @@
 offset should be '63' on i386 (see
 .Xr disklabel 8 ) .
 .Xr mbrlabel 8
-could help you to setup the disk label correctly.
+could help you to set up the disk label correctly.
 .Pp
 If you mark the NTFS partition as
 .Ql dynamic
diff -r 17487a463b73 -r 296101e4f56b sbin/newbtconf/newbtconf.8
--- a/sbin/newbtconf/newbtconf.8        Wed May 14 12:10:04 2003 +0000
+++ b/sbin/newbtconf/newbtconf.8        Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: newbtconf.8,v 1.15 2003/02/25 10:35:06 wiz Exp $
+.\"     $NetBSD: newbtconf.8,v 1.16 2003/05/14 12:14:43 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Darren Reed.  All rights reserved.
 .\"
@@ -43,7 +43,7 @@
 .Sh DESCRIPTION
 .Bl -tag -width indent
 .Nm
-is used to setup the system in such a way that the user is offered a
+is used to set up the system in such a way that the user is offered a
 selection of environments in which to boot the system up into.
 The most obvious application being for laptops to provide a network
 and non-network environment after a successful boot into multi-user mode.
@@ -130,7 +130,7 @@
 have 30 seconds to enter that name and press
 .Sy RETURN .
 .Ss Multiple Configurations
-Once an initial configuration has been setup, we can proceed to setup further
+Once an initial configuration has been set up, we can proceed to set up further
 run time environments.
 This is done by invoking
 .Nm
@@ -157,7 +157,7 @@
 Which configuration [network] ?
 .Ed
 .Pp
-To setup the system for booting into the
+To set up the system for booting into the
 .Dq nonet
 configuration, the files in
 .Pa /etc/etc.nonet
diff -r 17487a463b73 -r 296101e4f56b usr.sbin/isdn/isdnd/isdnd.rc.5
--- a/usr.sbin/isdn/isdnd/isdnd.rc.5    Wed May 14 12:10:04 2003 +0000
+++ b/usr.sbin/isdn/isdnd/isdnd.rc.5    Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: isdnd.rc.5,v 1.14 2003/05/07 08:01:08 wiz Exp $
+.\" $NetBSD: isdnd.rc.5,v 1.15 2003/05/14 12:12:31 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: isdnd.rc.5,v 1.14 2003/05/07 08:01:08 wiz Exp $
+.\"    $Id: isdnd.rc.5,v 1.15 2003/05/14 12:12:31 wiz Exp $
 .\"
 .\" $FreeBSD$
 .\"
@@ -809,7 +809,7 @@
 is used as a last resort and is therefore set much higher than a charging
 unit time: typical values are one to five minutes.
 .It Li outgoing calls
-Outgoing call disconnect time can be setup in one of three ways:
+Outgoing call disconnect time can be set up in one of three ways:
 .Bl -tag -width indent -compact
 .It Li simple mode
 For simple mode, the
diff -r 17487a463b73 -r 296101e4f56b usr.sbin/syslogd/syslogd.8
--- a/usr.sbin/syslogd/syslogd.8        Wed May 14 12:10:04 2003 +0000
+++ b/usr.sbin/syslogd/syslogd.8        Wed May 14 12:11:03 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: syslogd.8,v 1.30 2003/05/06 08:30:19 wiz Exp $
+.\"    $NetBSD: syslogd.8,v 1.31 2003/05/14 12:15:01 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -155,7 +155,7 @@
 .Pp
 By using multiple
 .Fl p
-options, one can setup many chroot environments by passing the pathname
+options, one can set up many chroot environments by passing the pathname
 to the log socket
 .Pa ( /var/run/log )
 in each chroot area to



Home | Main Index | Thread Index | Old Index