setproctitle.3 (ec26a84475bd5497a858b4a1e52e17a87582b2ea) | setproctitle.3 (a6d40b0ad2c51e16a8c99750d5ed6f9aea2be7d4) |
---|---|
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, --- 6 unchanged lines hidden (view full) --- 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$ 21.\" 22.\" The following requests are required for all man pages. | 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, --- 6 unchanged lines hidden (view full) --- 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$ 21.\" 22.\" The following requests are required for all man pages. |
23.Dd November 13, 2020 | 23.Dd November 28, 2022 |
24.Dt SETPROCTITLE 3 25.Os 26.Sh NAME 27.Nm setproctitle 28.Nm setproctitle_fast 29.Nd set process title 30.Sh SYNOPSIS | 24.Dt SETPROCTITLE 3 25.Os 26.Sh NAME 27.Nm setproctitle 28.Nm setproctitle_fast 29.Nd set process title 30.Sh SYNOPSIS |
31.In sys/types.h | |
32.In unistd.h 33.Ft void 34.Fn setproctitle "const char *fmt" "..." 35.Ft void 36.Fn setproctitle_fast "const char *fmt" "..." 37.Sh DESCRIPTION 38The 39.Fn setproctitle --- 96 unchanged lines hidden --- | 31.In unistd.h 32.Ft void 33.Fn setproctitle "const char *fmt" "..." 34.Ft void 35.Fn setproctitle_fast "const char *fmt" "..." 36.Sh DESCRIPTION 37The 38.Fn setproctitle --- 96 unchanged lines hidden --- |