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_umap/mount_umap.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_umap/mount_umap.8')
-rw-r--r-- | sbin/mount_umap/mount_umap.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 095ee35fe0b..6a03d4abf66 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_umap.8,v 1.3 1996/03/21 00:16:06 niklas Exp $ +.\" $OpenBSD: mount_umap.8,v 1.4 1997/05/30 07:48:48 deraadt Exp $ .\" $NetBSD: mount_umap.8,v 1.4 1996/03/05 02:36:42 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -38,7 +38,7 @@ .\" .\" @(#)mount_umap.8 8.3 (Berkeley) 3/27/94 .\" -.Dd "March 27, 1994" +.Dd March, 27, 1994 .Dt MOUNT_UMAP 8 .Os BSD 4.4 .Sh NAME |