Source-Changes-HG archive

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

[src/trunk]: src Fix typos



details:   https://anonhg.NetBSD.org/src/rev/df4fbcedb660
branches:  trunk
changeset: 337797:df4fbcedb660
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Tue Apr 28 09:48:30 2015 +0000

description:
Fix typos

diffstat:

 crypto/external/bsd/heimdal/dist/kadmin/kadmin.8        |  6 +++---
 external/bsd/am-utils/dist/README                       |  7 +++----
 external/bsd/pkg_install/dist/info/pkg_info.1           |  4 ++--
 external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in |  4 ++--
 external/gpl3/gcc/dist/gcc/doc/invoke.texi              |  2 +-
 sbin/dump/dump.8                                        |  6 +++---
 sbin/mount_nfs/mount_nfs.8                              |  4 ++--
 share/man/man4/crypto.4                                 |  6 +++---
 share/man/man8/pam.8                                    |  6 +++---
 share/man/man9/firmload.9                               |  4 ++--
 share/man/man9/wdc.9                                    |  8 ++++----
 sys/rump/librump/rumpvfs/rump_etfs.3                    |  6 +++---
 12 files changed, 31 insertions(+), 32 deletions(-)

diffs (265 lines):

diff -r d53799572007 -r df4fbcedb660 crypto/external/bsd/heimdal/dist/kadmin/kadmin.8
--- a/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8  Tue Apr 28 06:23:57 2015 +0000
+++ b/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8  Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kadmin.8,v 1.3 2014/04/24 13:45:33 pettai Exp $
+.\"    $NetBSD: kadmin.8,v 1.4 2015/04/28 09:48:30 prlw1 Exp $
 .\"
 .\" Copyright (c) 2000 - 2007 Kungliga Tekniska Högskolan
 .\" (Royal Institute of Technology, Stockholm, Sweden).
@@ -115,7 +115,7 @@
 .Ar principal...
 .Bd -ragged -offset indent
 Adds a new principal to the database. The options not passed on the
-command line will be promped for.
+command line will be prompted for.
 .Ed
 .Pp
 .Nm add_enctype
@@ -123,7 +123,7 @@
 .Ar principal enctypes...
 .Pp
 .Bd -ragged -offset indent
-Adds a new encryption type to the principal, only random key are
+Adds a new encryption type to the principal, only random keys are
 supported.
 .Ed
 .Pp
diff -r d53799572007 -r df4fbcedb660 external/bsd/am-utils/dist/README
--- a/external/bsd/am-utils/dist/README Tue Apr 28 06:23:57 2015 +0000
+++ b/external/bsd/am-utils/dist/README Tue Apr 28 09:48:30 2015 +0000
@@ -38,9 +38,8 @@
 
        make
 
-This would configure amd in the directory you've run the configure script
-in, and the built it there.  Run "make install" to install all the necessary
-files.
+This would configure amd in the directory you've run the configure script,
+and build it there.  Run "make install" to install all the necessary files.
 
 Note that this is good for building only one version of amd on one
 architecture!  Don't try this for multiple architectures.  If you must, then
@@ -91,7 +90,7 @@
 
 Modifying M4 macros may not be very intuitive to anyone that has not done so
 before.  Let me know if you are having any problems with them.  I fully
