summaryrefslogtreecommitdiff
path: root/lib/libc/gen/setproctitle.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-30 07:49:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-30 07:49:48 +0000
commitaad277799be74ce87b0924c77664f47ca8df35c5 (patch)
tree57dd376ccfeacec9b1869773ce1bfbc5c7caeaa5 /lib/libc/gen/setproctitle.3
parentbe0cf0c8205158691838d9717e77bf8198954842 (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 'lib/libc/gen/setproctitle.3')
-rw-r--r--lib/libc/gen/setproctitle.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index 787a241a856..a9b430365db 100644
--- a/lib/libc/gen/setproctitle.3
+++ b/lib/libc/gen/setproctitle.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setproctitle.3,v 1.4 1996/10/08 01:20:08 michaels Exp $
+.\" $OpenBSD: setproctitle.3,v 1.5 1997/05/30 07:48:25 deraadt Exp $
.\"
.\" Copyright (c) 1994, 1995 Christopher G. Demetriou
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd "April 13, 1994"
+.Dd April, 13, 1994
.Dt SETPROCTITLE 3
.Os
.Sh NAME