Deleted Added
full compact
rpcgen.1 (52671) rpcgen.1 (56412)
1.\" @(#)rpcgen.1 1.35 93/06/02 SMI
1.\" @(#)rpcgen.1 1.35 93/06/02 SMI
2.\" $FreeBSD: head/usr.bin/rpcgen/rpcgen.1 52671 1999-10-30 15:12:25Z phantom $
2.\" $FreeBSD: head/usr.bin/rpcgen/rpcgen.1 56412 2000-01-23 01:48:16Z mpp $
3.\" Copyright 1985-1993 Sun Microsystems, Inc.
4.Dd March 28, 1993
5.Dt RPCGEN 1
6.Os
7.Sh NAME
8.Nm rpcgen
9.Nd an RPC protocol compiler
10.Sh SYNOPSIS

--- 230 unchanged lines hidden (view full) ---

241.It Fl b
242Backward compatibility mode.
243Generate transport specific
244.Tn RPC
245code for older versions
246of the operating system.
247.Pp
248Note: in
3.\" Copyright 1985-1993 Sun Microsystems, Inc.
4.Dd March 28, 1993
5.Dt RPCGEN 1
6.Os
7.Sh NAME
8.Nm rpcgen
9.Nd an RPC protocol compiler
10.Sh SYNOPSIS

--- 230 unchanged lines hidden (view full) ---

241.It Fl b
242Backward compatibility mode.
243Generate transport specific
244.Tn RPC
245code for older versions
246of the operating system.
247.Pp
248Note: in
249.Bx Free ,
249.Fx ,
250this compatibility flag is turned on by
251default since
250this compatibility flag is turned on by
251default since
252.Bx Free
252.Fx
253supports only the older
254.Tn ONC RPC
255library.
256.It Fl c
257Compile into
258.Tn XDR
259routines.
260.It Fl C

--- 25 unchanged lines hidden (view full) ---

286dispatch tables.
287.It Fl i Ar size
288Size at which to start generating inline code.
289This option is useful for optimization. The default size is 5.
290.Pp
291Note: in order to provide backwards compatibility with the older
292.Nm
293on the
253supports only the older
254.Tn ONC RPC
255library.
256.It Fl c
257Compile into
258.Tn XDR
259routines.
260.It Fl C

--- 25 unchanged lines hidden (view full) ---

286dispatch tables.
287.It Fl i Ar size
288Size at which to start generating inline code.
289This option is useful for optimization. The default size is 5.
290.Pp
291Note: in order to provide backwards compatibility with the older
292.Nm
293on the
294.Bx Free
294.Fx
295platform, the default is actually 0 (which means
296that inline code generation is disabled by default). You must specify
297a non-zero value explicitly to override this default.
298.It Fl I
299Compile support for
300.Xr inetd 8
301in the server side stubs.
302Such servers can be self-started or can be started by

--- 211 unchanged lines hidden ---
295platform, the default is actually 0 (which means
296that inline code generation is disabled by default). You must specify
297a non-zero value explicitly to override this default.
298.It Fl I
299Compile support for
300.Xr inetd 8
301in the server side stubs.
302Such servers can be self-started or can be started by

--- 211 unchanged lines hidden ---