diff options
author | charnier <charnier@FreeBSD.org> | 1997-07-02 06:30:51 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-07-02 06:30:51 +0000 |
commit | 71f3417bb9e62e466a658f021e5f0c468abfe767 (patch) | |
tree | 0677ba26fea1213c687aa85d374ae07223348f28 /usr.bin/file2c/file2c.1 | |
parent | 3f6defdfaa29103f198f7cf8ef1c96bc620e4e1b (diff) | |
download | FreeBSD-src-71f3417bb9e62e466a658f021e5f0c468abfe767.zip FreeBSD-src-71f3417bb9e62e466a658f021e5f0c468abfe767.tar.gz |
Nm does not always need an argument.
Diffstat (limited to 'usr.bin/file2c/file2c.1')
-rw-r--r-- | usr.bin/file2c/file2c.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index ac57365..ef4e77b 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,21 +5,21 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $Id: file2c.1,v 1.3 1997/02/22 19:55:01 peter Exp $ +.\" $Id: file2c.1,v 1.4 1997/06/23 04:51:58 steve Exp $ .\" .Dd January 28, 1995 .Dt FILE2C 1 .Os .Sh NAME .Nm file2c -.Nd convert file to c-source. +.Nd convert file to c-source .Sh SYNOPSIS -.Nm file2c +.Nm .Op "string" .Op "string" .Sh DESCRIPTION The -.Nm file2c +.Nm utility reads a file from stdin and writes it to stdout, converting each byte to its decimal representation on the fly. .Pp @@ -44,5 +44,3 @@ const char date[] = { 32,80,83,84,32,49,57,57,53,10 ,0}; .Ed - - |