diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2004-11-24 16:56:39 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2004-11-24 16:56:39 +0000 |
commit | faedc5e78d1be300da663ca5260fe18b46200308 (patch) | |
tree | 31920e8f86833b1e7ac08e60657f2b319c7f26c5 /sbin | |
parent | 191b9449067b27182f10aa55e729133c05d65a38 (diff) |
typo in previous
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_kernfs/mount_kernfs.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8 index c98a1f9f74d..6a86ed89217 100644 --- a/sbin/mount_kernfs/mount_kernfs.8 +++ b/sbin/mount_kernfs/mount_kernfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_kernfs.8,v 1.21 2004/11/24 01:54:28 ian Exp $ +.\" $OpenBSD: mount_kernfs.8,v 1.22 2004/11/24 16:56:38 ian Exp $ .\" $NetBSD: mount_kernfs.8,v 1.6 1995/03/18 14:57:24 cgd Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -183,6 +183,5 @@ utility first appeared in .Sh CAVEATS This filesystem may not be NFS-exported. .Pp -Due to non-atomic operations and the potential for race conditions, +Due to non-atomic operations and the potential for race conditions, programs should not depend on information obtained from this filesystem. -program |