aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-10 08:30:54 +0000
committerDan Nicolaescu2008-12-10 08:30:54 +0000
commit08d03897813a047898e80a983d82b0684cc04491 (patch)
treeec34eaec6f9719381b9c4d7bb15061ee9bd43806
parent636b507bcc99120c6e9479541aa99fb737855de0 (diff)
downloademacs-08d03897813a047898e80a983d82b0684cc04491.tar.gz
emacs-08d03897813a047898e80a983d82b0684cc04491.zip
* Makefile.in (install-arch-indep): Install ebrowse.1.
* ebrowse.1: New file, mostly just the results of --help in man format.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
-rw-r--r--doc/man/ChangeLog2
-rw-r--r--doc/man/ebrowse.170
4 files changed, 77 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 603a7fcd257..46cbc31a5ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (install-arch-indep): Install ebrowse.1.
4
12008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change) 52008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2 6
3 * configure.in: Add Solaris on x86_64. 7 * configure.in: Add Solaris on x86_64.
diff --git a/Makefile.in b/Makefile.in
index 7d7b0d7495d..055685c088b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -571,7 +571,7 @@ install-arch-indep: mkdir info install-etc
571 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir} 571 -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir}
572 thisdir=`/bin/pwd`; \ 572 thisdir=`/bin/pwd`; \
573 cd ${mansrcdir}; \ 573 cd ${mansrcdir}; \
574 for page in emacs emacsclient etags ctags ; do \ 574 for page in ebrowse emacs emacsclient etags ctags ; do \
575 (cd $${thisdir}; \ 575 (cd $${thisdir}; \
576 ${INSTALL_DATA} ${mansrcdir}/$${page}.1 $(DESTDIR)${man1dir}/$${page}${manext}; \ 576 ${INSTALL_DATA} ${mansrcdir}/$${page}.1 $(DESTDIR)${man1dir}/$${page}${manext}; \
577 chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \ 577 chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog
index 32148a54c7e..23c24287d67 100644
--- a/doc/man/ChangeLog
+++ b/doc/man/ChangeLog
@@ -1,5 +1,7 @@
12008-12-10 Dan Nicolaescu <dann@ics.uci.edu> 12008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * ebrowse.1: New file, mostly just the results of --help in man format.
4
3 * emacsclient.1: Describe what an empty string argument does for 5 * emacsclient.1: Describe what an empty string argument does for
4 --alternate-editor. 6 --alternate-editor.
5 7
diff --git a/doc/man/ebrowse.1 b/doc/man/ebrowse.1
new file mode 100644
index 00000000000..475e1b7e29a
--- /dev/null
+++ b/doc/man/ebrowse.1
@@ -0,0 +1,70 @@
1.TH EBROWSE 1
2.SH NAME
3ebrowse \- create a class hierarchy database
4.SH SYNOPSIS
5.B emacsclient
6.I "[options] files ..."
7.SH "DESCRIPTION"
8This manual page documents briefly the
9.BR ebrowse
10command. Full documentation is available in the GNU Info format.
11.PP
12.B ebrowse
13is used to create the database used by the class browser in Emacs.
14.PP
15.SH OPTIONS
16The programs follow the usual GNU command line syntax, with long
17options starting with two dashes (`-').
18.TP
19.B \-a, \-\-append
20append output to existing file
21.TP
22.B \-f, \-\-files=FILES
23read input file names from FILE
24.TP
25.B \-I, \-\-search-path=LIST
26set search path for input files
27.TP
28.B \-m, \-\-min-regexp-length=N
29set minimum regexp length to N
30.TP
31.B \-M, \-\-max-regexp-length=N
32set maximum regexp length to N
33.TP
34.B \-n, \-\-no-nested-classes
35exclude nested classes
36.TP
37.B \-o, \-\-output-file=FILE
38set output file name to FILE
39.TP
40.B \-p, \-\-position-info
41print info about position in file
42.TP
43.B \-s, \-\-no-structs-or-unions
44don't record structs or unions
45.TP
46.B \-v, \-\-verbose
47be verbose
48.TP
49.B \-V, \-\-very-verbose
50be very verbose
51.TP
52.B \-x, \-\-no-regexps
53don't record regular expressions
54.TP
55.B \-\-help
56display this help
57.TP
58.B \-\-version
59display version info
60.SH "SEE ALSO"
61The program is documented fully in
62.IR "Ebrowse"
63available via the Info system.
64.SH AUTHORS
65.I Ebrowse
66was written by Gerd Möllmann.
67.
68.SH COPYING
69Copyright 2008 Free Software Foundation, Inc.
70.