summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1997-04-17 23:31:47 +0000
committerdanny <danny@FreeBSD.org>1997-04-17 23:31:47 +0000
commit57446d1d1a713b742232cb4e378d87eb73b7854f (patch)
tree763a040d7bb231df1b22d99d9d104ac7c3878dd2 /lib/libutil
parentde87c9b49ee2e6432f6c3abdcf680a9c9b32c36f (diff)
downloadFreeBSD-src-57446d1d1a713b742232cb4e378d87eb73b7854f.zip
FreeBSD-src-57446d1d1a713b742232cb4e378d87eb73b7854f.tar.gz
Fix punctuation: "it's" -> "its"
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/setproctitle.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index 894b933..d61ecb1 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
OpenPOWER on IntegriCloud