From: Philippe Proulx Date: Thu, 10 Nov 2016 22:33:19 +0000 (-0500) Subject: barectf(1): write short option's argument too X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4f1124387d7d06d1d0c5a1ae96353338871cbff9;p=deliverable%2Fbarectf.git barectf(1): write short option's argument too Signed-off-by: Philippe Proulx --- diff --git a/doc/man/barectf.1 b/doc/man/barectf.1 index d67edb2..8099272 100644 --- a/doc/man/barectf.1 +++ b/doc/man/barectf.1 @@ -2,12 +2,12 @@ .\" Title: barectf .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 04/13/2016 +.\" Date: 11/10/2016 .\" Manual: barectf manual .\" Source: barectf 2.2.0 .\" Language: English .\" -.TH "BARECTF" "1" "04/13/2016" "barectf 2\&.2\&.0" "barectf manual" +.TH "BARECTF" "1" "11/10/2016" "barectf 2\&.2\&.0" "barectf manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -51,7 +51,7 @@ By default, if an inclusion file is not found while processing the configuration To view the effective YAML configuration file used for generating the C and CTF metadata files, after having processed all inclusion files, use the \fB--dump-config\fR option\&. .SH "OPTIONS" .PP -\fB-c\fR, \fB--code-dir\fR=\fIPATH\fR +\fB-c\fR \fIPATH\fR, \fB--code-dir\fR=\fIPATH\fR .RS 4 Write C source files to directory \fIPATH\fR @@ -63,7 +63,7 @@ instead of the current working directory\&. Dump the effective YAML configuration file, after all inclusions are processed, to the standard output\&. .RE .PP -\fB-H\fR, \fB--headers-dir\fR=\fIPATH\fR +\fB-H\fR \fIPATH\fR, \fB--headers-dir\fR=\fIPATH\fR .RS 4 Write C header files to directory \fIPATH\fR @@ -75,21 +75,21 @@ instead of the current working directory\&. Do not consider as an error inclusion files that are not found: continue silently\&. .RE .PP -\fB-I\fR, \fB--include-dir\fR=\fIPATH\fR +\fB-I\fR \fIPATH\fR, \fB--include-dir\fR=\fIPATH\fR .RS 4 Prepend \fIPATH\fR to the list of directories to search into for include files\&. The default list of directories is the current working directory, followed by the directory containing the provided, "standard" inclusion files\&. .RE .PP -\fB-m\fR, \fB--metadata-dir\fR=\fIPATH\fR +\fB-m\fR \fIPATH\fR, \fB--metadata-dir\fR=\fIPATH\fR .RS 4 Write CTF metadata file to directory \fIPATH\fR instead of the current working directory\&. .RE .PP -\fB-p\fR, \fB--prefix\fR=\fIPREFIX\fR +\fB-p\fR \fIPREFIX\fR, \fB--prefix\fR=\fIPREFIX\fR .RS 4 Override the configuration file\(cqs prefix with \fIPREFIX\fR\&. This prefix is used in file names, function names, macro names, structure names, and the rest\&. When not specified in the configuration file, the default prefix is diff --git a/doc/man/barectf.1.txt b/doc/man/barectf.1.txt index bfda04b..1c942cb 100644 --- a/doc/man/barectf.1.txt +++ b/doc/man/barectf.1.txt @@ -48,7 +48,7 @@ use the option:--dump-config option. OPTIONS ------- -option:-c, option:--code-dir='PATH':: +option:-c 'PATH', option:--code-dir='PATH':: Write C source files to directory 'PATH' instead of the current working directory. @@ -56,7 +56,7 @@ option:--dump-config:: Dump the effective YAML configuration file, after all inclusions are processed, to the standard output. -option:-H, option:--headers-dir='PATH':: +option:-H 'PATH', option:--headers-dir='PATH':: Write C header files to directory 'PATH' instead of the current working directory. @@ -64,17 +64,17 @@ option:--ignore-include-not-found:: Do not consider as an error inclusion files that are not found: continue silently. -option:-I, option:--include-dir='PATH':: +option:-I 'PATH', option:--include-dir='PATH':: Prepend 'PATH' to the list of directories to search into for include files. The default list of directories is the current working directory, followed by the directory containing the provided, "standard" inclusion files. -option:-m, option:--metadata-dir='PATH':: +option:-m 'PATH', option:--metadata-dir='PATH':: Write CTF metadata file to directory 'PATH' instead of the current working directory. -option:-p, option:--prefix='PREFIX':: +option:-p 'PREFIX', option:--prefix='PREFIX':: Override the configuration file's prefix with 'PREFIX'. This prefix is used in file names, function names, macro names, structure names, and the rest. When not specified in the configuration file, the