diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-15 05:08:42 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-15 05:08:42 -0500 |
commit | 9e30d05957cef3e621240886746574a35900abf9 (patch) | |
tree | 9af0d47d93b90d32872df1f9fe97800fdaed1822 /uxd.1 | |
parent | 1fee044be729f35201cecb3a41b77e6981881989 (diff) | |
download | uxd-9e30d05957cef3e621240886746574a35900abf9.tar.gz |
man page nitpick
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -96,8 +96,9 @@ output. Ignored if \fB\-m\fP given. .BI \-s \ pos Seek in input before starting to dump. \fIpos\fP is bytes, not characters. Positive \fIpos\fP means seek from the start of the -input. Negative \fIpos\fP only works on files (not standard input); it -means seek backward from EOF. +input. Negative \fIpos\fP only works on files (not standard input); +it means seek backward from EOF. Can be given in decimal, hex (with +\fI0x\fP prefix), or octal (with \fI0\fP prefix). .TP .BI \-S \ pos Same as \fB\-s\fP, but file offsets start at 0 rather than the |