diff options
author | jkim <jkim@FreeBSD.org> | 2007-03-23 00:00:22 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2007-03-23 00:00:22 +0000 |
commit | a5ad97114507d37e42e9187f6a3a713c46a85e17 (patch) | |
tree | 5f1441cd104542dde287150d9bee49aff3f87989 /lib/libc/stdlib | |
parent | 9c3e35760fb160177d709f6ffb63bd17f15d41f8 (diff) | |
download | FreeBSD-src-a5ad97114507d37e42e9187f6a3a713c46a85e17.zip FreeBSD-src-a5ad97114507d37e42e9187f6a3a713c46a85e17.tar.gz |
Add '-s' option and update the manual page. With this option, it prints
little more style(9) friendly output. For example:
%file2c -n 8 -s -x 'const char data[] = {' '};' < /etc/motd
const char data[] = {
0x46, 0x72, 0x65, 0x65, 0x42, 0x53, 0x44, 0x20,
0x37, 0x2e, 0x30, 0x2d, 0x43, 0x55, 0x52, 0x52,
0x45, 0x4e, 0x54, 0x20, 0x28, 0x42, 0x45, 0x41,
0x53, 0x54, 0x49, 0x45, 0x29, 0x20, 0x23, 0x30,
0x3a, 0x20, 0x57, 0x65, 0x64, 0x20, 0x4d, 0x61,
0x72, 0x20, 0x32, 0x31, 0x20, 0x31, 0x39, 0x3a,
0x30, 0x34, 0x3a, 0x33, 0x36, 0x20, 0x45, 0x44,
0x54, 0x20, 0x32, 0x30, 0x30, 0x37, 0x0a
};
Diffstat (limited to 'lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions