Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 16:57:14 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r313167 - stable/11/bin/dd
Message-ID:  <201702031657.v13GvEWV081780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer)
Date: Fri Feb  3 16:57:14 2017
New Revision: 313167
URL: https://svnweb.freebsd.org/changeset/base/313167

Log:
  Add history section for dd(1)
  First version of UNIX to include dd found using TUHS
  http://minnie.tuhs.org/cgi-bin/utree.pl?file=V5/usr/source/s1/dd.c
  
  PR:		211777
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8104

Modified:
  stable/11/bin/dd/dd.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/bin/dd/dd.1
==============================================================================
--- stable/11/bin/dd/dd.1	Fri Feb  3 16:39:10 2017	(r313166)
+++ stable/11/bin/dd/dd.1	Fri Feb  3 16:57:14 2017	(r313167)
@@ -32,7 +32,7 @@
 .\"     @(#)dd.1	8.2 (Berkeley) 1/13/94
 .\" $FreeBSD$
 .\"
-.Dd February 28, 2016
+.Dd October 5, 2016
 .Dt DD 1
 .Os
 .Sh NAME
@@ -447,6 +447,11 @@ and
 values are extensions to the
 .Tn POSIX
 standard.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v5 .
 .Sh BUGS
 Protection mechanisms in the
 .Xr geom 4



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