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 /sbin/mount_lfs/mount_lfs.8 | |
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 'sbin/mount_lfs/mount_lfs.8')
-rw-r--r-- | sbin/mount_lfs/mount_lfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index 84a14762796..22e7153cb52 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_lfs.8,v 1.2 1996/06/23 14:31:24 deraadt Exp $ +.\" $OpenBSD: mount_lfs.8,v 1.3 1997/05/30 07:48:47 deraadt Exp $ .\" $NetBSD: mount_lfs.8,v 1.2 1995/03/18 14:57:30 cgd Exp $ .\" .\" Copyright (c) 1993, 1994 @@ -34,7 +34,7 @@ .\" .\" @(#)mount_lfs.8 8.5 (Berkeley) 3/30/94 .\" -.Dd "March 30, 1994" +.Dd March, 30, 1994 .Dt MOUNT_LFS 8 .Os BSD 4.4 .Sh NAME |