diff options
Diffstat (limited to 'sbin/mount_null/mount_null.8')
-rw-r--r-- | sbin/mount_null/mount_null.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 9da4985a139..0eee27d0b5b 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.12 1999/07/21 01:07:55 deraadt Exp $ +.\" $OpenBSD: mount_null.8,v 1.13 1999/09/23 04:12:02 alex Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -175,7 +175,7 @@ process when constructing other vnode stacks. .Sh CREATING OTHER FILE SYSTEM LAYERS One of the easiest ways to construct new file system layers is to make a copy of the null layer, rename all files and variables, and -then begin modifyng the copy. +then begin modifying the copy. .Xr sed 1 can be used to easily rename all variables. |