summaryrefslogtreecommitdiff
path: root/usr.bin/pr/pr.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-04-15 17:27:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-04-15 17:27:38 +0000
commit85e77e353be0bd68b2fea9015da7503449248a77 (patch)
tree1c8d04c67a2fce58bc0f0ab1a8bc39a6305dca50 /usr.bin/pr/pr.c
parent26c59a00f707b9dd82b25ac34580ba605d209efb (diff)
- get the spacing right for -e, -i, -n, and -s
- macro cleanup ok millert sobrado
Diffstat (limited to 'usr.bin/pr/pr.c')
-rw-r--r--usr.bin/pr/pr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c
index 5687a658b49..97b5f9ddb44 100644
--- a/usr.bin/pr/pr.c
+++ b/usr.bin/pr/pr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pr.c,v 1.33 2013/11/26 13:19:07 deraadt Exp $ */
+/* $OpenBSD: pr.c,v 1.34 2014/04/15 17:27:37 jmc Exp $ */
/*-
* Copyright (c) 1991 Keith Muller.
@@ -1757,11 +1757,11 @@ void
usage(void)
{
ferrout(
- "usage: pr [+page] [-column] [-adFfmrt] [-e [char] [gap]] [-h header]\n");
+ "usage: pr [+page] [-column] [-adFfmrt] [-e[char][gap]] [-h header]\n");
ferrout(
- "\t[-i [char] [gap]] [-l lines] [-n [char] [width]] [-o offset]\n");
+ "\t[-i[char][gap]] [-l lines] [-n[char][width]] [-o offset] [-s[char]]\n");
ferrout(
- "\t[-s [char]] [-w width] [-] [file ...]\n");
+ "\t[-w width] [file ...]\n");
}
/*