svn commit: r306974 - stable/10/bin/ed

Sevan Janiyan sevan at FreeBSD.org
Mon Oct 10 15:54:33 UTC 2016


Author: sevan (doc committer)
Date: Mon Oct 10 15:54:32 2016
New Revision: 306974
URL: https://svnweb.freebsd.org/changeset/base/306974

Log:
  MFC r306581:
  Use .At macro instead of specifying AT&T UNIX literaly.
  
  PR:             212034
  Approved by:    bcr (mentor)
  Differential Revision:  https://reviews.freebsd.org/D8114

Modified:
  stable/10/bin/ed/ed.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/ed/ed.1
==============================================================================
--- stable/10/bin/ed/ed.1	Mon Oct 10 15:53:56 2016	(r306973)
+++ stable/10/bin/ed/ed.1	Mon Oct 10 15:54:32 2016	(r306974)
@@ -1,5 +1,5 @@
 .\" $FreeBSD$
-.Dd July 3, 2004
+.Dd October 2, 2016
 .Dt ED 1
 .Os
 .Sh NAME
@@ -998,7 +998,7 @@ per line overhead: 4 ints
 An
 .Nm
 command appeared in
-Version 1 AT&T UNIX.
+.At v1 .
 .Sh BUGS
 The
 .Nm


More information about the svn-src-stable-10 mailing list