Fix punctuation: "it's" -> "its"
This commit is contained in:
parent
5f59489519
commit
a6f96c4131
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user