summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amd/afs_ops.c4
-rw-r--r--usr.sbin/amd/amd/amq_subr.c4
-rw-r--r--usr.sbin/amd/amd/ifs_ops.c4
-rw-r--r--usr.sbin/amd/amd/map.c4
-rw-r--r--usr.sbin/amd/amd/wire.c4
-rw-r--r--usr.sbin/amd/doc/amdref.texinfo8
-rw-r--r--usr.sbin/amd/rpcx/amq.x4
-rw-r--r--usr.sbin/amd/rpcx/nfs_prot.x4
8 files changed, 18 insertions, 18 deletions
diff --git a/usr.sbin/amd/amd/afs_ops.c b/usr.sbin/amd/amd/afs_ops.c
index a2c02509263..00c8f317b1d 100644
--- a/usr.sbin/amd/amd/afs_ops.c
+++ b/usr.sbin/amd/amd/afs_ops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: afs_ops.c,v 1.20 2021/10/21 10:55:56 deraadt Exp $ */
+/* $OpenBSD: afs_ops.c,v 1.21 2022/12/28 21:30:15 jmc Exp $ */
/*
* Copyright (c) 1990 Jan-Simon Pendry
@@ -685,7 +685,7 @@ try_mount(void *mvp)
/*
* If the directory is not yet made and
* it needs to be made, then make it!
- * This may be run in a backgroun process
+ * This may be run in a background process
* in which case the flag setting won't be
* noticed later - but it is set anyway
* just after run_task is called. It
diff --git a/usr.sbin/amd/amd/amq_subr.c b/usr.sbin/amd/amd/amq_subr.c
index 575bacf1602..c1fce38b3a2 100644
--- a/usr.sbin/amd/amd/amq_subr.c
+++ b/usr.sbin/amd/amd/amq_subr.c
@@ -32,11 +32,11 @@
* SUCH DAMAGE.
*
* from: @(#)amq_subr.c 8.1 (Berkeley) 6/6/93
- * $Id: amq_subr.c,v 1.18 2015/01/21 09:50:25 guenther Exp $
+ * $Id: amq_subr.c,v 1.19 2022/12/28 21:30:15 jmc Exp $
*/
/*
- * Auxilliary routines for amq tool
+ * Auxiliary routines for amq tool
*/
#include "am.h"
diff --git a/usr.sbin/amd/amd/ifs_ops.c b/usr.sbin/amd/amd/ifs_ops.c
index 615a7ab8ae9..e5bf6017e23 100644
--- a/usr.sbin/amd/amd/ifs_ops.c
+++ b/usr.sbin/amd/amd/ifs_ops.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)ifs_ops.c 8.1 (Berkeley) 6/6/93
- * $Id: ifs_ops.c,v 1.6 2017/07/28 22:41:10 fcambus Exp $
+ * $Id: ifs_ops.c,v 1.7 2022/12/28 21:30:15 jmc Exp $
*/
#include "am.h"
@@ -45,7 +45,7 @@
*
* This is a *gross* hack - it knows far too
* much about the way other parts of the
- * sytem work. See restart.c too.
+ * system work. See restart.c too.
*/
static char not_a_filesystem[] = "Attempting to inherit not-a-filesystem";
/*
diff --git a/usr.sbin/amd/amd/map.c b/usr.sbin/amd/amd/map.c
index cee89e94d10..73ddff26675 100644
--- a/usr.sbin/amd/amd/map.c
+++ b/usr.sbin/amd/amd/map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: map.c,v 1.16 2015/12/05 21:15:01 mmcc Exp $ */
+/* $OpenBSD: map.c,v 1.17 2022/12/28 21:30:15 jmc Exp $ */
/*-
* Copyright (c) 1990 Jan-Simon Pendry
@@ -877,7 +877,7 @@ free_map_if_success(int rc, int term, void *closure)
mf->mf_flags &= ~MFF_UNMOUNTING;
/*
- * If a timeout was defered because the underlying filesystem
+ * If a timeout was deferred because the underlying filesystem
* was busy then arrange for a timeout as soon as possible.
*/
if (mf->mf_flags & MFF_WANTTIMO) {
diff --git a/usr.sbin/amd/amd/wire.c b/usr.sbin/amd/amd/wire.c
index 7a137a8da04..29439bc9b06 100644
--- a/usr.sbin/amd/amd/wire.c
+++ b/usr.sbin/amd/amd/wire.c
@@ -32,13 +32,13 @@
* SUCH DAMAGE.
*
* from: @(#)wire.c 8.1 (Berkeley) 6/6/93
- * $Id: wire.c,v 1.13 2014/10/24 10:29:56 schwarze Exp $
+ * $Id: wire.c,v 1.14 2022/12/28 21:30:15 jmc Exp $
*/
/*
* This function returns the subnet (address&netmask) for the primary network
* interface. If the resulting address has an entry in the hosts file, the
- * corresponding name is retuned, otherwise the address is returned in
+ * corresponding name is returned, otherwise the address is returned in
* standard internet format.
* As a side-effect, a list of local IP/net address is recorded for use
* by the islocalnet() function.
diff --git a/usr.sbin/amd/doc/amdref.texinfo b/usr.sbin/amd/doc/amdref.texinfo
index 762d5f2538c..a637bd8b072 100644
--- a/usr.sbin/amd/doc/amdref.texinfo
+++ b/usr.sbin/amd/doc/amdref.texinfo
@@ -36,7 +36,7 @@
@c OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
@c
@c from: @(#)amdref.texinfo 8.1 (Berkeley) 6/6/93
-@c $Id: amdref.texinfo,v 1.14 2017/08/22 16:59:40 schwarze Exp $
+@c $Id: amdref.texinfo,v 1.15 2022/12/28 21:30:15 jmc Exp $
@c
@setfilename amdref.info
@c @setfilename /usr/local/emacs/info/amd
@@ -265,7 +265,7 @@ configuration files, shell scripts and so on.
@cindex Fileserver
@cindex sublink
-@i{Amd} views the world as a set of fileservers, each containg one or
+@i{Amd} views the world as a set of fileservers, each containing one or
more filesystems where each filesystem contains one or more
@dfn{volumes}. Here the term @dfn{volume} is used to refer to a
coherent set of files such as a user's home directory or a @TeX{}
@@ -1960,7 +1960,7 @@ jsp host!=charm;type:=nfs;rhost:=charm;rfs:=/home/charm;sublink:=jsp
@end example
The mount system call and any unmount attempts are always done
-in a new task to avoid the possibilty of blocking @i{Amd}.
+in a new task to avoid the possibility of blocking @i{Amd}.
@node Network Host Filesystem, Network Filesystem Group, Network Filesystem, Filesystem Types
@comment node-name, next, previous, up
@@ -3067,7 +3067,7 @@ By using the wildcard facility, @i{Amd} can @dfn{overlay} an existing
directory with additional entries.
The system files are usually mounted under @samp{/usr}. If instead
@i{Amd} is mounted on @samp{/usr}, additional
-names can be overlayed to augment or replace names in the ``master'' @samp{/usr}.
+names can be overlaid to augment or replace names in the ``master'' @samp{/usr}.
A map to do this would have the form:
@example
diff --git a/usr.sbin/amd/rpcx/amq.x b/usr.sbin/amd/rpcx/amq.x
index 716b35f7ae8..a4be66849d2 100644
--- a/usr.sbin/amd/rpcx/amq.x
+++ b/usr.sbin/amd/rpcx/amq.x
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)amq.x 8.1 (Berkeley) 6/6/93
- * $Id: amq.x,v 1.6 2015/01/21 09:49:37 guenther Exp $
+ * $Id: amq.x,v 1.7 2022/12/28 21:30:15 jmc Exp $
*
*/
@@ -118,7 +118,7 @@ program AMQ_PROGRAM {
version AMQ_VERSION {
/*
* Does no work. It is made available in all RPC services
- * to allow server reponse testing and timing
+ * to allow server response testing and timing
*/
void
AMQPROC_NULL(void) = 0;
diff --git a/usr.sbin/amd/rpcx/nfs_prot.x b/usr.sbin/amd/rpcx/nfs_prot.x
index 230e372fa0f..55173bc6eaf 100644
--- a/usr.sbin/amd/rpcx/nfs_prot.x
+++ b/usr.sbin/amd/rpcx/nfs_prot.x
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_prot.x,v 1.1 2015/01/22 03:43:58 guenther Exp $ */
+/* $OpenBSD: nfs_prot.x,v 1.2 2022/12/28 21:30:15 jmc Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -138,7 +138,7 @@ struct fattr {
unsigned uid; /* owner user id */
unsigned gid; /* owner group id */
unsigned size; /* file size in bytes */
- unsigned blocksize; /* prefered block size */
+ unsigned blocksize; /* preferred block size */
unsigned rdev; /* special device # */
unsigned blocks; /* Kb of disk used by file */
unsigned fsid; /* device # */