Re: svn commit: r218650 - head/games/fortune/datfiles

2011-02-21 Thread Tom Rhodes
une and your email will cause wide spread whining, crying, or panic which may or may not result in a lecture about how someone else is morally superior to yourself. By integrating this program into your email client, you are accepting the risk of not being pc-enough for your peers (ones that you wo

Re: svn commit: r218650 - head/games/fortune/datfiles

2011-02-22 Thread Tom Rhodes
On Mon, 21 Feb 2011 12:12:18 -0800 Garrett Cooper wrote: > On Mon, Feb 21, 2011 at 8:14 AM, Tom Rhodes wrote: > > On Sat, 19 Feb 2011 15:27:12 -0800 > > Doug Barton wrote: > > > >> On 02/19/2011 15:12, Carlos A. M. dos Santos wrote: > >> > On Sat,

svn commit: r344665 - head/sbin/ipfw

2019-02-28 Thread Tom Rhodes
Author: trhodes (doc committer) Date: Thu Feb 28 20:43:03 2019 New Revision: 344665 URL: https://svnweb.freebsd.org/changeset/base/344665 Log: Grammar tweaks in ipfw manual page. Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8 =

svn commit: r266586 - head/sbin/fsck

2014-05-23 Thread Tom Rhodes
Author: trhodes Date: Fri May 23 14:32:57 2014 New Revision: 266586 URL: http://svnweb.freebsd.org/changeset/base/266586 Log: If called without -T or -t, fsck attempts to detect the file system type. If this fails, fsck will fail with "unknown file system type" message. PR: 1

svn commit: r258355 - head/usr.sbin/bsdconfig/networking/share

2013-11-19 Thread Tom Rhodes
Author: trhodes Date: Tue Nov 19 19:55:41 2013 New Revision: 258355 URL: http://svnweb.freebsd.org/changeset/base/258355 Log: "Tim trailing" -> "Trim trailing" Modified: head/usr.sbin/bsdconfig/networking/share/device.subr Modified: head/usr.sbin/bsdconfig/networking/share/device.subr ==

svn commit: r258955 - head/usr.bin/script

2013-12-04 Thread Tom Rhodes
Author: trhodes Date: Thu Dec 5 01:44:24 2013 New Revision: 258955 URL: http://svnweb.freebsd.org/changeset/base/258955 Log: Add -F to flush output after each write. With this, I can set up a pipe and allow a jr user to watch what I'm doing by running 'script -F pipefile' on it. While

Re: svn commit: r259058 - head/usr.bin/bc

2013-12-07 Thread Tom Rhodes
this change goes in the wrong direction. > > We should instead document -q as a compatibility option. > Undocumented flags, even as NOPS, are bugs. It should be documented as a do-nothing option. -- Tom Rhodes ___ svn-src-head@freebsd.org mail

svn commit: r236854 - head/share/man/man4

2012-06-10 Thread Tom Rhodes
Author: trhodes Date: Sun Jun 10 15:56:49 2012 New Revision: 236854 URL: http://svn.freebsd.org/changeset/base/236854 Log: "on the their types." -> "on their types." Modified: head/share/man/man4/mac_lomac.4 Modified: head/share/man/man4/mac_lomac.4 ==

svn commit: r240176 - head/lib/libc/gen

2012-09-06 Thread Tom Rhodes
Author: trhodes Date: Thu Sep 6 20:15:44 2012 New Revision: 240176 URL: http://svn.freebsd.org/changeset/base/240176 Log: Avoid segfault if name is invalid. Basically, only check for CTL_USER if the sysctl fails with ENOENT. PR: 169056 Reviewed by: jhb Modified: head/lib