discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* .Fn _* issue
@ 2010-09-25  6:35 Jason McIntyre
  2010-09-25 15:23 ` Kristaps Dzonsons
  2010-09-25 21:38 ` Ingo Schwarze
  0 siblings, 2 replies; 10+ messages in thread
From: Jason McIntyre @ 2010-09-25  6:35 UTC (permalink / raw)
  To: discuss

hi. the source, from cacheflush(3):

	.Sh SYNOPSIS
	.In machine/sysarch.h
	.Ft int
	.Fn cacheflush "void *addr" "int nbytes" "int cache"
	.Ft int
	.Fn _flush_cache "char *addr" "int nbytes" "int cache"

formats as:

	SYNOPSIS
	     #include <machine/sysarch.h>

	     int
	     cacheflush(void *addr, int nbytes, int cache);

	     int
	     _flush_cache(char *addr, int nbytes, int cache); 

so the issue is the initial `_' in _flush_cache. it's formatted in a
different font to the rest of the function name (you can see this best
on a terminal).

this is a long standing bug that we always had in old groff, which
really annoyed me. new groff fixed it.

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

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

end of thread, other threads:[~2010-09-25 21:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-25  6:35 .Fn _* issue Jason McIntyre
2010-09-25 15:23 ` Kristaps Dzonsons
2010-09-25 15:35   ` Jason McIntyre
2010-09-25 15:45     ` Kristaps Dzonsons
2010-09-25 17:47       ` Jason McIntyre
2010-09-25 20:18         ` Kristaps Dzonsons
2010-09-25 21:25           ` Jason McIntyre
2010-09-25 21:29             ` Kristaps Dzonsons
2010-09-25 21:38 ` Ingo Schwarze
2010-09-25 21:43   ` Joerg Sonnenberger

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).