-expect, at least initially, to have to be the sole developers of the M4
+expect, at least initially, to have to be the sole developer of the M4
 macros and let others concentrate on C sources.
 
 [E] Report all bugs via Bugzilla or the am-utils list (see
diff -r d53799572007 -r df4fbcedb660 external/bsd/pkg_install/dist/info/pkg_info.1
--- a/external/bsd/pkg_install/dist/info/pkg_info.1     Tue Apr 28 06:23:57 2015 +0000
+++ b/external/bsd/pkg_install/dist/info/pkg_info.1     Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_info.1,v 1.1.1.6 2013/04/20 15:26:53 wiz Exp $
+.\" $NetBSD: pkg_info.1,v 1.2 2015/04/28 09:48:30 prlw1 Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -47,7 +47,7 @@
 .Pp
 The
 .Ar pkg-name
-may be the name of an installed package (with our without version), a
+may be the name of an installed package (with or without version), a
 pattern matching several installed packages (see the
 .Sx PACKAGE WILDCARDS
 section for a description of possible patterns),
diff -r d53799572007 -r df4fbcedb660 external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
--- a/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in   Tue Apr 28 06:23:57 2015 +0000
+++ b/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in   Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkg_install.conf.5.in,v 1.1.1.13 2013/04/20 15:26:53 wiz Exp $
+.\"    $NetBSD: pkg_install.conf.5.in,v 1.2 2015/04/28 09:48:30 prlw1 Exp $
 .\"
 .\" Copyright (c) 2008, 2009, 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -57,7 +57,7 @@
 .It Dv ACTIVE_FTP
 Force the use of active FTP.
 .It Dv CACHE_INDEX
-Cache directory listenings in memory.
+Cache directory listings in memory.
 This avoids retransfers of the large directory index for HTTP and is
 enabled by default.
 .It Dv CERTIFICATE_ANCHOR_PKGS
diff -r d53799572007 -r df4fbcedb660 external/gpl3/gcc/dist/gcc/doc/invoke.texi
--- a/external/gpl3/gcc/dist/gcc/doc/invoke.texi        Tue Apr 28 06:23:57 2015 +0000
+++ b/external/gpl3/gcc/dist/gcc/doc/invoke.texi        Tue Apr 28 09:48:30 2015 +0000
@@ -14192,7 +14192,7 @@
 Streaming SIMD Extension (SSE) data type @code{__m128} may not work
 properly if it is not 16-byte aligned.
 
-To ensure proper alignment of this values on the stack, the stack boundary
+To ensure proper alignment of these values on the stack, the stack boundary
 must be as aligned as that required by any value stored on the stack.
 Further, every function must be generated such that it keeps the stack
 aligned.  Thus calling a function compiled with a higher preferred
diff -r d53799572007 -r df4fbcedb660 sbin/dump/dump.8
--- a/sbin/dump/dump.8  Tue Apr 28 06:23:57 2015 +0000
+++ b/sbin/dump/dump.8  Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dump.8,v 1.65 2012/08/29 18:46:13 dholland Exp $
+.\"    $NetBSD: dump.8,v 1.66 2015/04/28 09:48:30 prlw1 Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"     Regents of the University of California.
@@ -169,7 +169,7 @@
 Multiple file names may be given as a single argument separated by commas.
 Each file will be used for one dump volume in the order listed;
 if the dump requires more volumes than the number of names given,
-the last file name will used for all remaining volumes after prompting
+the last file name will be used for all remaining volumes after prompting
 for media changes.
 If the name of the file is of the form
 .Qq host:file ,
@@ -205,7 +205,7 @@
 .Dq true incremental
 dump.
 .It Fl k Ar read-blocksize
-The size in kilobyte of the read buffers, rounded up to a multiple of the
+The size in kilobytes of the read buffers, rounded up to a multiple of the
 file system block size.
 Default is 32k.
 .It Fl L Ar label
diff -r d53799572007 -r df4fbcedb660 sbin/mount_nfs/mount_nfs.8
--- a/sbin/mount_nfs/mount_nfs.8        Tue Apr 28 06:23:57 2015 +0000
+++ b/sbin/mount_nfs/mount_nfs.8        Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_nfs.8,v 1.43 2012/07/11 18:33:14 dholland Exp $
+.\"    $NetBSD: mount_nfs.8,v 1.44 2015/04/28 09:48:30 prlw1 Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994, 1995
 .\"    The Regents of the University of California.  All rights reserved.
@@ -344,7 +344,7 @@
 mounts.
 .It Fl X
 Perform 32 \*[Lt]-\*[Gt] 64 bit directory cookie translation for version 3 mounts.
-This may be need in the case of a server using the upper 32 bits of
+This may be needed in the case of a server using the upper 32 bits of
 version 3 directory cookies, and when you are running emulated binaries
 that access such a filesystem.
 Native
diff -r d53799572007 -r df4fbcedb660 share/man/man4/crypto.4
--- a/share/man/man4/crypto.4   Tue Apr 28 06:23:57 2015 +0000
+++ b/share/man/man4/crypto.4   Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: crypto.4,v 1.24 2014/01/27 21:23:59 pgoyette Exp $
+.\"    $NetBSD: crypto.4,v 1.25 2015/04/28 09:48:31 prlw1 Exp $
 .\"
 .\" Copyright (c) 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -425,10 +425,10 @@
 operation structure are currently unused.
 They are intended for use to
 immediately rekey an existing session before processing a new request.
-.It Dv CIOCFSESSION Fa u_int32_t ses_id
+.It Dv CIOCFSESSION Fa u_int32_t *ses_id
 Destroys the /dev/crypto session associated with the file-descriptor
 argument.
-.It Dv CIOCNFSESSION Fa struct crypt_sfop *sfop ;
+.It Dv CIOCNFSESSION Fa struct crypt_sfop *sfop
 .Bd -literal
 struct crypt_sfop {
     size_t count;
diff -r d53799572007 -r df4fbcedb660 share/man/man8/pam.8
--- a/share/man/man8/pam.8      Tue Apr 28 06:23:57 2015 +0000
+++ b/share/man/man8/pam.8      Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pam.8,v 1.4 2008/04/30 13:10:57 martin Exp $
+.\"    $NetBSD: pam.8,v 1.5 2015/04/28 09:48:31 prlw1 Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -39,7 +39,7 @@
 framework is a system of libraries that perform authentication tasks for
 services and applications.
 Applications that use the PAM API may have their authentication behavior
-configured by the system administrator though the use of the service's
+configured by the system administrator through the use of the service's
 PAM configuration file.
 .Pp
 PAM modules provide four classes of functionality:
@@ -102,7 +102,7 @@
 by SunSoft, described in DCE/OSF-RFC 86.0, and first deployed in Solaris 2.6.
 It was later incorporated into the X/Open Single Sign-On Service
 .Pq XSSO
-Pluggable Authentication Modules specifiation.
+Pluggable Authentication Modules specification.
 .Pp
 The Pluggable Authentication Module framework first appeared in
 .Nx 3.0 .
diff -r d53799572007 -r df4fbcedb660 share/man/man9/firmload.9
--- a/share/man/man9/firmload.9 Tue Apr 28 06:23:57 2015 +0000
+++ b/share/man/man9/firmload.9 Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: firmload.9,v 1.8 2014/03/18 18:20:40 riastradh Exp $
+.\"    $NetBSD: firmload.9,v 1.9 2015/04/28 09:48:31 prlw1 Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -70,7 +70,7 @@
 .Bl -tag -width indent
 .It Fn "firmware_open" "drvname" "imgname" "fhp"
 .Pp
-Open then firmware image
+Open the firmware image
 .Fa imgname
 for the driver
 .Fa drvname .
diff -r d53799572007 -r df4fbcedb660 share/man/man9/wdc.9
--- a/share/man/man9/wdc.9      Tue Apr 28 06:23:57 2015 +0000
+++ b/share/man/man9/wdc.9      Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wdc.9,v 1.18 2013/09/17 19:58:03 wiz Exp $
+.\"    $NetBSD: wdc.9,v 1.19 2015/04/28 09:48:31 prlw1 Exp $
 .\"
 .\" Copyright (c) 1998 Manuel Bouyer.
 .\"
@@ -50,7 +50,7 @@
 will use services provided by
 .Nm .
 .Pp
-The machine-dependent bus front-end provides informations to
+The machine-dependent bus front-end provides information to
 .Nm
 with the
 .Va wdc_softc
@@ -58,9 +58,9 @@
 .Va channel_softc
 structures.
 The first one defines global controller properties, and the second contains
-per-channel informations.
+per-channel information.
 .Nm
-returns informations about the attached devices in the
+returns information about the attached devices in the
 .Va ata_drive_datas
 structure.
 .Bd -literal
diff -r d53799572007 -r df4fbcedb660 sys/rump/librump/rumpvfs/rump_etfs.3
--- a/sys/rump/librump/rumpvfs/rump_etfs.3      Tue Apr 28 06:23:57 2015 +0000
+++ b/sys/rump/librump/rumpvfs/rump_etfs.3      Tue Apr 28 09:48:30 2015 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rump_etfs.3,v 1.2 2015/03/18 13:20:20 pooka Exp $
+.\"     $NetBSD: rump_etfs.3,v 1.3 2015/04/28 09:48:31 prlw1 Exp $
 .\"
 .\" Copyright (c) 2010 Antti Kantee.  All rights reserved.
 .\"
@@ -75,12 +75,12 @@
 The
 .Fa key
 is accessible from all rump kernel clients, both local and remote.
-Note, the keys are not be visible via readdir, so you will not see
+Note, the keys are not visible via readdir, so you will not see
 them in directory listings.
 .Pp
 The
 .Fa ftype
-parameter specifies how etfs file will be presented and does not
+parameter specifies how the etfs file will be presented and does not
 have to match the host type, although some limitations apply.
 Possible values are:
 .Bl -tag -width RUMP_ETFS_DIR_SUBDIRSXXX



Home | Main Index | Thread Index | Old Index