mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
doc: runcon: use more accurate synopsis format
* src/runcon.c (usage): Align synopsis with format used in other commands. * doc/coreutils.texi (runcon invocation): Likewise.
This commit is contained in:
@@ -16993,9 +16993,9 @@ Set range @var{range} in the target security context.
|
||||
|
||||
Synopses:
|
||||
@example
|
||||
runcon @var{context} @var{command} [@var{args}]
|
||||
runcon [ -c ] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
|
||||
[-l @var{range}] @var{command} [@var{args}]
|
||||
runcon [@var{context} @var{command} [@var{arg}]@dots{}]
|
||||
runcon [-c] [-u @var{user}] [-r @var{role}] [-t @var{type}]@c
|
||||
[-l @var{range}] @var{command} [@var{arg}@dots{}]
|
||||
@end example
|
||||
|
||||
Run @var{command} with completely-specified @var{context}, or with
|
||||
|
||||
Reference in New Issue
Block a user