svn commit: r351811 - in head: lib/libc/compat-43 usr.bin/dc usr.bin/sort

Sevan Janiyan sevan at FreeBSD.org
Wed Sep 4 13:44:47 UTC 2019


Author: sevan (doc committer)
Date: Wed Sep  4 13:44:46 2019
New Revision: 351811
URL: https://svnweb.freebsd.org/changeset/base/351811

Log:
  Adjust history, info source from v1's manuals
  https://www.bell-labs.com/usr/dmr/www/1stEdman.html
  
  MFC after:	5 days

Modified:
  head/lib/libc/compat-43/creat.2
  head/usr.bin/dc/dc.1
  head/usr.bin/sort/sort.1.in

Modified: head/lib/libc/compat-43/creat.2
==============================================================================
--- head/lib/libc/compat-43/creat.2	Wed Sep  4 13:26:59 2019	(r351810)
+++ head/lib/libc/compat-43/creat.2	Wed Sep  4 13:44:46 2019	(r351811)
@@ -28,7 +28,7 @@
 .\"     @(#)creat.2	8.1 (Berkeley) 6/2/93
 .\" $FreeBSD$
 .\"
-.Dd June 2, 1993
+.Dd September 4, 2019
 .Dt CREAT 2
 .Os
 .Sh NAME
@@ -59,4 +59,4 @@ open(path, O_CREAT | O_TRUNC | O_WRONLY, mode);
 The
 .Fn creat
 function appeared in
-.At v6 .
+.At v1 .

Modified: head/usr.bin/dc/dc.1
==============================================================================
--- head/usr.bin/dc/dc.1	Wed Sep  4 13:26:59 2019	(r351810)
+++ head/usr.bin/dc/dc.1	Wed Sep  4 13:44:46 2019	(r351811)
@@ -35,7 +35,7 @@
 .\"
 .\"	@(#)dc.1	8.1 (Berkeley) 6/6/93
 .\"
-.Dd December 5, 2017
+.Dd September 4, 2019
 .Dt DC 1
 .Os
 .Sh NAME
@@ -537,7 +537,7 @@ specification.
 The
 .Nm
 command first appeared in
-.At v6 .
+.At v1 .
 A complete rewrite of the
 .Nm
 command using the

Modified: head/usr.bin/sort/sort.1.in
==============================================================================
--- head/usr.bin/sort/sort.1.in	Wed Sep  4 13:26:59 2019	(r351810)
+++ head/usr.bin/sort/sort.1.in	Wed Sep  4 13:44:46 2019	(r351811)
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)sort.1	8.1 (Berkeley) 6/6/93
 .\"
-.Dd March 19, 2015
+.Dd September 4, 2019
 .Dt SORT 1
 .Os
 .Sh NAME
@@ -607,7 +607,7 @@ and are still supported but their use is highly discou
 A
 .Nm
 command first appeared in
-.At v3 .
+.At v1 .
 .Sh AUTHORS
 .An Gabor Kovesdan Aq Mt gabor at FreeBSD.org ,
 .Pp


More information about the svn-src-head mailing list