svn commit: r282323 - head

Baptiste Daroussin bapt at FreeBSD.org
Fri May 1 21:26:41 UTC 2015


Author: bapt
Date: Fri May  1 21:26:40 2015
New Revision: 282323
URL: https://svnweb.freebsd.org/changeset/base/282323

Log:
  Add a note about the replacement of GNU groff's soelim(1)

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Fri May  1 20:40:48 2015	(r282322)
+++ head/UPDATING	Fri May  1 21:26:40 2015	(r282323)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20150501:
+	soelim(1) from gnu/usr.bin/groff has been replaced by usr.bin/soelim.
+	If you need the GNU extension from groff soelim(1), install groff
+	from package: pkg install groff, or via ports: textproc/groff.
+
 20150423:
 	chmod, chflags, chown and chgrp now affect symlinks in -R mode as
 	defined in symlink(7); previously symlinks were silently ignored.


More information about the svn-src-head mailing list