summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-30 07:49:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-30 07:49:48 +0000
commitaad277799be74ce87b0924c77664f47ca8df35c5 (patch)
tree57dd376ccfeacec9b1869773ce1bfbc5c7caeaa5 /usr.bin/mktemp
parentbe0cf0c8205158691838d9717e77bf8198954842 (diff)
for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
Diffstat (limited to 'usr.bin/mktemp')
-rw-r--r--usr.bin/mktemp/mktemp.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1
index 71d77a334ef..17efe8d163c 100644
--- a/usr.bin/mktemp/mktemp.1
+++ b/usr.bin/mktemp/mktemp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.1,v 1.3 1997/01/27 03:40:58 millert Exp $
+.\" $OpenBSD: mktemp.1,v 1.4 1997/05/30 07:49:25 deraadt Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd "November 20, 1996"
+.Dd November, 20, 1996
.Dt MKTEMP 1
.Os
.Sh NAME