emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs doc/man/ChangeLog Makefile.in ChangeLog d...


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs doc/man/ChangeLog Makefile.in ChangeLog d...
Date: Wed, 10 Dec 2008 08:30:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/12/10 08:30:54

Modified files:
        doc/man        : ChangeLog 
        .              : Makefile.in ChangeLog 
Added files:
        doc/man        : ebrowse.1 

Log message:
        * Makefile.in (install-arch-indep): Install ebrowse.1.
        
        * ebrowse.1: New file, mostly just the results of --help in man format.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/man/ChangeLog?cvsroot=emacs&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/man/ebrowse.1?cvsroot=emacs&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/emacs/Makefile.in?cvsroot=emacs&r1=1.362&r2=1.363
http://cvs.savannah.gnu.org/viewcvs/emacs/ChangeLog?cvsroot=emacs&r1=1.789&r2=1.790

Patches:
Index: doc/man/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/man/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- doc/man/ChangeLog   10 Dec 2008 07:56:52 -0000      1.13
+++ doc/man/ChangeLog   10 Dec 2008 08:30:54 -0000      1.14
@@ -1,5 +1,7 @@
 2008-12-10  Dan Nicolaescu  <address@hidden>
 
+       * ebrowse.1: New file, mostly just the results of --help in man format.
+
        * emacsclient.1: Describe what an empty string argument does for
        --alternate-editor.
 

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/Makefile.in,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -b -r1.362 -r1.363
--- Makefile.in 15 Nov 2008 10:35:30 -0000      1.362
+++ Makefile.in 10 Dec 2008 08:30:54 -0000      1.363
@@ -571,7 +571,7 @@
        -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} 
$(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir}
        thisdir=`/bin/pwd`; \
        cd ${mansrcdir}; \
-       for page in emacs emacsclient etags ctags ; do \
+       for page in ebrowse emacs emacsclient etags ctags ; do \
          (cd $${thisdir}; \
           ${INSTALL_DATA} ${mansrcdir}/$${page}.1 
$(DESTDIR)${man1dir}/$${page}${manext}; \
           chmod a+r $(DESTDIR)${man1dir}/$${page}${manext}); \

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/ChangeLog,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -b -r1.789 -r1.790
--- ChangeLog   9 Dec 2008 20:36:25 -0000       1.789
+++ ChangeLog   10 Dec 2008 08:30:54 -0000      1.790
@@ -1,3 +1,7 @@
+2008-12-10  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in (install-arch-indep): Install ebrowse.1.
+
 2008-12-09  Ali Bahrami  <address@hidden>  (tiny change)
 
        * configure.in: Add Solaris on x86_64.

Index: doc/man/ebrowse.1
===================================================================
RCS file: doc/man/ebrowse.1
diff -N doc/man/ebrowse.1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/man/ebrowse.1   10 Dec 2008 08:30:54 -0000      1.1
@@ -0,0 +1,70 @@
+.TH EBROWSE 1
+.SH NAME
+ebrowse \- create a class hierarchy database
+.SH SYNOPSIS
+.B emacsclient
+.I "[options] files ..."
+.SH "DESCRIPTION"
+This manual page documents briefly the
+.BR ebrowse
+command.  Full documentation is available in the GNU Info format.
+.PP
+.B ebrowse
+is used to create the database used by the class browser in Emacs.
+.PP
+.SH OPTIONS
+The programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.TP
+.B \-a, \-\-append                  
+append output to existing file
+.TP
+.B \-f, \-\-files=FILES             
+read input file names from FILE
+.TP
+.B \-I, \-\-search-path=LIST        
+set search path for input files
+.TP
+.B \-m, \-\-min-regexp-length=N     
+set minimum regexp length to N
+.TP
+.B \-M, \-\-max-regexp-length=N     
+set maximum regexp length to N
+.TP
+.B \-n, \-\-no-nested-classes       
+exclude nested classes
+.TP
+.B \-o, \-\-output-file=FILE        
+set output file name to FILE
+.TP
+.B \-p, \-\-position-info           
+print info about position in file
+.TP
+.B \-s, \-\-no-structs-or-unions    
+don't record structs or unions
+.TP
+.B \-v, \-\-verbose                 
+be verbose
+.TP
+.B \-V, \-\-very-verbose            
+be very verbose
+.TP
+.B \-x, \-\-no-regexps              
+don't record regular expressions
+.TP
+.B \-\-help
+display this help
+.TP
+.B \-\-version
+display version info
+.SH "SEE ALSO"
+The program is documented fully in
+.IR "Ebrowse"
+available via the Info system.
+.SH AUTHORS
+.I Ebrowse
+was written by Gerd Möllmann.
+.
+.SH COPYING
+Copyright 2008 Free Software Foundation, Inc.
+.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]