summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-12-30 21:08:45 +0000
committermpp <mpp@FreeBSD.org>1996-12-30 21:08:45 +0000
commitb42b04fa8508860f70837f3f765e76184a8b16d7 (patch)
tree3968965035aedf796c52937457a0a72ed13248d9 /lib/libc
parentb5550d52c4583bdcdd69712ec6ec85f9b5af3750 (diff)
downloadFreeBSD-src-b42b04fa8508860f70837f3f765e76184a8b16d7.zip
FreeBSD-src-b42b04fa8508860f70837f3f765e76184a8b16d7.tar.gz
Spelling/mdoc police.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/setproctitle.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index 5e58dbd..3981a4f 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: setproctitle.3,v 1.3 1996/01/30 18:13:11 mpp Exp $
+.\" $Id: setproctitle.3,v 1.4 1996/08/23 20:52:53 mpp Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -39,7 +39,7 @@ on the
command line.
.Sh DESCRIPTION
The
-.Nm setproctitle
+.Fn setproctitle
library routine sets the process title that appears on the
.Xr ps 1
command.
@@ -77,18 +77,18 @@ setproctitle("talking to %s", inet_ntoa(addr));
.Xr kvm_getargv 3 ,
.Xr printf 3
.Sh STANDARDS
-.Nm setproctitle
+.Fn setproctitle
is implicitly non-standard. Other methods of causing the
.Xr ps 1
command line to change, including copying over the argv[0] string are
also implicitly non-portable. It is preferable to use an operating system
supplied
-.Nm setproctitle
+.Fn setproctitle
if present.
.Pp
Unfortunately, it is possible that there are other calling conventions
to other versions of
-.Nm setproctitle ,
+.Fn setproctitle ,
although none have been found by the author as yet. This is believed to be
the predominant convention.
.Pp
@@ -98,7 +98,7 @@ including
and
.Tn BSD/OS .
.Sh HISTORY
-.Nm setproctitle
+.Fn setproctitle
first appeared in
.Fx 2.2 .
Other operating systems have
OpenPOWER on IntegriCloud