From 370ad8d7678ac274322bbd6aa5dc5289019b43dc Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Wed, 2 Jul 1997 06:30:51 +0000 Subject: [PATCH] Nm does not always need an argument. --- usr.bin/file2c/file2c.1 | 10 ++++------ 1 file 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 - -