Source-Changes-HG archive

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

[src/trunk]: src Fix typo (specifed -> specified).



details:   https://anonhg.NetBSD.org/src/rev/8578ceea7846
branches:  trunk
changeset: 752188:8578ceea7846
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Feb 18 14:00:39 2010 +0000

description:
Fix typo (specifed -> specified).

diffstat:

 common/lib/libprop/prop_ingest.3                              |  4 ++--
 crypto/external/bsd/openssl/dist/doc/apps/tsget.pod           |  2 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 |  4 ++--
 dist/libpcap/gencode.c                                        |  4 ++--
 external/gpl2/lvm2/dist/man/pvmove.8                          |  4 ++--
 external/gpl2/lvm2/dist/man/pvmove.8.in                       |  2 +-
 gnu/dist/groff/contrib/mm/groff_mm.man                        |  2 +-
 gnu/dist/texinfo/doc/texinfo.txi                              |  2 +-
 gnu/dist/texinfo/info/info.c                                  |  4 ++--
 sbin/newfs/mount_mfs.8                                        |  4 ++--
 usr.bin/sdpquery/sdpquery.1                                   |  4 ++--
 11 files changed, 18 insertions(+), 18 deletions(-)

diffs (177 lines):

diff -r ee1cef192e60 -r 8578ceea7846 common/lib/libprop/prop_ingest.3
--- a/common/lib/libprop/prop_ingest.3  Thu Feb 18 13:52:33 2010 +0000
+++ b/common/lib/libprop/prop_ingest.3  Thu Feb 18 14:00:39 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_ingest.3,v 1.5 2008/04/30 13:10:46 martin Exp $
+.\"    $NetBSD: prop_ingest.3,v 1.6 2010/02/18 14:00:39 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -153,7 +153,7 @@
 .It Dv PROP_INGEST_ERROR_NO_KEY
 A non-optional key was not found in the dictionary.
 .It Dv PROP_INGEST_ERROR_WRONG_TYPE
-An object in the dictionary was not the same type specifed in the rules.
+An object in the dictionary was not the same type specified in the rules.
 .It Dv PROP_INGEST_ERROR_HANDLER_FAILED
 An object's handler returned
 .Dv false .
diff -r ee1cef192e60 -r 8578ceea7846 crypto/external/bsd/openssl/dist/doc/apps/tsget.pod
--- a/crypto/external/bsd/openssl/dist/doc/apps/tsget.pod       Thu Feb 18 13:52:33 2010 +0000
+++ b/crypto/external/bsd/openssl/dist/doc/apps/tsget.pod       Thu Feb 18 14:00:39 2010 +0000
@@ -124,7 +124,7 @@
 =item [request]...
 
 List of files containing B<RFC 3161> DER-encoded time stamp requests. If no
-requests are specifed only one request will be sent to the server and it will be
+requests are specified only one request will be sent to the server and it will be
 read from the standard input. (Optional)
 
 =back
diff -r ee1cef192e60 -r 8578ceea7846 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1
--- a/crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1     Thu Feb 18 13:52:33 2010 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1     Thu Feb 18 14:00:39 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: openssl_tsget.1,v 1.2 2010/01/24 21:20:03 joerg Exp $
+.\"    $NetBSD: openssl_tsget.1,v 1.3 2010/02/18 14:00:39 wiz Exp $
 .\"
 .\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
 .\"
@@ -249,7 +249,7 @@
 .IP "[request]..." 4
 .IX Item "[request]..."
 List of files containing \fB\s-1RFC\s0 3161\fR DER-encoded time stamp requests. If no
-requests are specifed only one request will be sent to the server and it will be
+requests are specified only one request will be sent to the server and it will be
 read from the standard input. (Optional)
 .SH "ENVIRONMENT VARIABLES"
 .IX Header "ENVIRONMENT VARIABLES"
diff -r ee1cef192e60 -r 8578ceea7846 dist/libpcap/gencode.c
--- a/dist/libpcap/gencode.c    Thu Feb 18 13:52:33 2010 +0000
+++ b/dist/libpcap/gencode.c    Thu Feb 18 14:00:39 2010 +0000
@@ -21,7 +21,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /cvsroot/src/dist/libpcap/Attic/gencode.c,v 1.4 2006/10/15 19:27:21 christos Exp $ (LBL)";
+    "@(#) $Header: /cvsroot/src/dist/libpcap/Attic/gencode.c,v 1.5 2010/02/18 14:00:39 wiz Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -5292,7 +5292,7 @@
 
                /*
                 * Load into the X register the offset computed into the
-                * register specifed by "index".
+                * register specified by "index".
                 */
                s = xfer_to_x(inst);
 
diff -r ee1cef192e60 -r 8578ceea7846 external/gpl2/lvm2/dist/man/pvmove.8
--- a/external/gpl2/lvm2/dist/man/pvmove.8      Thu Feb 18 13:52:33 2010 +0000
+++ b/external/gpl2/lvm2/dist/man/pvmove.8      Thu Feb 18 14:00:39 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pvmove.8,v 1.2 2009/02/18 12:16:13 haad Exp $
+.\"    $NetBSD: pvmove.8,v 1.3 2010/02/18 14:00:39 wiz Exp $
 .\"
 .TH PVMOVE 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
