Re: svn commit: r225815 - head/usr.bin/fetch

2011-09-28 Thread Joerg Sonnenberger
On Wed, Sep 28, 2011 at 02:47:22PM +0200, Dag-Erling Smørgrav wrote: > > Maybe it would be nice if both files were UTF-8, but I'm not sure if > > manpages support that. > > They do. Not really. If it seems to work, it is by accident, not by design. Joerg _

Re: svn commit: r225815 - head/usr.bin/fetch

2011-09-28 Thread Dag-Erling Smørgrav
Dimitry Andric writes: > The first file is plain ASCII, and has character 0xf8 for the letter ø. Not plain ASCII, but ISO-8859-1. > The second file is UTF-8 without BOM, and uses 0xc3 0xb8 to represent > the same letter. > > Maybe it would be nice if both files were UTF-8, but I'm not sure if >

Re: svn commit: r225815 - head/usr.bin/fetch

2011-09-28 Thread Dimitry Andric
On 2011-09-28 01:11, Alexander Best wrote: On Tue Sep 27 11, Dag-Erling Smorgrav wrote: Author: des Date: Tue Sep 27 19:02:44 2011 New Revision: 225815 URL: http://svn.freebsd.org/changeset/base/225815 ... --- head/usr.bin/fetch/fetch.1 Tue Sep 27 18:57:26 2011(r225814) +++ head/usr.b

Re: svn commit: r225815 - head/usr.bin/fetch

2011-09-27 Thread Alexander Best
On Tue Sep 27 11, Dag-Erling Smorgrav wrote: > Author: des > Date: Tue Sep 27 19:02:44 2011 > New Revision: 225815 > URL: http://svn.freebsd.org/changeset/base/225815 > > Log: > Document the fact that passive mode is now the default. > Update copyright dates and strip my middle name. > > Modi