fix example; netbsd pr#2735, bgrayson@ece.utexas.edu
authorderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 07:17:00 +0000 (07:17 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 20 Sep 1996 07:17:00 +0000 (07:17 +0000)
lib/libc/gen/setproctitle.3

index 161695f..a456ed2 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: setproctitle.3,v 1.2 1996/08/19 08:25:57 tholo Exp $
+.\"    $OpenBSD: setproctitle.3,v 1.3 1996/09/20 07:17:00 deraadt Exp $
 .\"
 .\" Copyright (c) 1994, 1995 Christopher G. Demetriou
 .\" All rights reserved.
@@ -60,7 +60,7 @@ setproctitle(NULL);
 Set the process title to the program name, an informational string,
 and the process id:
 .Bd -literal -offset indent
-setproctitle("foo! (%s)", getpid());
+setproctitle("foo! (%d)", getpid());
 .Ed
 .Sh SEE ALSO
 .Xr ps 1 ,