diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
commit | 49c4458c80d7fc0c739164002a85966499593dbf (patch) | |
tree | 7324d2cb3e29b7c8220abd41fce86411f633eddc /usr.bin/rpcgen | |
parent | 56aefdcd1008df3702556867ce63eb3fc801508b (diff) | |
download | FreeBSD-src-49c4458c80d7fc0c739164002a85966499593dbf.zip FreeBSD-src-49c4458c80d7fc0c739164002a85966499593dbf.tar.gz |
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index da53e44..d31648d 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. |