Module Name: src
Committed By: prlw1
Date: Tue Apr 28 09:48:31 UTC 2015
Modified Files:
src/crypto/external/bsd/heimdal/dist/kadmin: kadmin.8
src/external/bsd/am-utils/dist: README
src/external/bsd/pkg_install/dist/info: pkg_info.1
src/external/bsd/pkg_install/dist/lib: pkg_install.conf.5.in
src/external/gpl3/gcc/dist/gcc/doc: invoke.texi
src/sbin/dump: dump.8
src/sbin/mount_nfs: mount_nfs.8
src/share/man/man4: crypto.4
src/share/man/man8: pam.8
src/share/man/man9: firmload.9 wdc.9
src/sys/rump/librump/rumpvfs: rump_etfs.3
Log Message:
Fix typos
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/am-utils/dist/README
cvs rdiff -u -r1.1.1.6 -r1.2 \
src/external/bsd/pkg_install/dist/info/pkg_info.1
cvs rdiff -u -r1.1.1.13 -r1.2 \
src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/gcc/doc/invoke.texi
cvs rdiff -u -r1.65 -r1.66 src/sbin/dump/dump.8
cvs rdiff -u -r1.43 -r1.44 src/sbin/mount_nfs/mount_nfs.8
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/crypto.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man8/pam.8
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/firmload.9
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/wdc.9
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpvfs/rump_etfs.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8
diff -u src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8:1.3 src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8:1.4
--- src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8:1.3 Thu Apr 24 13:45:33 2014
+++ src/crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 Tue Apr 28 09:48:30 2015
@@ -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 @@ Commands include:
.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 @@ command line will be promped for.
.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
Index: src/external/bsd/am-utils/dist/README
diff -u src/external/bsd/am-utils/dist/README:1.1.1.2 src/external/bsd/am-utils/dist/README:1.2
--- src/external/bsd/am-utils/dist/README:1.1.1.2 Sat Jan 17 16:34:14 2015
+++ src/external/bsd/am-utils/dist/README Tue Apr 28 09:48:30 2015
@@ -38,9 +38,8 @@ and then run
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 @@ buildall script to rerun configure and t
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
Index: src/external/bsd/pkg_install/dist/info/pkg_info.1
diff -u src/external/bsd/pkg_install/dist/info/pkg_info.1:1.1.1.6 src/external/bsd/pkg_install/dist/info/pkg_info.1:1.2
--- src/external/bsd/pkg_install/dist/info/pkg_info.1:1.1.1.6 Sat Apr 20 15:26:53 2013
+++ src/external/bsd/pkg_install/dist/info/pkg_info.1 Tue Apr 28 09:48:30 2015
@@ -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 @@ command.
.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),
Index: src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
diff -u src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in:1.1.1.13 src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in:1.2
--- src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in:1.1.1.13 Sat Apr 20 15:26:53 2013
+++ src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in Tue Apr 28 09:48:30 2015
@@ -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 @@ License names are case-sensitive.
.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
Index: src/external/gpl3/gcc/dist/gcc/doc/invoke.texi
diff -u src/external/gpl3/gcc/dist/gcc/doc/invoke.texi:1.7 src/external/gpl3/gcc/dist/gcc/doc/invoke.texi:1.8
--- src/external/gpl3/gcc/dist/gcc/doc/invoke.texi:1.7 Sat Jan 10 01:06:42 2015
+++ src/external/gpl3/gcc/dist/gcc/doc/invoke.texi Tue Apr 28 09:48:30 2015
@@ -14192,7 +14192,7 @@ suffer significant run time performance
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
Index: src/sbin/dump/dump.8
diff -u src/sbin/dump/dump.8:1.65 src/sbin/dump/dump.8:1.66
--- src/sbin/dump/dump.8:1.65 Wed Aug 29 18:46:13 2012
+++ src/sbin/dump/dump.8 Tue Apr 28 09:48:30 2015
@@ -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 @@ an ordinary file, or
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 @@ This makes it possible to perform a
.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
Index: src/sbin/mount_nfs/mount_nfs.8
diff -u src/sbin/mount_nfs/mount_nfs.8:1.43 src/sbin/mount_nfs/mount_nfs.8:1.44
--- src/sbin/mount_nfs/mount_nfs.8:1.43 Wed Jul 11 18:33:14 2012
+++ src/sbin/mount_nfs/mount_nfs.8 Tue Apr 28 09:48:30 2015
@@ -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 @@ when mounting servers that do not suppor
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
Index: src/share/man/man4/crypto.4
diff -u src/share/man/man4/crypto.4:1.24 src/share/man/man4/crypto.4:1.25
--- src/share/man/man4/crypto.4:1.24 Mon Jan 27 21:23:59 2014
+++ src/share/man/man4/crypto.4 Tue Apr 28 09:48:31 2015
@@ -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 @@ fields of the
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;
Index: src/share/man/man8/pam.8
diff -u src/share/man/man8/pam.8:1.4 src/share/man/man8/pam.8:1.5
--- src/share/man/man8/pam.8:1.4 Wed Apr 30 13:10:57 2008
+++ src/share/man/man8/pam.8 Tue Apr 28 09:48:31 2015
@@ -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 @@ The Pluggable Authentication Modules
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 @@ The Pluggable Authentication Module fram
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 .
Index: src/share/man/man9/firmload.9
diff -u src/share/man/man9/firmload.9:1.8 src/share/man/man9/firmload.9:1.9
--- src/share/man/man9/firmload.9:1.8 Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/firmload.9 Tue Apr 28 09:48:31 2015
@@ -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 @@ API:
.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 .
Index: src/share/man/man9/wdc.9
diff -u src/share/man/man9/wdc.9:1.18 src/share/man/man9/wdc.9:1.19
--- src/share/man/man9/wdc.9:1.18 Tue Sep 17 19:58:03 2013
+++ src/share/man/man9/wdc.9 Tue Apr 28 09:48:31 2015
@@ -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 @@ or
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 @@ and
.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
Index: src/sys/rump/librump/rumpvfs/rump_etfs.3
diff -u src/sys/rump/librump/rumpvfs/rump_etfs.3:1.2 src/sys/rump/librump/rumpvfs/rump_etfs.3:1.3
--- src/sys/rump/librump/rumpvfs/rump_etfs.3:1.2 Wed Mar 18 13:20:20 2015
+++ src/sys/rump/librump/rumpvfs/rump_etfs.3 Tue Apr 28 09:48:31 2015
@@ -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 @@ and can be either absolute or relative.
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