1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.TH genior 1 "8 May 97" "ORL"
.SH NAME
genior \- Utility for creating a stringified IOR
.SH SYNOPSIS
.B genior
[\-x]
<Type ID> <hostname> <port number> [object key]
.SH DESCRIPTION
genior generates a stringified object reference
from the arguments supplied to it.
If an object key argument isn't supplied, it will
use an object key generated by omniORB2.
.SH OPTIONS
.TP
.B \-x
Interpret the object key as a hexadecimal value. This
value should begin with "0x"
.SH SEE ALSO
catior(1)
|