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.bin/id | |
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.bin/id')
-rw-r--r-- | usr.bin/id/groups.1 | 4 | ||||
-rw-r--r-- | usr.bin/id/id.1 | 4 | ||||
-rw-r--r-- | usr.bin/id/whoami.1 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 3a7f7de02bc..fcffe076a4a 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groups.1,v 1.2 1996/06/26 05:34:23 deraadt Exp $ +.\" $OpenBSD: groups.1,v 1.3 1997/05/30 07:49:19 deraadt Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" from: @(#)groups.1 8.1 (Berkeley) 6/6/93 .\" -.Dd "June 6, 1993" +.Dd June, 6, 1993 .Dt GROUPS 1 .UC .Sh NAME diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index f6bea220e9f..3569aa644d1 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: id.1,v 1.2 1996/06/26 05:34:24 deraadt Exp $ +.\" $OpenBSD: id.1,v 1.3 1997/05/30 07:49:19 deraadt Exp $ .\" $NetBSD: id.1,v 1.5 1995/09/28 08:05:40 perry Exp $ .\" .\" Copyright (c) 1991, 1993, 1994 @@ -37,7 +37,7 @@ .\" .\" @(#)id.1 8.2 (Berkeley) 5/5/94 .\" -.Dd "May 5, 1994" +.Dd May, 5, 1994 .Dt ID 1 .Os BSD 4.4 .Sh NAME diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index 502571eed52..e734152b642 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whoami.1,v 1.2 1996/06/26 05:34:25 deraadt Exp $ +.\" $OpenBSD: whoami.1,v 1.3 1997/05/30 07:49:20 deraadt Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" from: @(#)whoami.1 8.1 (Berkeley) 6/6/93 .\" -.Dd "June 6, 1993" +.Dd June, 6, 1993 .Dt WHOAMI 1 .UC .Sh NAME |