[omniORB-dev] manpage patches

Floris Bruynooghe floris.bruynooghe at gmail.com
Fri Oct 10 21:43:03 BST 2008


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: manpages.diff
Type: text/x-diff
Size: 2038 bytes
Desc: not available
Url : http://www.omniorb-support.com/pipermail/omniorb-dev/attachments/20081010/3c5002cb/manpages.bin
-------------- next part --------------
.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)
-------------- next part --------------
.\"                                      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 <duncan at grisby.org>
.PP
This manual page was written by Floris Bruynooghe
<floris.bruynooghe at gmail.com>, for the Debian project (but may be
used by others).
-------------- next part --------------
.\"                                      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 <duncan at grisby.org>
.PP
This manual page was written by Floris Bruynooghe
<floris.bruynooghe at gmail.com>, for the Debian project (but may be
used by others).


More information about the omniORB-dev mailing list