svn commit: r284057 - head/usr.bin/expand

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 6 11:58:20 UTC 2015


Author: bapt
Date: Sat Jun  6 11:58:19 2015
New Revision: 284057
URL: https://svnweb.freebsd.org/changeset/base/284057

Log:
  Fix history (appeared in 1BSD)
  
  Obtained from:	OpenBSD (by schwarze@)

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

Modified: head/usr.bin/expand/expand.1
==============================================================================
--- head/usr.bin/expand/expand.1	Sat Jun  6 11:55:35 2015	(r284056)
+++ head/usr.bin/expand/expand.1	Sat Jun  6 11:58:19 2015	(r284057)
@@ -28,7 +28,7 @@
 .\"	@(#)expand.1	8.1 (Berkeley) 6/9/93
 .\" $FreeBSD$
 .\"
-.Dd October 13, 2006
+.Dd June 6, 2015
 .Dt EXPAND 1
 .Os
 .Sh NAME
@@ -110,5 +110,5 @@ utilities conform to
 .Sh HISTORY
 The
 .Nm
-command appeared in
-.Bx 3.0 .
+utility first appeared in
+.Bx 1 .


More information about the svn-src-all mailing list