@@ -23,7 +23,7 @@
 .IR DestinationPhysicalVolume (s).
 If no
 .I DestinationPhysicalVolume
-is specifed, the normal allocation rules for the volume group are used.
+is specified, the normal allocation rules for the volume group are used.
 
 If \fBpvmove\fP gets interrupted for any reason (e.g. the machine crashes)
 then run \fBpvmove\fP again without any PhysicalVolume arguments to
diff -r ee1cef192e60 -r 8578ceea7846 external/gpl2/lvm2/dist/man/pvmove.8.in
--- a/external/gpl2/lvm2/dist/man/pvmove.8.in   Thu Feb 18 13:52:33 2010 +0000
+++ b/external/gpl2/lvm2/dist/man/pvmove.8.in   Thu Feb 18 14:00:39 2010 +0000
@@ -21,7 +21,7 @@
 .IR DestinationPhysicalVolume (s).
 If no
 .I DestinationPhysicalVolume
-is specifed, the normal allocation rules for the volume group are used.
+is specified, the normal allocation rules for the volume group are used.
 
 If \fBpvmove\fP gets interrupted for any reason (e.g. the machine crashes)
 then run \fBpvmove\fP again without any PhysicalVolume arguments to
diff -r ee1cef192e60 -r 8578ceea7846 gnu/dist/groff/contrib/mm/groff_mm.man
--- a/gnu/dist/groff/contrib/mm/groff_mm.man    Thu Feb 18 13:52:33 2010 +0000
+++ b/gnu/dist/groff/contrib/mm/groff_mm.man    Thu Feb 18 14:00:39 2010 +0000
@@ -1425,7 +1425,7 @@
 department and initials specified with \fB.AU\fP.
 It will be printed at the first author if the second argument is given,
 otherwise at the last.
-No reference data will be printed if the author(s) is specifed
+No reference data will be printed if the author(s) is specified
 thru \fB.WA\fP/\fB.WE\fP.
 See \fBINTERNALS\fP.
 .TP
diff -r ee1cef192e60 -r 8578ceea7846 gnu/dist/texinfo/doc/texinfo.txi
--- a/gnu/dist/texinfo/doc/texinfo.txi  Thu Feb 18 13:52:33 2010 +0000
+++ b/gnu/dist/texinfo/doc/texinfo.txi  Thu Feb 18 14:00:39 2010 +0000
@@ -12782,7 +12782,7 @@
 
 @table @code
 @item @@set @var{flag} [@var{value}]
-Set the variable @var{flag}, to the optional @var{value} if specifed.
+Set the variable @var{flag}, to the optional @var{value} if specified.
 
 @item @@clear @var{flag}
 Undefine the variable @var{flag}, whether or not it was previously defined.
diff -r ee1cef192e60 -r 8578ceea7846 gnu/dist/texinfo/info/info.c
--- a/gnu/dist/texinfo/info/info.c      Thu Feb 18 13:52:33 2010 +0000
+++ b/gnu/dist/texinfo/info/info.c      Thu Feb 18 14:00:39 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: info.c,v 1.11 2008/09/02 08:00:24 christos Exp $       */
+/*     $NetBSD: info.c,v 1.12 2010/02/18 14:00:39 wiz Exp $    */
 
 /* info.c -- Display nodes of Info files in multiple windows.
    Id: info.c,v 1.11 2004/04/11 17:56:45 karl Exp
@@ -358,7 +358,7 @@
     }
 
   /* Get the initial Info node.  It is either "(dir)Top", or what the user
-     specifed with values in user_filename and user_nodenames. */
+     specified with values in user_filename and user_nodenames. */
   initial_node = info_get_node (user_filename,
                                 user_nodenames ? user_nodenames[0] : 0);
 
diff -r ee1cef192e60 -r 8578ceea7846 sbin/newfs/mount_mfs.8
--- a/sbin/newfs/mount_mfs.8    Thu Feb 18 13:52:33 2010 +0000
+++ b/sbin/newfs/mount_mfs.8    Thu Feb 18 14:00:39 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_mfs.8,v 1.15 2007/12/08 20:52:19 jnemeth Exp $
+.\"    $NetBSD: mount_mfs.8,v 1.16 2010/02/18 14:00:39 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1987, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -229,7 +229,7 @@
 The default is 0.
 If
 .Fl N
-is specifed
+is specified
 .Nm
 stops before outputting the progress bar.
 .El
diff -r ee1cef192e60 -r 8578ceea7846 usr.bin/sdpquery/sdpquery.1
--- a/usr.bin/sdpquery/sdpquery.1       Thu Feb 18 13:52:33 2010 +0000
+++ b/usr.bin/sdpquery/sdpquery.1       Thu Feb 18 14:00:39 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sdpquery.1,v 1.14 2009/12/05 16:54:13 plunky Exp $
+.\"    $NetBSD: sdpquery.1,v 1.15 2010/02/18 14:00:40 wiz Exp $
 .\"
 .\" Copyright (c) 2006 Itronix Inc.
 .\" All rights reserved.
@@ -103,7 +103,7 @@
 The default path is
 .Pa /var/run/sdp .
 .It Fl d Ar device
-Connect from the local device with the specifed address.
+Connect from the local device with the specified address.
 The device can be specified by BD_ADDR or device name.
 See
 .Xr btconfig 8



Home | Main Index | Thread Index | Old Index