]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
raw: add long options to man page
authorKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 10:36:29 +0000 (12:36 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 5 Apr 2013 10:36:29 +0000 (12:36 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/raw.8

index 0e47843c6fbee00f78d09981030003d3b9b383bf..3615218d228bed20690bf0b390fb389138980641 100644 (file)
@@ -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)