setproctitle.3 (210793f7532572dbb003505a6f96e7d155de432b) setproctitle.3 (a5941fc2aae12cb42e24117b2979147c9c7c5571)
1.\" Copyright (c) 1995 Peter Wemm <peter@freebsd.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" Peter Wemm.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
1.\" Copyright (c) 1995 Peter Wemm <peter@freebsd.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" Peter Wemm.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
20.\" $Id: setproctitle.3,v 1.8 1997/04/17 23:31:47 danny Exp $
20.\" $Id: setproctitle.3,v 1.9 1997/05/11 08:50:33 davidn Exp $
21.\"
22.\" The following requests are required for all man pages.
23.Dd December 16, 1995
24.Os FreeBSD
25.Dt SETPROCTITLE 3
26.Sh NAME
27.Nm setproctitle
28.Nd set the process title for

--- 71 unchanged lines hidden (view full) ---

100.Tn BSD/OS .
101.Sh HISTORY
102.Fn setproctitle
103first appeared in
104.Fx 2.2 .
105Other operating systems have
106similar functions.
107.Sh AUTHORS
21.\"
22.\" The following requests are required for all man pages.
23.Dd December 16, 1995
24.Os FreeBSD
25.Dt SETPROCTITLE 3
26.Sh NAME
27.Nm setproctitle
28.Nd set the process title for

--- 71 unchanged lines hidden (view full) ---

100.Tn BSD/OS .
101.Sh HISTORY
102.Fn setproctitle
103first appeared in
104.Fx 2.2 .
105Other operating systems have
106similar functions.
107.Sh AUTHORS
108.Sy "Peter Wemm <peter@FreeBSD.org>"
108.An Peter Wemm Aq peter@FreeBSD.org
109stole the idea from the
110.Sy "Sendmail 8.7.3"
111source code by
109stole the idea from the
110.Sy "Sendmail 8.7.3"
111source code by
112.Sy "Eric Allman <eric@sendmail.org>" .
112.An Eric Allman Aq eric@sendmail.org .
113.\" .Sh BUGS
113.\" .Sh BUGS