diff options
Diffstat (limited to 'usr/src/man/man1m/dd.1m')
-rw-r--r-- | usr/src/man/man1m/dd.1m | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/usr/src/man/man1m/dd.1m b/usr/src/man/man1m/dd.1m index ec3b8c4dd6..ffdedba12f 100644 --- a/usr/src/man/man1m/dd.1m +++ b/usr/src/man/man1m/dd.1m @@ -403,12 +403,48 @@ a positive decimal number followed by \fBk\fR, specifying multiplication by .RS +4 .TP 3. +a positive decimal number followed by \fBM\fR, specifying multiplication by +1024*1024 +.RE +.RS +4 +.TP +4. +a positive decimal number followed by \fBG\fR, specifying multiplication by +1024*1024*1024 +.RE +.RS +4 +.TP +5. +a positive decimal number followed by \fBT\fR, specifying multiplication by +1024*1024*1024*1024 +.RE +.RS +4 +.TP +6. +a positive decimal number followed by \fBP\fR, specifying multiplication by +1024*1024*1024*1024*1024 +.RE +.RS +4 +.TP +7. +a positive decimal number followed by \fBE\fR, specifying multiplication by +1024*1024*1024*1024*1024*1024 +.RE +.RS +4 +.TP +8. +a positive decimal number followed by \fBZ\fR, specifying multiplication by +1024*1024*1024*1024*1024*1024*1024 +.RE +.RS +4 +.TP +9. a positive decimal number followed by \fBb\fR, specifying multiplication by 512 .RE .RS +4 .TP -4. +10. two or more positive decimal numbers (with or without \fBk\fR or \fBb\fR) separated by \fBx\fR, specifying the product of the indicated values. .RE |