s/\\(lq/``/;s/\\(rq/''/

This commit is contained in:
mycroft 1993-05-03 01:46:22 +00:00
parent cdcb8f1155
commit 2106ad2b37

View File

@ -132,9 +132,9 @@ data-definitions (a header file)
Compile into client-side stubs.
.TP
.B \-m
Compile into server-side stubs, but do not generate a \(lqmain\(rq routine.
Compile into server-side stubs, but do not generate a ``main'' routine.
This option is useful for doing callback-routines and for people who
need to write their own \(lqmain\(rq routine to do initialization.
need to write their own ``main'' routine to do initialization.
.TP
.BI \-o " outfile"
Specify the name of the output file.