aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file2c
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
commit6fb9b618f59bb8cf57ee05626515d113a8be92d3 (patch)
tree2fcd325b0ae82cec9ec2820bb4009fa44253edec /usr.bin/file2c
parent48c912e4cef9b38b00d2fff7b1a71849537f62bf (diff)
Notes
Diffstat (limited to 'usr.bin/file2c')
-rw-r--r--usr.bin/file2c/file2c.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1
index f247e4233202a..80bbb2eea606c 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