summaryrefslogtreecommitdiff
path: root/distrib/crunch
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-15 15:31:07 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-15 15:31:07 +0000
commit78688d374ea22a5df73657b4051f6de4cc6b6eb6 (patch)
tree641d4edb1905bc5166283d4ce162559a6add44ee /distrib/crunch
parentb184ee62f5813867f043c6b03dedb36b0a694e58 (diff)
tweaks; ok drahn
Diffstat (limited to 'distrib/crunch')
-rw-r--r--distrib/crunch/crunchgen/crunchgen.111
1 files changed, 7 insertions, 4 deletions
diff --git a/distrib/crunch/crunchgen/crunchgen.1 b/distrib/crunch/crunchgen/crunchgen.1
index 4f783ad848c..1259061503a 100644
--- a/distrib/crunch/crunchgen/crunchgen.1
+++ b/distrib/crunch/crunchgen/crunchgen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crunchgen.1,v 1.19 2006/10/14 20:23:29 drahn Exp $
+.\" $OpenBSD: crunchgen.1,v 1.20 2006/10/15 15:31:06 jmc Exp $
.\"
.\"
.\" Copyright (c) 1994 University of Maryland
@@ -114,9 +114,12 @@ Set output Makefile name to
The default name is
.Dq Ao conf-name Ac Ns \&.mk .
.It Fl O Ar objdir-name
-Specify an object directory to use, defaults to 'obj' however for cross
-building purposes can be used to specify obj.${HOST}.${MACHINE} normally
-used with the make variable ${MAKEOBJDIR}.
+Specify an object directory to use.
+It defaults to
+.Dq obj ,
+though for cross building purposes it can be used to specify
+obj.${HOST}.${MACHINE}.
+Normally used with the make variable ${MAKEOBJDIR}.
.It Fl q
Quiet operation.
Status messages are suppressed.