diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-14 14:17:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-14 14:17:47 +0000 |
commit | 65be5cba5f6286266fd57b15bbb70bd6a94cbe2e (patch) | |
tree | 98854630ab2f8b38ae94dc2ca5ce78b50545b352 /pkgtools | |
parent | ca6dfc3dd4c2f27f537ca463bc7842d72daf4fa1 (diff) | |
download | pkgsrc-65be5cba5f6286266fd57b15bbb70bd6a94cbe2e.tar.gz |
Sort options.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/createbuildlink/files/createbuildlink.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgtools/createbuildlink/files/createbuildlink.8 b/pkgtools/createbuildlink/files/createbuildlink.8 index 2a950f67540..f5226520ed7 100644 --- a/pkgtools/createbuildlink/files/createbuildlink.8 +++ b/pkgtools/createbuildlink/files/createbuildlink.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: createbuildlink.8,v 1.6 2004/01/14 08:53:57 rh Exp $ +.\" $NetBSD: createbuildlink.8,v 1.7 2004/01/14 14:17:47 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -42,7 +42,7 @@ .Nd automatic pkgsrc buildlink2.mk and buildlink3.mk generator .Sh SYNOPSIS .Nm -.Op Fl j23 +.Op Fl 23j .Sh DESCRIPTION .Nm reads in the @@ -56,15 +56,15 @@ file on stdout. .Pp The following options are available: .Bl -tag -width indent +.It Fl 2 +Create buildlink2.mk style output (the default). +.It Fl 3 +Create buildlink3.mk style output. .It Fl j Join together all .h files in an include directory and list as *.h. Be careful with this option and only use it if you are sure that the package in question is the only one providing header files in the PLISTed directory. -.It Fl 2 -Create buildlink2.mk style output (the default). -.It Fl 3 -Create buildlink3.mk style output. .El .Pp While |