diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 07:49:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-30 07:49:48 +0000 |
commit | aad277799be74ce87b0924c77664f47ca8df35c5 (patch) | |
tree | 57dd376ccfeacec9b1869773ce1bfbc5c7caeaa5 /share/man | |
parent | be0cf0c8205158691838d9717e77bf8198954842 (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 'share/man')
-rw-r--r-- | share/man/man3/queue.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 6f0b73def4e..28b097ca20f 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -33,7 +33,7 @@ .\" .\" @(#)queue.3 8.1 (Berkeley) 12/13/93 .\" -.Dd "December 13, 1993" +.Dd December, 13, 1993 .Dt QUEUE 3 .Os BSD 4 .Sh NAME |