diff options
Diffstat (limited to 'usr.bin/file2c/file2c.1')
-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 eb909ba..dbcc4ea 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -31,7 +31,7 @@ is present, it is printed after the data. .Pp This program is used to embed binary or other files into C source files, for instance as a char[]. -.Sh EXAMPLE +.Sh EXAMPLES The command: .Bd -literal -offset indent date | file2c 'const char date[] = {' ',0};' |