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 /usr.sbin/rbootd | |
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 'usr.sbin/rbootd')
-rw-r--r-- | usr.sbin/rbootd/rbootd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8 index f4f7eb02e4a..71e5964afb5 100644 --- a/usr.sbin/rbootd/rbootd.8 +++ b/usr.sbin/rbootd/rbootd.8 @@ -44,7 +44,7 @@ .\" Utah Hdr: rbootd.man 3.1 92/07/06 .\" Author: Jeff Forys, University of Utah CSS .\" -.Dd "December 11, 1993" +.Dd December, 11, 1993 .Dt RBOOTD 8 .Os .Sh NAME |