diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-02 06:30:51 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-07-02 06:30:51 +0000 |
| commit | 370ad8d7678ac274322bbd6aa5dc5289019b43dc (patch) | |
| tree | 01c899890f7d4f3d6a2285b9dc9ab2ffee7b48c4 | |
| parent | b28977d169bb1d5617e8ddd5ed1f163f1ba76142 (diff) | |
Notes
| -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 ac57365b8ca2..ef4e77b489b8 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 - - |
