[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] document the -p invocation flag
From: |
Adam Endrodi |
Subject: |
[PATCH] document the -p invocation flag |
Date: |
Wed, 10 Jun 2015 15:27:31 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
--- bash-4.2/doc/bash.1.orig 2015-06-10 15:09:04.000000000 +0200
+++ bash-4.2/doc/bash.1 2015-06-10 15:19:55.000000000 +0200
@@ -117,6 +117,18 @@
This option allows the positional parameters to be set
when invoking an interactive shell.
.TP
+.B \-p
+If the
+.B \-p
+is
+.B not
+present and the real and effective user or group IDs mismatch on startup,
+the effective user and group IDs are set to the real ones. This behavior
+can be disabled with this flag, but see
+.SM
+.B "INVOCATION"
+for notes about setuid invocation.
+.TP
.B \-D
A list of all double-quoted strings preceded by \fB$\fP
is printed on the standard output.
--
QED
- [PATCH] document the -p invocation flag,
Adam Endrodi <=