Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2010 22:47:08 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216219 - head/usr.bin/stat
Message-ID:  <201012052247.oB5Ml8EK011647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Sun Dec  5 22:47:08 2010
New Revision: 216219
URL: http://svn.freebsd.org/changeset/base/216219

Log:
  Bring in the change from NetBSD 1.28:
  
  "\\ -> \e"
  
  Obtained from:	joerg@NetBSD.org
  
  Bump .Dd because we're now up to date with the latest NetBSD version

Modified:
  head/usr.bin/stat/stat.1

Modified: head/usr.bin/stat/stat.1
==============================================================================
--- head/usr.bin/stat/stat.1	Sun Dec  5 22:41:58 2010	(r216218)
+++ head/usr.bin/stat/stat.1	Sun Dec  5 22:47:08 2010	(r216219)
@@ -1,4 +1,4 @@
-.\"	$NetBSD: stat.1,v 1.27 2010/03/11 21:37:01 enami Exp $
+.\"	$NetBSD: stat.1,v 1.28 2010/04/05 21:25:01 joerg Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 24, 2010
+.Dd December 5, 2010
 .Dt STAT 1
 .Os
 .Sh NAME
@@ -473,7 +473,7 @@ which default to
 .Ex -std stat readlink
 .Sh EXAMPLES
 If no options are specified, the default format is
-"%d %i %Sp %l %Su %Sg %r %z \\"%Sa\\" \\"%Sm\\" \\"%Sc\\" \\"%SB\\" %k %b %#Xf %N".
+"%d %i %Sp %l %Su %Sg %r %z \e"%Sa\e" \e"%Sm\e" \e"%Sc\e" \e"%SB\e" %k %b %#Xf %N".
 .Bd -literal -offset indent
 \*[Gt] stat /tmp/bar
 0 78852 -rw-r--r-- 1 root wheel 0 0 "Jul  8 10:26:03 2004" "Jul  8 10:26:03 2004" "Jul  8 10:28:13 2004" "Jan  1 09:00:00 1970" 16384 0 0 /tmp/bar



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