svn commit: r282235 - head/share/doc/usd/06.bc

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 29 16:41:49 UTC 2015


Author: bapt
Date: Wed Apr 29 16:41:48 2015
New Revision: 282235
URL: https://svnweb.freebsd.org/changeset/base/282235

Log:
  Fix mis usage of ms(7) macros
  
  Submitted by:	heirloom doctools upstream

Modified:
  head/share/doc/usd/06.bc/bc

Modified: head/share/doc/usd/06.bc/bc
==============================================================================
--- head/share/doc/usd/06.bc/bc	Wed Apr 29 16:31:04 2015	(r282234)
+++ head/share/doc/usd/06.bc/bc	Wed Apr 29 16:41:48 2015	(r282235)
@@ -36,8 +36,8 @@
 .\"	@(#)bc	6.2 (Berkeley) 4/17/91
 .\"
 .if n \{\
-.po 5n
-.ll 70n
+.nr PO 5n
+.nr LL 70n
 .\}
 .EH 'USD:6-%''BC \- An Arbitrary Precision Desk-Calculator Language'
 .OH 'BC \- An Arbitrary Precision Desk-Calculator Language''USD:6-%'


More information about the svn-src-all mailing list