diff options
Diffstat (limited to 'usr.bin/file2c/file2c.1')
-rw-r--r-- | usr.bin/file2c/file2c.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index dbcc4eabafd1..c308aecc8797 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -23,10 +23,10 @@ The utility reads a file from stdin and writes it to stdout, converting each byte to its decimal representation on the fly. .Pp -If the first +If the first +.Op string +is present, it is printed before the data; if the second .Op string -is present, it is printed before the data; if the second -.Op string is present, it is printed after the data. .Pp This program is used to embed binary or other files into C source files, |