Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2011 19:47:34 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/man man.sh
Message-ID:  <201105011947.p41JlsBx060512@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
uqs         2011-05-01 19:47:34 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/man          man.sh 
  Log:
  SVN rev 221303 on 2011-05-01 19:47:34Z by uqs
  
  Let users' PATH decide which groff suite to pick up.
  
  Let groff pass the -c flag to grotty, which will turn off ANSI
  sequences. While these are not a problem for our more/less, they get
  mangled by col(1) and this will result in garbage output.
  
  This makes man(1) work together with textproc/groff, in case the
  user decided to delete the old groff from base (-DWITHOUT_GROFF).
  
  Revision  Changes    Path
  1.9       +9 -7      src/usr.bin/man/man.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105011947.p41JlsBx060512>