[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix htags/manual.in
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] fix htags/manual.in |
Date: |
Thu, 01 May 2003 01:02:09 +0900 |
argument of option -m is missing.
Index: htags/manual.in
===================================================================
RCS file: /cvsroot/global/global/htags/manual.in,v
retrieving revision 1.41
diff -u -r1.41 manual.in
--- htags/manual.in 30 Apr 2003 14:00:18 -0000 1.41
+++ htags/manual.in 30 Apr 2003 15:56:26 -0000
@@ -26,7 +26,7 @@
@HEADER HTAGS,1,Mar 2003,GNU Project
@NAME htags - generate hypertext from source code.
@SYNOPSIS
- @name{htags} [-a][-c][-D][-f][-F][-g][-m][-n][-o][-s][-v][-w][-d
@arg{dbpath}][-S @arg{cgidir}][-t @address@hidden
+ @name{htags} [-a][-c][-D][-f][-F][-g][-n][-o][-s][-v][-w][-d
@arg{dbpath}][-m @arg{name}][-S @arg{cgidir}][-t @address@hidden
@DESCRIPTION
@name{Htags} makes hypertext from C, C++, Yacc and Java source code.
@@ -73,7 +73,7 @@
@address@hidden @arg{label}}
@arg{label} is used as the label of configuration file.
The default is @code{default}.
- @address@hidden, @option{--main-func}}
+ @address@hidden, @option{--main-func} @arg{name}}
Specify the main function name. The default is @code{main}.
@address@hidden, @option{--line-number}}
Print the line numbers. By default, doesn't print it.
----
Hideki IWAMOTO address@hidden
- [PATCH] fix htags/manual.in,
Hideki IWAMOTO <=