- Include -g/-G in runuser man page (part of bug #199344).
This commit is contained in:
parent
ee54752c20
commit
0c69291cc5
@ -311,7 +311,7 @@
|
||||
+.\" Add any additional description here
|
||||
--- /dev/null 2006-09-11 09:20:12.657562250 +0100
|
||||
+++ coreutils-5.97/man/runuser.1 2006-09-11 13:34:45.000000000 +0100
|
||||
@@ -0,0 +1,62 @@
|
||||
@@ -0,0 +1,68 @@
|
||||
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
+.TH RUNUSER "1" "September 2004" "runuser (coreutils) 5.2.1" "User Commands"
|
||||
+.SH NAME
|
||||
@ -336,6 +336,12 @@
|
||||
+\fB\-f\fR, \fB\-\-fast\fR
|
||||
+pass \fB\-f\fR to the shell (for csh or tcsh)
|
||||
+.TP
|
||||
+\fB\-g\fR, \fB\-\-group\fR=\fIGROUP\fR
|
||||
+specify the primary group
|
||||
+.TP
|
||||
+\fB\-G\fR, \fB\-\-supp-group\fR=\fIGROUP\fR
|
||||
+specify a supplemental group
|
||||
+.TP
|
||||
+\fB\-m\fR, \fB\-\-preserve\-environment\fR
|
||||
+do not reset environment variables
|
||||
+.TP
|
||||
|
@ -281,6 +281,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Include -g/-G in runuser man page (part of bug #199344).
|
||||
- Corrected runuser man page (bug #200620).
|
||||
|
||||
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
|
||||
|
Loading…
Reference in New Issue
Block a user