Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src "Utilize" has exactly the same meaning as "use, " but it is more
details: https://anonhg.NetBSD.org/src/rev/46663a9184ac
branches: trunk
changeset: 542717:46663a9184ac
user: perry <perry%NetBSD.org@localhost>
date: Tue Feb 04 23:07:28 2003 +0000
description:
"Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
diffstat:
bin/mt/mt.1 | 4 ++--
crypto/dist/heimdal/appl/ftp/ftp/ftp.1 | 4 ++--
crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 | 4 ++--
crypto/dist/krb4/appl/bsd/rlogin.1 | 4 ++--
crypto/dist/krb4/appl/ftp/ftp/ftp.1 | 4 ++--
crypto/dist/krb4/appl/ftp/ftpd/ftpd.8 | 4 ++--
dist/dhcp/server/dhcpd.conf.5 | 2 +-
distrib/utils/more/more.1 | 4 ++--
gnu/dist/mtrace/mtrace.8 | 4 ++--
gnu/usr.bin/ld/ld/ld.1 | 4 ++--
lib/libc/compat-43/sigblock.3 | 4 ++--
lib/libc/compat-43/sigsetmask.3 | 4 ++--
lib/libc/sys/getrusage.2 | 6 +++---
lib/libc/sys/getsockopt.2 | 4 ++--
libexec/ftpd/ftpd.8 | 4 ++--
sbin/dump/dump.8 | 4 ++--
sbin/dump_lfs/dump_lfs.8 | 4 ++--
sbin/restore/restore.8 | 4 ++--
usr.bin/mail/mail.1 | 4 ++--
usr.bin/make/make.1 | 4 ++--
usr.bin/mkstr/mkstr.1 | 4 ++--
usr.bin/netstat/netstat.1 | 4 ++--
usr.bin/nohup/nohup.1 | 4 ++--
usr.bin/rlogin/rlogin.1 | 4 ++--
usr.bin/script/script.1 | 4 ++--
usr.bin/sort/sort.1 | 4 ++--
usr.bin/tset/tset.1 | 4 ++--
usr.bin/window/window.1 | 4 ++--
usr.sbin/lpr/lprm/lprm.1 | 4 ++--
usr.sbin/sushi/sushi.8 | 6 +++---
usr.sbin/traceroute/traceroute.8 | 4 ++--
usr.sbin/user/useradd.8 | 4 ++--
usr.sbin/user/userdel.8 | 4 ++--
usr.sbin/vipw/vipw.8 | 4 ++--
34 files changed, 69 insertions(+), 69 deletions(-)
diffs (truncated from 630 to 300 lines):
diff -r 77aa0274ef4d -r 46663a9184ac bin/mt/mt.1
--- a/bin/mt/mt.1 Tue Feb 04 22:47:41 2003 +0000
+++ b/bin/mt/mt.1 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mt.1,v 1.30 2002/09/25 15:18:41 wiz Exp $
+.\" $NetBSD: mt.1,v 1.31 2003/02/04 23:07:28 perry Exp $
.\"
.\" Copyright (c) 1981, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -208,7 +208,7 @@
.It Li 38 Ta DDS-4
.El
.Sh ENVIRONMENT
-If the following environment variables exist, they are utilized by
+If the following environment variables exist, they are used by
.Nm "" .
.Bl -tag -width Fl
.It Ev TAPE
diff -r 77aa0274ef4d -r 46663a9184ac crypto/dist/heimdal/appl/ftp/ftp/ftp.1
--- a/crypto/dist/heimdal/appl/ftp/ftp/ftp.1 Tue Feb 04 22:47:41 2003 +0000
+++ b/crypto/dist/heimdal/appl/ftp/ftp/ftp.1 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftp.1,v 1.1.1.5 2002/09/12 12:41:35 joda Exp $
+.\" $NetBSD: ftp.1,v 1.2 2003/02/04 23:07:29 perry Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1163,7 +1163,7 @@
.El
.Sh ENVIRONMENT
.Nm Ftp
-utilizes the following environment variables.
+uses the following environment variables.
.Bl -tag -width Fl
.It Ev HOME
For default location of a
diff -r 77aa0274ef4d -r 46663a9184ac crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8
--- a/crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 Tue Feb 04 22:47:41 2003 +0000
+++ b/crypto/dist/heimdal/appl/ftp/ftpd/ftpd.8 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftpd.8,v 1.1.1.6 2002/09/12 12:41:35 joda Exp $
+.\" $NetBSD: ftpd.8,v 1.2 2003/02/04 23:07:30 perry Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -269,7 +269,7 @@
.Dq globbing
conventions used by
.Xr csh 1 .
-This allows users to utilize the metacharacters
+This allows users to use the metacharacters
.Dq Li \&*?[]{}~ .
.Pp
.Nm Ftpd
diff -r 77aa0274ef4d -r 46663a9184ac crypto/dist/krb4/appl/bsd/rlogin.1
--- a/crypto/dist/krb4/appl/bsd/rlogin.1 Tue Feb 04 22:47:41 2003 +0000
+++ b/crypto/dist/krb4/appl/bsd/rlogin.1 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rlogin.1,v 1.1.1.1 2001/09/17 12:09:43 assar Exp $
+.\" $NetBSD: rlogin.1,v 1.2 2003/02/04 23:07:30 perry Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -165,7 +165,7 @@
.Nm rlogin
is used instead.
.Sh ENVIRONMENT
-The following environment variable is utilized by
+The following environment variable is used by
.Nm rlogin :
.Bl -tag -width TERM
.It Ev TERM
diff -r 77aa0274ef4d -r 46663a9184ac crypto/dist/krb4/appl/ftp/ftp/ftp.1
--- a/crypto/dist/krb4/appl/ftp/ftp/ftp.1 Tue Feb 04 22:47:41 2003 +0000
+++ b/crypto/dist/krb4/appl/ftp/ftp/ftp.1 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftp.1,v 1.1.1.2 2002/09/12 12:22:07 joda Exp $
+.\" $NetBSD: ftp.1,v 1.2 2003/02/04 23:07:30 perry Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1163,7 +1163,7 @@
.El
.Sh ENVIRONMENT
.Nm Ftp
-utilizes the following environment variables.
+uses the following environment variables.
.Bl -tag -width Fl
.It Ev HOME
For default location of a
diff -r 77aa0274ef4d -r 46663a9184ac crypto/dist/krb4/appl/ftp/ftpd/ftpd.8
--- a/crypto/dist/krb4/appl/ftp/ftpd/ftpd.8 Tue Feb 04 22:47:41 2003 +0000
+++ b/crypto/dist/krb4/appl/ftp/ftpd/ftpd.8 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftpd.8,v 1.1.1.2 2002/09/12 12:22:08 joda Exp $
+.\" $NetBSD: ftpd.8,v 1.2 2003/02/04 23:07:30 perry Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -269,7 +269,7 @@
.Dq globbing
conventions used by
.Xr csh 1 .
-This allows users to utilize the metacharacters
+This allows users to use the metacharacters
.Dq Li \&*?[]{}~ .
.Pp
.Nm Ftpd
diff -r 77aa0274ef4d -r 46663a9184ac dist/dhcp/server/dhcpd.conf.5
--- a/dist/dhcp/server/dhcpd.conf.5 Tue Feb 04 22:47:41 2003 +0000
+++ b/dist/dhcp/server/dhcpd.conf.5 Tue Feb 04 23:07:28 2003 +0000
@@ -508,7 +508,7 @@
network segment. You must not tell one server it's doing failover
on a particular address pool and tell the other it is not. You must
not have any common address pools on which you are not doing
-failover. A pool declaration that utilizes failover would look like this:
+failover. A pool declaration that uses failover would look like this:
.PP
.nf
pool {
diff -r 77aa0274ef4d -r 46663a9184ac distrib/utils/more/more.1
--- a/distrib/utils/more/more.1 Tue Feb 04 22:47:41 2003 +0000
+++ b/distrib/utils/more/more.1 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: more.1,v 1.5 2002/01/15 02:31:04 wiz Exp $
+.\" $NetBSD: more.1,v 1.6 2003/02/04 23:07:31 perry Exp $
.\"
.\" Copyright (c) 1988, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -279,7 +279,7 @@
.Sh ENVIRONMENT
The
.Nm
-command utilizes the following environment variables, if they exist:
+command uses the following environment variables, if they exist:
.Bl -tag -width Fl
.It Ev MORE
This variable may be set with favored options to
diff -r 77aa0274ef4d -r 46663a9184ac gnu/dist/mtrace/mtrace.8
--- a/gnu/dist/mtrace/mtrace.8 Tue Feb 04 22:47:41 2003 +0000
+++ b/gnu/dist/mtrace/mtrace.8 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mtrace.8,v 1.1 2002/10/01 03:50:10 itojun Exp $
+.\" $NetBSD: mtrace.8,v 1.2 2003/02/04 23:07:31 perry Exp $
.\"
.\" Copyright (c) 1995 by the University of Southern California
.\" All rights reserved.
@@ -84,7 +84,7 @@
Assessing problems in the distribution of IP multicast traffic
can be difficult.
.B mtrace
-utilizes a tracing feature implemented in multicast routers
+uses a tracing feature implemented in multicast routers
.RB ( mrouted
version 3.3 and later) that is
accessed via an extension to the IGMP protocol. A trace query is
diff -r 77aa0274ef4d -r 46663a9184ac gnu/usr.bin/ld/ld/ld.1
--- a/gnu/usr.bin/ld/ld/ld.1 Tue Feb 04 22:47:41 2003 +0000
+++ b/gnu/usr.bin/ld/ld/ld.1 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ld.1,v 1.22 2002/02/08 01:26:50 ross Exp $
+.\" $NetBSD: ld.1,v 1.23 2003/02/04 23:07:32 perry Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -271,7 +271,7 @@
.El
.Sh ENVIRONMENT
.Nm
-utilizes the following environment variables:
+uses the following environment variables:
.Bl -tag -width "LD_LIBRARY_PATH"
.It Ev LD_LIBRARY_PATH
This colon-separated list of directories is inserted into the search
diff -r 77aa0274ef4d -r 46663a9184ac lib/libc/compat-43/sigblock.3
--- a/lib/libc/compat-43/sigblock.3 Tue Feb 04 22:47:41 2003 +0000
+++ b/lib/libc/compat-43/sigblock.3 Tue Feb 04 23:07:28 2003 +0000
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigblock.2 8.1 (Berkeley) 6/2/93
-.\" $NetBSD: sigblock.3,v 1.14 2002/08/10 09:07:15 wiz Exp $
+.\" $NetBSD: sigblock.3,v 1.15 2003/02/04 23:07:32 perry Exp $
.\"
.Dd August 10, 2002
.Dt SIGBLOCK 3
@@ -74,7 +74,7 @@
.Sh RETURN VALUES
The previous set of masked signals is returned.
.Sh EXAMPLES
-The following example utilizing
+The following example using
.Fn sigblock :
.Bd -literal -offset indent
int omask;
diff -r 77aa0274ef4d -r 46663a9184ac lib/libc/compat-43/sigsetmask.3
--- a/lib/libc/compat-43/sigsetmask.3 Tue Feb 04 22:47:41 2003 +0000
+++ b/lib/libc/compat-43/sigsetmask.3 Tue Feb 04 23:07:28 2003 +0000
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sigsetmask.2 8.1 (Berkeley) 6/2/93
-.\" $NetBSD: sigsetmask.3,v 1.15 2002/08/10 09:07:15 wiz Exp $
+.\" $NetBSD: sigsetmask.3,v 1.16 2003/02/04 23:07:32 perry Exp $
.\"
.Dd August 10, 2002
.Dt SIGSETMASK 3
@@ -70,7 +70,7 @@
.Sh RETURN VALUES
The previous set of masked signals is returned.
.Sh EXAMPLES
-The following example utilizing
+The following example using
.Fn sigsetmask :
.Bd -literal -offset indent
int omask;
diff -r 77aa0274ef4d -r 46663a9184ac lib/libc/sys/getrusage.2
--- a/lib/libc/sys/getrusage.2 Tue Feb 04 22:47:41 2003 +0000
+++ b/lib/libc/sys/getrusage.2 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getrusage.2,v 1.14 2003/01/18 11:33:05 thorpej Exp $
+.\" $NetBSD: getrusage.2,v 1.15 2003/02/04 23:07:33 perry Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,7 +49,7 @@
.Fn getrusage "int who" "struct rusage *rusage"
.Sh DESCRIPTION
.Fn getrusage
-returns information describing the resources utilized by the current
+returns information describing the resources used by the current
process, or all its terminated child processes.
The
.Fa who
@@ -90,7 +90,7 @@
the total amount of time spent in the system executing on behalf
of the process(es).
.It Fa ru_maxrss
-the maximum resident set size utilized (in kilobytes).
+the maximum resident set size used (in kilobytes).
.It Fa ru_ixrss
an \*(lqintegral\*(rq value indicating the amount of memory used
by the text segment
diff -r 77aa0274ef4d -r 46663a9184ac lib/libc/sys/getsockopt.2
--- a/lib/libc/sys/getsockopt.2 Tue Feb 04 22:47:41 2003 +0000
+++ b/lib/libc/sys/getsockopt.2 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getsockopt.2,v 1.25 2003/01/18 11:33:05 thorpej Exp $
+.\" $NetBSD: getsockopt.2,v 1.26 2003/02/04 23:07:33 perry Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -112,7 +112,7 @@
section
4 of the manual.
.Pp
-Most socket-level options utilize an
+Most socket-level options use an
.Fa int
parameter for
.Fa optval .
diff -r 77aa0274ef4d -r 46663a9184ac libexec/ftpd/ftpd.8
--- a/libexec/ftpd/ftpd.8 Tue Feb 04 22:47:41 2003 +0000
+++ b/libexec/ftpd/ftpd.8 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftpd.8,v 1.70 2002/10/26 04:21:12 lukem Exp $
+.\" $NetBSD: ftpd.8,v 1.71 2003/02/04 23:07:33 perry Exp $
.\"
.\" Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -392,7 +392,7 @@
.Dq globbing
conventions used by
.Xr csh 1 .
-This allows users to utilize the metacharacters
+This allows users to use the metacharacters
.Dq Li \&*?[]{}~ .
.Ss User authentication
.Nm
diff -r 77aa0274ef4d -r 46663a9184ac sbin/dump/dump.8
--- a/sbin/dump/dump.8 Tue Feb 04 22:47:41 2003 +0000
+++ b/sbin/dump/dump.8 Tue Feb 04 23:07:28 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dump.8,v 1.48 2002/10/01 13:40:27 wiz Exp $
+.\" $NetBSD: dump.8,v 1.49 2003/02/04 23:07:33 perry Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" Regents of the University of California.
@@ -442,7 +442,7 @@
current transfer rate, and estimated finished time, will be written
to the standard error output.
.Sh ENVIRONMENT
-If the following environment variables exist, they are utilized by
+If the following environment variables exist, they are used by
.Nm "" .
.Bl -tag -width Fl
.It Ev TAPE
diff -r 77aa0274ef4d -r 46663a9184ac sbin/dump_lfs/dump_lfs.8
--- a/sbin/dump_lfs/dump_lfs.8 Tue Feb 04 22:47:41 2003 +0000
+++ b/sbin/dump_lfs/dump_lfs.8 Tue Feb 04 23:07:28 2003 +0000
Home |
Main Index |
Thread Index |
Old Index