diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-06 11:43:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-10-06 11:43:31 +0000 |
commit | dfc9f4feba182f094920dd20e209a18c4841de46 (patch) | |
tree | 5ad7118ff7bb58172194b69cea5db8b7c8ffe58c /sbin/mount/mount.8 | |
parent | 83e950b0ed8e41e590466cec0d8ac6adb60d9b97 (diff) |
fix HISTORY;
patches from Sevan Janiyan <venture37 at geeklan dot co dot uk>;
verified using minnie.tuhs.org/cgi-bin/utree.pl
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 64245314ecc..7a5109d2723 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.86 2016/10/04 21:10:51 natano Exp $ +.\" $OpenBSD: mount.8,v 1.87 2016/10/06 11:43:30 schwarze Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: October 4 2016 $ +.Dd $Mdocdate: October 6 2016 $ .Dt MOUNT 8 .Os .Sh NAME @@ -413,7 +413,7 @@ with option A .Nm command appeared in -.At v3 . +.At v1 . .Sh CAVEATS After a successful .Nm mount , |