Deleted Added
full compact
setproctitle.3 (108030) setproctitle.3 (131504)
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.\" $FreeBSD: head/lib/libc/gen/setproctitle.3 108030 2002-12-18 10:13:54Z ru $
20.\" $FreeBSD: head/lib/libc/gen/setproctitle.3 131504 2004-07-02 23:52:20Z ru $
21.\"
22.\" The following requests are required for all man pages.
23.Dd December 16, 1995
24.Os
25.Dt SETPROCTITLE 3
26.Sh NAME
27.Nm setproctitle
28.Nd set process title

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

63.Xr w 1 ,
64.Xr kvm 3 ,
65.Xr kvm_getargv 3 ,
66.Xr printf 3
67.Sh STANDARDS
68The
69.Fn setproctitle
70function
21.\"
22.\" The following requests are required for all man pages.
23.Dd December 16, 1995
24.Os
25.Dt SETPROCTITLE 3
26.Sh NAME
27.Nm setproctitle
28.Nd set process title

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

63.Xr w 1 ,
64.Xr kvm 3 ,
65.Xr kvm_getargv 3 ,
66.Xr printf 3
67.Sh STANDARDS
68The
69.Fn setproctitle
70function
71is implicitly non-standard. Other methods of causing the
71is implicitly non-standard.
72Other methods of causing the
72.Xr ps 1
73command line to change, including copying over the argv[0] string are
73.Xr ps 1
74command line to change, including copying over the argv[0] string are
74also implicitly non-portable. It is preferable to use an operating system
75also implicitly non-portable.
76It is preferable to use an operating system
75supplied
76.Fn setproctitle
77if present.
78.Pp
79Unfortunately, it is possible that there are other calling conventions
80to other versions of
81.Fn setproctitle ,
77supplied
78.Fn setproctitle
79if present.
80.Pp
81Unfortunately, it is possible that there are other calling conventions
82to other versions of
83.Fn setproctitle ,
82although none have been found by the author as yet. This is believed to be
84although none have been found by the author as yet.
85This is believed to be
83the predominant convention.
84.Pp
85It is thought that the implementation is compatible with other systems,
86including
87.Nx
88and
89.Bsx .
90.Sh HISTORY

--- 28 unchanged lines hidden ---
86the predominant convention.
87.Pp
88It is thought that the implementation is compatible with other systems,
89including
90.Nx
91and
92.Bsx .
93.Sh HISTORY

--- 28 unchanged lines hidden ---