Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2001 03:03:06 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/groff/tmac tmac.doc
Message-ID:  <200102141103.f1EB38l86363@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/02/14 03:03:06 PST

  Modified files:
    contrib/groff/tmac   tmac.doc 
  Log:
  1.  Disable the recognition of the last dot character in the
  default .Ar argument as an end-of-sentence character.
  
  Example:
      .Ar
      foo
  Produced:
      file ...  foo
  Now produces:
      file ... foo
  
  2.  Fixed an off-by-one bug in the .It macro for the -hang lists.
  
  Example:
      .Bl -hang -width 8n -compact
      .It 1234
      OK
      .It 1234567
      OK
      .It 12345678
      BUG
      .El
  Produced:
       1234      OK
       1234567   OK
       12345678 BUG
  Now produces:
       1234      OK
       1234567   OK
       12345678  BUG
  
  Ported from:	mdocNG
  
  Revision  Changes    Path
  1.17      +6 -6      src/contrib/groff/tmac/tmac.doc



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?200102141103.f1EB38l86363>