diff options
author | mpp <mpp@FreeBSD.org> | 2000-01-23 01:48:16 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 2000-01-23 01:48:16 +0000 |
commit | 8efad4996bb383d485f1c8ae1ac16059954d0132 (patch) | |
tree | dcb5deaaf788da1e0bd6e5bc6b24506f6a36b36c /usr.bin/rpcgen | |
parent | fb25843f9aeeaa649acc2f5f9bfc250315df9b74 (diff) | |
download | FreeBSD-src-8efad4996bb383d485f1c8ae1ac16059954d0132.zip FreeBSD-src-8efad4996bb383d485f1c8ae1ac16059954d0132.tar.gz |
Fxi various man pages to stop abusing the .Bx macro to generate
the string "FreeBSD". Use the .Fx macro instead. Also did some
minor re-wording/formatting to work around a deficiency with
the .Fx macro when it comes to puncuation characters other than
periods and commas.
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index ff2da0b..93f8bd3 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -246,10 +246,10 @@ code for older versions of the operating system. .Pp Note: in -.Bx Free , +.Fx , this compatibility flag is turned on by default since -.Bx Free +.Fx supports only the older .Tn ONC RPC library. @@ -291,7 +291,7 @@ This option is useful for optimization. The default size is 5. Note: in order to provide backwards compatibility with the older .Nm on the -.Bx Free +.Fx platform, the default is actually 0 (which means that inline code generation is disabled by default). You must specify a non-zero value explicitly to override this default. |