FreeBSD Bugzilla – Attachment 170829 Details for
Bug 209865
mkesdb usage() doesn't list -d debug option (+patch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to apply.
0001-List-debug-function-in-usage.patch (text/plain), 709 bytes, created by
coypu
on 2016-05-30 16:34:49 UTC
(
hide
)
Description:
Patch to apply.
Filename:
MIME Type:
Creator:
coypu
Created:
2016-05-30 16:34:49 UTC
Size:
709 bytes
patch
obsolete
>From c1c8f970980c4bd97ca865d2cda73c4ccdbd1f4d Mon Sep 17 00:00:00 2001 >From: coypu <coypu@sdf.org> >Date: Mon, 30 May 2016 19:24:56 +0300 >Subject: [PATCH 1/1] List debug function in usage() > >--- > usr.bin/mkesdb/yacc.y | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/usr.bin/mkesdb/yacc.y b/usr.bin/mkesdb/yacc.y >index 6d77b15..7b6e140 100644 >--- a/usr.bin/mkesdb/yacc.y >+++ b/usr.bin/mkesdb/yacc.y >@@ -278,8 +278,8 @@ usage(void) > { > errx(EXIT_FAILURE, > "usage:\n" >- "\t%s [-o outfile] [infile]\n" >- "\t%s -m [-o outfile] [infile]", >+ "\t%s [-d] [-o outfile] [infile]\n" >+ "\t%s -m [-d] [-o outfile] [infile]", > getprogname(), getprogname()); > } > >-- >2.8.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209865
: 170829