manpage patches
Floris Bruynooghe <[email protected]> Fri, 10 Oct 2008 20:43:03 +0100
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Message-ID | <[email protected]> |
--azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Attached is a pretty boring manpage patch. It corrects hyphens used as minus signs, which the Debian QA tools complain about. I've also attached missing manual pages I've written for omniorb tools that didn't have one. Maybe it could also be worth including these directly? Regards Floris -- Debian GNU/Linux -- The Power of Freedom www.debian.org | www.gnu.org | www.kernel.org --azLHFNyN32YCQGCU Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="manpages.diff" Index: man/man1/genior.1 =================================================================== RCS file: /cvsroot/omniorb/omni/man/man1/Attic/genior.1,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 genior.1 --- man/man1/genior.1 23 Mar 2003 21:03:34 -0000 1.2.2.1 +++ man/man1/genior.1 10 Oct 2008 19:35:35 -0000 @@ -5,7 +5,7 @@ .SH SYNOPSIS .B genior -[-x] +[\-x] <Type ID> <hostname> <port number> [object key] .SH DESCRIPTION Index: man/man1/nameclt.1 =================================================================== RCS file: /cvsroot/omniorb/omni/man/man1/Attic/nameclt.1,v retrieving revision 1.2.2.1 diff -u -r1.2.2.1 nameclt.1 --- man/man1/nameclt.1 23 Mar 2003 21:03:34 -0000 1.2.2.1 +++ man/man1/nameclt.1 10 Oct 2008 19:35:35 -0000 @@ -5,8 +5,8 @@ .SH SYNOPSIS .B nameclt -[-ior <object-reference>] -[-advanced] +[\-ior <object-reference>] +[\-advanced] <operation> .SH DESCRIPTION @@ -49,7 +49,7 @@ .IP new_context returns stringified IOR for a new context. .IP destroy -destroys the naming context given with -ior flag. +destroys the naming context given with \-ior flag. .RE .SH SEE ALSO Index: man/man1/omniidl.1 =================================================================== RCS file: /cvsroot/omniorb/omni/man/man1/Attic/omniidl.1,v retrieving revision 1.1.4.1 diff -u -r1.1.4.1 omniidl.1 --- man/man1/omniidl.1 23 Mar 2003 21:03:34 -0000 1.1.4.1 +++ man/man1/omniidl.1 10 Oct 2008 19:35:35 -0000 @@ -3,7 +3,7 @@ omniidl \- omniORB idl compiler .SH SYNOPSIS .B omniidl -[options] -b<back-end> [back-end options] file +[options] \-b<back-end> [back-end options] file .SH DESCRIPTION omniidl is the omniORB IDL compiler front end. If a back-end is not specified, it checks the input IDL file for validity, and produces no @@ -16,7 +16,7 @@ .SH COMMON OPTIONS .TP 15 .B \-b<backend> -Run the specified back-end (e.g., -bcxx = C++, -bpython = Python) +Run the specified back-end (e.g., \-bcxx = C++, \-bpython = Python) .TP .B \-D<name>=<value> Define <name> for the C preprocessor. --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="convertior.1" .TH convertior 1 "8 May 97" "ORL" .SH NAME convertior \- Utility for creating a new IOR from existing. changing the hostname of an existing stringified IOR .SH SYNOPSIS .B convertior [\-x] <stringified IOR> <New Hostname> .SH DESCRIPTION convertior accepts a stringified IOR and a new hostname, then outputs a new IOR for the combination. .SH OPTIONS .TP None .SH SEE ALSO genior(1) catior(1) --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="omnicpp.1" .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH OMNICPP 1 "30 Apr 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME omnicpp \- OmniORB cpp preprocessor for IDL compiler .SH SYNOPSIS .B omnicpp .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B omnicpp command. .PP .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. \fBomniidl\fP is omniORBs IDL compiler and uses \fBomnicpp\fP as it's C preprocessor. \fBomnicpp\fP is really just the GNU C preprocessor under a different name. Normally you should not need to invoke this directly but should use \fBomniidl\fP instead. .SH OPTIONS As this is just the GNU C preprocessor \fBcpp\fP you can see that program for the full options. Normally you should not be invoking this directly but should use \fBomniidl\fP instead. The options listed here should really be given to \fBomniidl\fP, but they are passed straight to \fBomnicpp\fP. .TP .BI \-D \ name Define \fIname\fP for the preprocessor. .TP .BI \-U \ name Undefine \fIname\fP for the preprocessor. .TP .BI \-I \ dir Include \fIdir\fP in the preprocessor search path. Note that the current directory is not on the include search path by default. Use \fI-I.\fP for that. .SH SEE ALSO .BR omniidl (1). .br The programs are documented fully by the HTML documentation in the omniorb4-doc package. .SH AUTHOR omnicpp was written by Duncan Grisby <[email protected]> .PP This manual page was written by Floris Bruynooghe <[email protected]>, for the Debian project (but may be used by others). --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="omniMapper.8" .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH OMNIMAPPER 8 "30 Apr 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp <n> insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME omniMapper \- Simple proxy for CORBA naming service from omniORB .SH SYNOPSIS .B omniMapper .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B omniMapper command. .PP .\" TeX users may be more comfortable with the \fB<whatever>\fP and .\" \fI<whatever>\fP escape sequences to invode bold face and italics, .\" respectively. \fBomniMapper\fP is a simple daemon which listens on port 2809 (or any other port) and redirects IIOP requets for configured object keys to associated persistent IORs. It can be used to make a naming service (even an old non-INS aware version of omniNames or other ORB's naming service) appear on port 2809 with the object key \fINameService\fP. The same goes for any other service you may wish to specify, such as an interace repository. .SH OPTIONS A summary of options is included below. For a complete description, see the HTML pages included in the omniorb4-doc package. .TP .BI \-port \ port This allows you to choose a port other than 2809 to listen on. .TP .BI \-config \ config_file This specifies a location for the configuration file. The default name is \fI/etc/omniMapper.cfg\fP. .TP .BI \-v \fBomniMapper\fP does not normally print anything; this option makes it verbose so it prints configuration information and a record of the redirections it makes to standard output. .SH CONFIGURATION FILE The configuration file is very simple. Each line contains a string to be used as an object key, some white space and an IOR (or any valid URI) that it will redirect that object key to. Comments should be prefixed with a \fI#\fP character. For example: .br # Example omniMapper.cfg .br NameService IOR:000f... .br InterfaceRepository IOR:0100... .SH SEE ALSO .BR omniNames (8). .br The programs are documented fully by the HTML documentation in the omniorb4-doc package. .SH AUTHOR omniNames was written by Duncan Grisby <[email protected]> .PP This manual page was written by Floris Bruynooghe <[email protected]>, for the Debian project (but may be used by others). --azLHFNyN32YCQGCU Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ omniORB-dev mailing list [email protected] http://www.omniorb-support.com/mailman/listinfo/omniorb-dev --azLHFNyN32YCQGCU--