From owner-svn-src-head@freebsd.org Wed Sep 4 13:44:47 2019 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9C6EF22DA; Wed, 4 Sep 2019 13:44:47 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46NlRz4qV2z4K5n; Wed, 4 Sep 2019 13:44:47 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A3EF1C6CF; Wed, 4 Sep 2019 13:44:47 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x84Diltv017088; Wed, 4 Sep 2019 13:44:47 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x84DikJl017085; Wed, 4 Sep 2019 13:44:46 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201909041344.x84DikJl017085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Wed, 4 Sep 2019 13:44:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r351811 - in head: lib/libc/compat-43 usr.bin/dc usr.bin/sort X-SVN-Group: head X-SVN-Commit-Author: sevan X-SVN-Commit-Paths: in head: lib/libc/compat-43 usr.bin/dc usr.bin/sort X-SVN-Commit-Revision: 351811 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2019 13:44:47 -0000 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@FreeBSD.org , .Pp