aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 12:20:22 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 12:20:22 +0000
commit87faa07bec7b6e1212692fbaa21d663ee288abe8 (patch)
tree9a436c177ed358d0faad3010a07f77c999ee9cfa /usr.bin/rpcgen
parentf63f700eead0ba7d5c6f70df1a0bedc055bc8734 (diff)
Notes
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r--usr.bin/rpcgen/rpcgen.115
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1
index da53e44b348fc..d31648d9e99ec 100644
--- a/usr.bin/rpcgen/rpcgen.1
+++ b/usr.bin/rpcgen/rpcgen.1
@@ -87,7 +87,8 @@ dispatch table in
.Pp
.Nm Rpcgen
can also generate sample client and server files
-that can be customized to suit a particular application. The
+that can be customized to suit a particular application.
+The
.Fl \&Sc ,
.Fl \&Ss
and
@@ -95,7 +96,8 @@ and
options generate sample client, server and makefile, respectively.
The
.Fl a
-option generates all files, including sample files. If the
+option generates all files, including sample files.
+If the
.Ar infile
is
.Pa proto.x ,
@@ -286,7 +288,8 @@ header which supports
dispatch tables.
.It Fl i Ar size
Size at which to start generating inline code.
-This option is useful for optimization. The default size is 5.
+This option is useful for optimization.
+The default size is 5.
.Pp
Note: in order to provide backwards compatibility with the older
.Nm
@@ -371,8 +374,10 @@ and for users who need to write their own
routine to do initialization.
.It Fl M
Generate multithread-safe stubs for passing arguments and results between
-rpcgen generated code and user written code. This option is useful
-for users who want to use threads in their code. However, the
+rpcgen generated code and user written code.
+This option is useful
+for users who want to use threads in their code.
+However, the
.Xr rpc_svc_calls 3
functions are not yet MT-safe, which means that rpcgen generated server-side
code will not be MT-safe.