Nm does not always need an argument.

This commit is contained in:
Philippe Charnier 1997-07-02 06:30:51 +00:00
parent b28977d169
commit 370ad8d767
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27168

View File

@ -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