diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:18:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:18:17 +0000 |
commit | ac96210d68666db85f90b60552ef39f463430d4e (patch) | |
tree | 040d57fc1daf02fff6415b784bdac0dc99ce63aa /usr.bin/mktemp/mktemp.1 | |
parent | 884e558a5937971baa93aa1921612d0d093fe739 (diff) |
.Bx Open -> .Ox 2.x
Diffstat (limited to 'usr.bin/mktemp/mktemp.1')
-rw-r--r-- | usr.bin/mktemp/mktemp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 756e981dfe1..4e48352f2e5 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.1,v 1.6 1997/10/28 04:23:05 millert Exp $ +.\" $OpenBSD: mktemp.1,v 1.7 1998/03/07 22:18:16 millert Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -131,4 +131,4 @@ $? would get clobbered by the next shell command). The .Nm utility appeared in -.Bx Open . +.Ox 2.1 . |