discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* Fn issue
@ 2010-10-29 12:48 Jason McIntyre
  2010-10-29 13:07 ` Ingo Schwarze
  0 siblings, 1 reply; 2+ messages in thread
From: Jason McIntyre @ 2010-10-29 12:48 UTC (permalink / raw)
  To: discuss

hi. not sure if this is known or not (can;t see anything in the list
that suggests it is).

source, from rpc.3:

.Ft int
.Fn callrpc "char *host" "u_long prognum" "u_long versnum" "u_long procnum" "xdr proc_t inproc" "char *in" "xdrproc_t outproc" "char *out"

groff:
	int
	callrpc(char *host, u_long prognum, u_long versnum, u_long procnum,
	    xdrproc_t inproc, char *in, xdrproc_t outproc, char *out);

mandoc:
	int
	callrpc(char *host, u_long prognum, u_long versnum, u_long procnum,
	xdrproc_t inproc, char *in, xdrproc_t outproc, char *out);

i think the indentation in the groff formatting is nicer.

jmc
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fn issue
  2010-10-29 12:48 Fn issue Jason McIntyre
@ 2010-10-29 13:07 ` Ingo Schwarze
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Schwarze @ 2010-10-29 13:07 UTC (permalink / raw)
  To: discuss

Hi Jason,

Jason McIntyre wrote on Fri, Oct 29, 2010 at 01:48:33PM +0100:

> hi. not sure if this is known or not (can;t see anything in the list
> that suggests it is).

I remember having seen that issue, but apparently neglected to list it.

> source, from rpc.3:
> 
> .Ft int
> .Fn callrpc "char *host" "u_long prognum" "u_long versnum" "u_long procnum" "xdr proc_t inproc" "char *in" "xdrproc_t outproc" "char *out"
> 
> groff:
> 	int
> 	callrpc(char *host, u_long prognum, u_long versnum, u_long procnum,
> 	    xdrproc_t inproc, char *in, xdrproc_t outproc, char *out);
> 
> mandoc:
> 	int
> 	callrpc(char *host, u_long prognum, u_long versnum, u_long procnum,
> 	xdrproc_t inproc, char *in, xdrproc_t outproc, char *out);
> 
> i think the indentation in the groff formatting is nicer.

Indeed.

I have now added it to the list.

Thanks,
  Ingo
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-29 13:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-29 12:48 Fn issue Jason McIntyre
2010-10-29 13:07 ` Ingo Schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).