aboutsummaryrefslogtreecommitdiff
path: root/src/sg_format.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2011-11-30 16:27:42 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2011-11-30 16:27:42 +0000
commit4df087f935f93427cf0a6048c00987bfce1da814 (patch)
tree1fb849045d11788ff2ef04515c8c380f029b5ffa /src/sg_format.c
parent7fed3da263227ee44ba7ecf94e0007326999c72b (diff)
downloadsg3_utils-4df087f935f93427cf0a6048c00987bfce1da814.tar.gz
sg_write_same+sg_unmap: man page updates
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@428 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_format.c')
-rw-r--r--src/sg_format.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sg_format.c b/src/sg_format.c
index 791cc276..c26d1cac 100644
--- a/src/sg_format.c
+++ b/src/sg_format.c
@@ -139,12 +139,12 @@ usage()
" --pie=PIE|-q PIE Protection Information Exponent "
"(default: 0)\n"
" --pinfo|-p set upper bit of FMTPINFO field\n"
- " (deprecated use '--fmtpinfo=FPI' "
+ " (deprecated, use '--fmtpinfo=FPI' "
"instead)\n"
" --poll=PT|-x PT PT is poll type, 0 for test unit "
"ready\n"
- " 1 for request sense (def: 0 (will "
- "be 1))\n");
+ " 1 for request sense (def: 0 (in "
+ "future will be 1))\n");
printf(" --resize|-r resize (rather than format) to COUNT "
"value\n"
" --rto_req|-R set lower bit of FMTPINFO field\n"
@@ -166,7 +166,7 @@ usage()
" (default: set IMMED=1 and poll with "
"Test Unit Ready)\n\n"
"\tExample: sg_format --format /dev/sdc\n\n"
- "This utility formats or resizes SCSI disks.\n");
+ "This utility formats or resizes a SCSI disk.\n");
printf("WARNING: This utility will destroy all the data on "
"DEVICE when\n\t '--format' is given. Check that you "
"have the correct DEVICE.\n");