diff options
| author | Daniel Harris <dannyboy@FreeBSD.org> | 2000-07-11 22:52:12 +0000 |
|---|---|---|
| committer | Daniel Harris <dannyboy@FreeBSD.org> | 2000-07-11 22:52:12 +0000 |
| commit | 8099eaa82371e48c8621711cbbd4556c1bae4f5f (patch) | |
| tree | cad6aebec4de7e23af79e11308c301e0ee0348b5 | |
| parent | dcecd672635f3c793eab824778d9174079a02a6b (diff) | |
Notes
| -rw-r--r-- | usr.bin/file2c/file2c.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index 0cf0d42826a7..eb909badf3d1 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -25,11 +25,11 @@ byte to its decimal representation on the fly. .Pp If the first .Op string -is present, it is printed before the data, if the second +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 embedd binary or other files into C source files, +This program is used to embed binary or other files into C source files, for instance as a char[]. .Sh EXAMPLE The command: |
