diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-07-31 03:30:48 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-07-31 03:30:48 +0000 |
commit | 6fb9b618f59bb8cf57ee05626515d113a8be92d3 (patch) | |
tree | 2fcd325b0ae82cec9ec2820bb4009fa44253edec /usr.bin/file2c | |
parent | 48c912e4cef9b38b00d2fff7b1a71849537f62bf (diff) | |
download | src-6fb9b618f59bb8cf57ee05626515d113a8be92d3.tar.gz src-6fb9b618f59bb8cf57ee05626515d113a8be92d3.zip |
Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
Notes
Notes:
svn path=/head/; revision=148580
Diffstat (limited to 'usr.bin/file2c')
-rw-r--r-- | usr.bin/file2c/file2c.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index f247e4233202..80bbb2eea606 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -23,7 +23,7 @@ The .Nm utility reads a file from stdin and writes it to stdout, converting each byte to its decimal or hexadecimal representation on the fly. -The byte values are seperated by a comma. +The byte values are separated by a comma. This also means that the last byte value is not followed by a comma. By default the byte values are printed in decimal, but when the .Fl x |