fix head manpage

This commit is contained in:
Connor Lane Smith 2011-05-25 11:56:04 +01:00
parent 262f357fdd
commit 416a068df6
2 changed files with 4 additions and 3 deletions

4
date.c
View File

@ -8,8 +8,8 @@
int
main(int argc, char *argv[])
{
char buf[BUFSIZ], c, *end;
char *fmt = "%c";
char buf[BUFSIZ], c;
char *end, *fmt = "%c";
struct tm *now = NULL;
time_t t;

3
head.1
View File

@ -8,7 +8,8 @@ head \- output first part of files
.RI [ file ...]
.SH DESCRIPTION
.B head
writes the first 10 lines of each file to stdout.
writes the first 10 lines of each file to stdout. If no file is given, head
reads from stdin.
.SH OPTIONS
.TP
.BI \-n " lines"