From: Jürg Billeter Date: Tue, 30 Dec 2008 21:10:03 +0000 (+0000) Subject: Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479 X-Git-Tag: VALA_0_5_4~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f686d93ac6bb902234729adaa69d14dbe79c96;p=thirdparty%2Fvala.git Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479 2008-12-30 Jürg Billeter * doc/valac.1: Fix dashes in option descriptions, patch by Andrew Feren, fixes bug 565479 svn path=/trunk/; revision=2250 --- diff --git a/ChangeLog b/ChangeLog index 133c0a9e6..573068e15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-30 Jürg Billeter + + * doc/valac.1: + + Fix dashes in option descriptions, patch by Andrew Feren, + fixes bug 565479 + 2008-12-30 Jürg Billeter * vapi/packages/gnome-vfs-2.0/: diff --git a/THANKS b/THANKS index 1697a4af7..b826c0eee 100644 --- a/THANKS +++ b/THANKS @@ -9,6 +9,7 @@ Ali Sabil Amos Brocco Andrea Del Signore Andreas Brauchli +Andrew Feren Anthony Taylor Arwed von Merkatz Carl-Anton Ingmarsson diff --git a/doc/valac.1 b/doc/valac.1 index 59bc7bc57..14e4d20e9 100644 --- a/doc/valac.1 +++ b/doc/valac.1 @@ -17,22 +17,22 @@ source code. It's also planned to generate GIDL files when gobject-introspection is ready. .SH OPTIONS .TP -.B \---help +.B \--help Show help options .TP -.B \---vapidir=DIRECTORY... +.B \--vapidir=DIRECTORY... Look for package bindings in DIRECTORY .TP -.B \---pkg=PACKAGE... +.B \--pkg=PACKAGE... Include binding for PACKAGE .TP -.B \---library=NAME +.B \--library=NAME Library name .TP -.B \--d, --directory=DIRECTORY +.B \-d, --directory=DIRECTORY Output directory .TP -.B \---version +.B \--version Display version number .SH FEATURES Interfaces, Properties, Signals, Foreach, Lambda expressions, Type