From ce63b6fa454053a4bd8ff3a1f4855821ca97c214 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2018 14:43:59 +0200 Subject: Style/naming cleanup in man synopsis --- build2/b.cli | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build2/b.cli b/build2/b.cli index 6114763..dc5b2b0 100644 --- a/build2/b.cli +++ b/build2/b.cli @@ -11,22 +11,26 @@ include ; namespace build2 { { - " ", + " + + ", "\h|SYNOPSIS| - \cb{b --help}\n - \cb{b --version}\n - \c{\b{b} [] [] []} + \c{\b{b --help}\n + \b{b --version}\n + \b{b} [] [] []} + + \c{ = \b{(}\b{(}...[\b{,}]\b{)}...\b{)}...} \h|DESCRIPTION| The \cb{build2} driver executes a set of meta-operations on operations on - targets according to the build specification, or for short. + targets according to the build specification, or \i{buildspec} for short. This process can be controlled by specifying driver and build system . - Note that , , and fragments can be + Note that , , and fragments can be specified in any order. To avoid treating an argument that starts with \cb{'-'} as an option, add the \cb{'--'} separator. To avoid treating an argument that contains \cb{'='} as a variable, add the second \cb{'--'} @@ -40,11 +44,7 @@ namespace build2 " ", "", - "The buildspec has the following form: - - \c{((...[,])...)...} - - All components in the buildspec can be omitted. If is + "All components in the buildspec can be omitted. If is omitted, then it defaults to \cb{perform}. If is omitted, then it defaults to the default operation for this meta-operation. For \cb{perform} it is \cb{update}. Finally, if is omitted, then it -- cgit v1.1