diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-03 16:35:56 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-03 16:35:56 +0000 |
commit | f1fd992ed2e7bfe03f70ec4e0f198f15a18085db (patch) | |
tree | 758e035d37f1551e18af219f0b1fdf219913cc99 | |
parent | c88c7b5e7f2b5de47e552467a67ad802458ee8f9 (diff) |
5.4 is the magic number
-rw-r--r-- | share/man/man4/fuse.4 | 4 | ||||
-rw-r--r-- | share/man/man9/fusebuf.9 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/fuse.4 b/share/man/man4/fuse.4 index a5a8523a53e..d6ffdc0ce80 100644 --- a/share/man/man4/fuse.4 +++ b/share/man/man4/fuse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fuse.4,v 1.2 2013/06/03 16:34:34 tedu Exp $ +.\" $OpenBSD: fuse.4,v 1.3 2013/06/03 16:35:55 tedu Exp $ .\" .\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> .\" @@ -50,4 +50,4 @@ The .Nm driver first appeared in -.Ox ?? . +.Ox 5.4 . diff --git a/share/man/man9/fusebuf.9 b/share/man/man9/fusebuf.9 index daf25da60fc..a1fb267d519 100644 --- a/share/man/man9/fusebuf.9 +++ b/share/man/man9/fusebuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fusebuf.9,v 1.2 2013/06/03 16:34:34 tedu Exp $ +.\" $OpenBSD: fusebuf.9,v 1.3 2013/06/03 16:35:55 tedu Exp $ .\" .\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com> .\" @@ -237,4 +237,4 @@ with The .Nm API first appeared in -.Ox ?? . +.Ox 5.4 . |