diff options
author | Robert Vollmert <rob@vllmrt.net> | 2017-07-07T18·37+0200 |
---|---|---|
committer | Robert Vollmert <rob@vllmrt.net> | 2017-07-07T20·11+0200 |
commit | 68c626c6b07e8676f7235c21efb94a0055f5cf3d (patch) | |
tree | d7f17592173f5303516b41e2fe1d4a5d8c95e6ec /doc/manual/command-ref/opt-common-syn.xml | |
parent | ce3095e14165ab0079f2c24002ae4c810b1c728d (diff) |
man pages: Grouping for option alternatives
Diffstat (limited to 'doc/manual/command-ref/opt-common-syn.xml')
-rw-r--r-- | doc/manual/command-ref/opt-common-syn.xml | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/doc/manual/command-ref/opt-common-syn.xml b/doc/manual/command-ref/opt-common-syn.xml index 5b7936393951..3aff4e1b6357 100644 --- a/doc/manual/command-ref/opt-common-syn.xml +++ b/doc/manual/command-ref/opt-common-syn.xml @@ -2,10 +2,18 @@ <arg><option>--help</option></arg> <arg><option>--version</option></arg> -<arg rep='repeat'><option>--verbose</option></arg> -<arg rep='repeat'><option>-v</option></arg> -<arg><option>--no-build-output</option></arg> -<arg><option>-Q</option></arg> +<arg rep='repeat'> + <group choice='req'> + <arg choice='plain'><option>--verbose</option></arg> + <arg choice='plain'><option>-v</option></arg> + </group> +</arg> +<arg> + <group choice='plain'> + <arg choice='plain'><option>--no-build-output</option></arg> + <arg choice='plain'><option>-Q</option></arg> + </group> +</arg> <arg> <group choice='req'> <arg choice='plain'><option>--max-jobs</option></arg> @@ -25,10 +33,18 @@ <option>--timeout</option> <replaceable>number</replaceable> </arg> -<arg><option>--keep-going</option></arg> -<arg><option>-k</option></arg> -<arg><option>--keep-failed</option></arg> -<arg><option>-K</option></arg> +<arg> + <group choice='plain'> + <arg choice='plain'><option>--keep-going</option></arg> + <arg choice='plain'><option>-k</option></arg> + </group> +</arg> +<arg> + <group choice='plain'> + <arg choice='plain'><option>--keep-failed</option></arg> + <arg choice='plain'><option>-K</option></arg> + </group> +</arg> <arg><option>--fallback</option></arg> <arg><option>--readonly-mode</option></arg> <arg><option>--show-trace</option></arg> |