This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING][PATCH][BZ #15825] Document rpcgen -5


On 10/21/2013 09:04 AM, OndÅej BÃlka wrote:
> ping
> On Mon, Oct 14, 2013 at 07:44:00PM +0200, OndÅej BÃlka wrote:
>> Hi,
>> next of simple issue from bugzilla is documentation of rpcgen -5. 
>> I tried to formulate it similar as -b option, any better formulation?
>>

Don't forget to add the [BZ #15825] to the ChangeLog.

>> 	* sunrpc/rpc_main.c (options_usage): Print -5 --help --version
>> 	description.
>>
>> diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
>> index 0223c9a..0a51e2c 100644
>> --- a/sunrpc/rpc_main.c
>> +++ b/sunrpc/rpc_main.c
>> @@ -1442,6 +1442,9 @@ options_usage (FILE *stream, int status)
>>    f_print (stream, _("-t\t\tgenerate RPC dispatch table\n"));
>>    f_print (stream, _("-T\t\tgenerate code to support RPC dispatch tables\n"));
>>    f_print (stream, _("-Y path\t\tdirectory name to find C preprocessor (cpp)\n"));
>> +  f_print (stream, _("-5\t\tSysVr4 compatibility mode\n"));
>> +  f_print (stream, _("--help\t\tgive this help list\n"));
>> +  f_print (stream, _("--version\tprint program version\n"));
>>  
>>    f_print (stream, _("\n\
>>  For bug reporting instructions, please see:\n\
> 

Looks fine.

Thanks,
Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 NÃrnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix ImendÃrffer,HRB16746 (AG NÃrnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]