Mercurial > emacs
comparison doc/man/ebrowse.1 @ 100313:1912976b0dec
* Makefile.in (install-arch-indep): Install ebrowse.1.
* ebrowse.1: New file, mostly just the results of --help in man format.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 10 Dec 2008 08:30:54 +0000 |
parents | |
children | a2a672d854a1 |
comparison
equal
deleted
inserted
replaced
100312:6da82f7dfa67 | 100313:1912976b0dec |
---|---|
1 .TH EBROWSE 1 | |
2 .SH NAME | |
3 ebrowse \- create a class hierarchy database | |
4 .SH SYNOPSIS | |
5 .B emacsclient | |
6 .I "[options] files ..." | |
7 .SH "DESCRIPTION" | |
8 This manual page documents briefly the | |
9 .BR ebrowse | |
10 command. Full documentation is available in the GNU Info format. | |
11 .PP | |
12 .B ebrowse | |
13 is used to create the database used by the class browser in Emacs. | |
14 .PP | |
15 .SH OPTIONS | |
16 The programs follow the usual GNU command line syntax, with long | |
17 options starting with two dashes (`-'). | |
18 .TP | |
19 .B \-a, \-\-append | |
20 append output to existing file | |
21 .TP | |
22 .B \-f, \-\-files=FILES | |
23 read input file names from FILE | |
24 .TP | |
25 .B \-I, \-\-search-path=LIST | |
26 set search path for input files | |
27 .TP | |
28 .B \-m, \-\-min-regexp-length=N | |
29 set minimum regexp length to N | |
30 .TP | |
31 .B \-M, \-\-max-regexp-length=N | |
32 set maximum regexp length to N | |
33 .TP | |
34 .B \-n, \-\-no-nested-classes | |
35 exclude nested classes | |
36 .TP | |
37 .B \-o, \-\-output-file=FILE | |
38 set output file name to FILE | |
39 .TP | |
40 .B \-p, \-\-position-info | |
41 print info about position in file | |
42 .TP | |
43 .B \-s, \-\-no-structs-or-unions | |
44 don't record structs or unions | |
45 .TP | |
46 .B \-v, \-\-verbose | |
47 be verbose | |
48 .TP | |
49 .B \-V, \-\-very-verbose | |
50 be very verbose | |
51 .TP | |
52 .B \-x, \-\-no-regexps | |
53 don't record regular expressions | |
54 .TP | |
55 .B \-\-help | |
56 display this help | |
57 .TP | |
58 .B \-\-version | |
59 display version info | |
60 .SH "SEE ALSO" | |
61 The program is documented fully in | |
62 .IR "Ebrowse" | |
63 available via the Info system. | |
64 .SH AUTHORS | |
65 .I Ebrowse | |
66 was written by Gerd Möllmann. | |
67 . | |
68 .SH COPYING | |
69 Copyright 2008 Free Software Foundation, Inc. | |
70 . |