diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-10 04:51:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-10 04:51:10 +0000 |
commit | 6f79682955368479548441e2d4ae8565036d8e30 (patch) | |
tree | ea26538c927dc35ab42e5d6c3b956273727b03cd /lib/libutil | |
parent | cd82a635a8bbd83cbb1d7fec8663b218079df48e (diff) |
use .Ox
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/opendev.3 | 5 | ||||
-rw-r--r-- | lib/libutil/readlabelfs.3 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index 70ee7181959..6e8b246aa3a 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.4 1996/06/20 10:46:01 deraadt Exp $ +.\" $OpenBSD: opendev.3,v 1.5 1998/03/10 04:50:37 millert Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -70,6 +70,7 @@ return value and errors are the same as the return value and errors of .Xr open 2 . .Sh HISTORY .Fn opendev -first appeared in OpenBSD 1.2. +first appeared in +.Ox 1.2 . .Sh SEE ALSO .Xr open 2 diff --git a/lib/libutil/readlabelfs.3 b/lib/libutil/readlabelfs.3 index 4b95fa7acc4..e2c4362d926 100644 --- a/lib/libutil/readlabelfs.3 +++ b/lib/libutil/readlabelfs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlabelfs.3,v 1.1 1996/12/23 08:25:31 downsj Exp $ +.\" $OpenBSD: readlabelfs.3,v 1.2 1998/03/10 04:50:38 millert Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -56,4 +56,5 @@ produces no output on the terminal. returns NULL upon error, or a valid filesystem type upon success. .Sh HISTORY .Fn readlabelfs -first appeared in OpenBSD 2.0. +first appeared in +.Ox 2.0 . |