mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Make ``-h'' follow the manpage, and suppress the burst page reguardless of
the number of ``-h'' given.
This commit is contained in:
parent
cc88e287a6
commit
69d23ff062
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35251
@ -48,7 +48,7 @@ static const char copyright[] =
|
||||
static char sccsid[] = "@(#)from: lpr.c 8.4 (Berkeley) 4/28/95";
|
||||
#endif
|
||||
static const char rcsid[] =
|
||||
"$Id: lpr.c,v 1.22 1997/12/02 20:46:10 wollman Exp $";
|
||||
"$Id: lpr.c,v 1.23 1997/12/06 17:55:07 jdp Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -204,8 +204,8 @@ main(argc, argv)
|
||||
format = 'r';
|
||||
break;
|
||||
|
||||
case 'h': /* toggle want of header page */
|
||||
hdr = !hdr;
|
||||
case 'h': /* nulifiy header page */
|
||||
hdr = 0;
|
||||
break;
|
||||
|
||||
case 'i': /* indent output */
|
||||
|
Loading…
Reference in New Issue
Block a user