aboutsummaryrefslogtreecommitdiffstats
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.39
1 files changed, 4 insertions, 5 deletions
diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3
index 97d7874708..94b8866a01 100644
--- a/man3/program_invocation_name.3
+++ b/man3/program_invocation_name.3
@@ -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)