diff options
author | 2016-10-06 13:16:21 +0000 | |
---|---|---|
committer | 2016-10-06 13:16:21 +0000 | |
commit | 347fa1918b14cccf23b016e4285aee2df3e68dbb (patch) | |
tree | a5a98435db2654f15c13269ebef1b08fc5fd5229 | |
parent | Check that syslogd priv process does exec on itself. (diff) | |
download | wireguard-openbsd-347fa1918b14cccf23b016e4285aee2df3e68dbb.tar.xz wireguard-openbsd-347fa1918b14cccf23b016e4285aee2df3e68dbb.zip |
fix HISTORY:
NetBSD 1.0A was not a release, but it was
what would be called NetBSD 1.0-current in OpenBSD terminology,
see http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/conf/newvers.sh#rev1.17
patch from Sevan Janiyan <venture37 at geeklan dot co dot uk>
-rw-r--r-- | sbin/mount_ffs/mount_ffs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_ffs/mount_ffs.8 b/sbin/mount_ffs/mount_ffs.8 index fe5f783989c..c1c31b43301 100644 --- a/sbin/mount_ffs/mount_ffs.8 +++ b/sbin/mount_ffs/mount_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ffs.8,v 1.17 2010/10/13 15:40:31 jmc Exp $ +.\" $OpenBSD: mount_ffs.8,v 1.18 2016/10/06 13:16:21 schwarze Exp $ .\" $NetBSD: mount_ffs.8,v 1.2 1996/02/05 06:33:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: October 13 2010 $ +.Dd $Mdocdate: October 6 2016 $ .Dt MOUNT_FFS 8 .Os .Sh NAME @@ -103,6 +103,6 @@ man page for possible options and their meanings. A .Nm command appeared in -.Nx 1.0a . +.Nx 1.1 . .Sh BUGS It is possible for a corrupted file system to cause a crash. |