summaryrefslogtreecommitdiffstats
path: root/man3/program_invocation_name.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/program_invocation_name.3')
-rw-r--r--man3/program_invocation_name.311
1 files changed, 5 insertions, 6 deletions
diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3
index 440d7aaeb..79bd2f773 100644
--- a/man3/program_invocation_name.3
+++ b/man3/program_invocation_name.3
@@ -21,7 +21,7 @@
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\" %%%LICENSE_END
.\"
-.TH program_invocation_name 3 2022-10-30 "Linux man-pages 6.03"
+.TH program_invocation_name 3 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
program_invocation_name, program_invocation_short_name \- \
obtain name used to invoke calling program
@@ -56,12 +56,11 @@ with all text up to and including the final slash (/), if any, removed.
.PP
These variables are automatically initialized by the glibc run-time
startup code.
-.SH STANDARDS
-These variables are GNU extensions, and should not be
-used in programs intended to be portable.
-.SH NOTES
+.SH VERSIONS
The Linux-specific
-.I /proc/[number]/cmdline
+.IR /proc/ pid /cmdline
file provides access to similar information.
+.SH STANDARDS
+GNU.
.SH SEE ALSO
.BR proc (5)