Date: Fri, 13 Jul 2001 02:06:00 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc.tmac groff_mdoc.man Message-ID: <200107130906.f6D960145968@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2001/07/13 02:06:00 PDT Modified files: (Branch: FSF) contrib/groff/tmac doc.tmac groff_mdoc.man Log: Import latest mdoc(7) fixes of mine. Fold -xwidth functionality into -width. .Bl now tests whether string immediately following a leading dot starts with a valid macro name. Added similar functionality to the -column list's column width specifiers. For example, the following now works as expected: .Bl -column ".Va hw.crusoe.percentage" ".Vt integer" "Changeable" .It Sy "Name\tType\tChangeable\tDescription" .It Va hw.crusoe.longrun Ta Vt integer Ta yes Ta "LongRun mode:" .It Ta Ta Ta "0: minimum frequency mode" .It Ta Ta Ta "1: power-saving mode" .It Ta Ta Ta "2: performance mode" .It Ta Ta Ta "3: maximum frequency mode" .It Va hw.crusoe.frequency Ta Vt integer Ta no Ta "Current frequency (MHz)." .It Va hw.crusoe.voltage Ta Vt integer Ta no Ta "Current voltage (mV)." .It Va hw.crusoe.percentage Ta Vt integer Ta no Ta "Processing performance (%)." .El This is especially useful for groff devices with variable width fonts, like -Tps or -TX100. Revision Changes Path 1.1.1.3 +99 -52 src/contrib/groff/tmac/doc.tmac 1.1.1.4 +70 -74 src/contrib/groff/tmac/groff_mdoc.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107130906.f6D960145968>