svn commit: r206118 - head/usr.sbin/mtree
Garrett Cooper
yanefbsd at gmail.com
Sat Apr 3 01:24:50 UTC 2010
On Fri, Apr 2, 2010 at 5:47 PM, Yar Tikhiy <yar at freebsd.org> wrote:
> Author: yar
> Date: Sat Apr 3 00:47:48 2010
> New Revision: 206118
> URL: http://svn.freebsd.org/changeset/base/206118
>
> Log:
> Keep the list of default keywords sorted so that paranoid folks like me
> don't try to find a hidden meaning in the strange order. The list used
> to be sorted in rev. 1.1 from 4.4BSD but the order was broken as soon as
> in rev. 1.2 by a single-character fix.
>
> MFC after: 3 days
>
> Modified:
> head/usr.sbin/mtree/mtree.8
>
> Modified: head/usr.sbin/mtree/mtree.8
> ==============================================================================
> --- head/usr.sbin/mtree/mtree.8 Fri Apr 2 23:04:31 2010 (r206117)
> +++ head/usr.sbin/mtree/mtree.8 Sat Apr 3 00:47:48 2010 (r206118)
> @@ -257,10 +257,10 @@ socket
> The default set of keywords are
> .Cm flags ,
> .Cm gid ,
> +.Cm link ,
> .Cm mode ,
> .Cm nlink ,
> .Cm size ,
> -.Cm link ,
> .Cm time ,
> and
> .Cm uid .
Hi Yar,
Since this manpage has been modified, is there any way that you
(or someone else on the doc team) can look at the following PR?
- http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/144408 - [patch]
update makefs(8) (remove device option)
Thanks,
-Garrett
More information about the freebsd-doc
mailing list