diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-26 06:38:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-26 06:38:24 +0000 |
commit | e2c78406d81c6310fcfab1287e87f3543c3b72ed (patch) | |
tree | f74373aca7a28a117f911e75d8c63dfabaeced6b /lib/libc | |
parent | e432f22697d4a5a692187bc46c85c7e1acdebbe4 (diff) |
Clarify that the proctitle is set to "progname: fmt", not "progname:fmt".
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/setproctitle.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index 34958aee0c6..5b6201d79c4 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setproctitle.3,v 1.12 2000/12/24 00:30:51 aaron Exp $ +.\" $OpenBSD: setproctitle.3,v 1.13 2001/01/26 06:38:23 aaron Exp $ .\" .\" Copyright (c) 1994, 1995 Christopher G. Demetriou .\" All rights reserved. @@ -44,7 +44,7 @@ The .Fn setproctitle function sets the invoking process's title. The process title is set to the last component of the program -name, followed by a colon and the formatted string specified +name, followed by a colon, a single space, and the formatted string specified by .Fa fmt . If |