summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1997-04-17 23:31:47 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1997-04-17 23:31:47 +0000
commita6f96c41319114e1f366cdf7b13da591551d080b (patch)
tree6e0aff076c6ea77bb9d9efe661fbc8737e11054a /lib
parent5f594895198ad66588158d7418dbeb80bf617df1 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/setproctitle.34
-rw-r--r--lib/libutil/setproctitle.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index 894b9335839b..d61ecb12071d 100644
--- a/lib/libc/gen/setproctitle.3
+++ b/lib/libc/gen/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $Id: setproctitle.3,v 1.7 1997/02/22 15:08:32 peter Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -61,7 +61,7 @@ is NULL, the process title is reset to simply the name of the executable.
.\" .Sh ENVIRONMENT
.\" .Sh FILES
.Sh EXAMPLES
-To set the title on a daemon to indicate it's activity:
+To set the title on a daemon to indicate its activity:
.Bd -literal -offset indent
setproctitle("talking to %s", inet_ntoa(addr));
.Ed
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index 894b9335839b..d61ecb12071d 100644
--- a/lib/libutil/setproctitle.3
+++ b/lib/libutil/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $Id: setproctitle.3,v 1.7 1997/02/22 15:08:32 peter Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -61,7 +61,7 @@ is NULL, the process title is reset to simply the name of the executable.
.\" .Sh ENVIRONMENT
.\" .Sh FILES
.Sh EXAMPLES
-To set the title on a daemon to indicate it's activity:
+To set the title on a daemon to indicate its activity:
.Bd -literal -offset indent
setproctitle("talking to %s", inet_ntoa(addr));
.Ed