summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2011-01-25man: Use \fI & \fR instead of .I for strings longer than Solaris can handleAlan Coopersmith1-2/+2
The nroff .I macro on Solaris was truncating these strings when displayed using the "man" command Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-20luit.man: remove trailing whitespaceGaetan Nadon1-3/+3
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-08-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-0/+281
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Use the appropriate platform version of sed Signed-off-by: Gaetan Nadon <memsize@videotron.ca>