From: Karel Zak Date: Fri, 5 Apr 2013 10:36:29 +0000 (+0200) Subject: raw: add long options to man page X-Git-Tag: v2.23-rc2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fa491b3f4a7eaf9eb457c752907ebb4870c8183;p=thirdparty%2Futil-linux.git raw: add long options to man page Signed-off-by: Karel Zak --- diff --git a/disk-utils/raw.8 b/disk-utils/raw.8 index 0e47843c6f..3615218d22 100644 --- a/disk-utils/raw.8 +++ b/disk-utils/raw.8 @@ -60,18 +60,22 @@ in virtual memory must also be aligned to a multiple of the sector size. The sector size is 512 bytes for most devices. .SH OPTIONS .TP -.B -q +\fB\-q\fR, \fB\-\-query\fR Set query mode. .B raw will query an existing binding instead of setting a new one. .TP -.B -a +\fB\-a\fR, \fB\-\-all\fR With .B -q , specify that all bound raw devices should be queried. .TP -.B -h -Provide a usage summary. +\fB\-h\fR, \fB\-\-help\fR +Display help and exit. +.TP +\fB\-V\fR, \fB\-\-version\fR +Display version information and exit. + .SH BUGS The Linux .BR dd (1)