diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-09-30 13:24:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-09-30 13:24:34 +0000 |
commit | c51dfbd9394874a42f11c3da23f6d2860649e0c9 (patch) | |
tree | 59405dd7c62301e678c2abe76a5f343beb15e13e /lib/libc | |
parent | 4f8538faf75ed9f162c517a578cbd07c7165d7c0 (diff) |
Make the HISTORY sections of the "intro" manuals less confusing and
more uniform; potential for confusion noticed by aalm@; OK jmc@.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index f7ea9b3882f..b2069bfba7d 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.67 2018/01/12 04:36:44 deraadt Exp $ +.\" $OpenBSD: intro.2,v 1.68 2018/09/30 13:24:33 schwarze Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: January 12 2018 $ +.Dd $Mdocdate: September 30 2018 $ .Dt INTRO 2 .Os .Sh NAME @@ -742,5 +742,5 @@ socket was created. .Sh HISTORY An .Nm -manual page appeared in +manual for section 2 first appeared in .At v6 . |