From 60ffbc104f430bfb3b76d3edae242cab9cba8eef Mon Sep 17 00:00:00 2001 From: sevan Date: Sun, 1 Sep 2019 19:20:45 +0000 Subject: [PATCH] Document history https://www.bell-labs.com/usr/dmr/www/man21.pdf --- lib/libc/sys/close.2 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 6f89c576b78c..6d2842825b88 100644 --- a/lib/libc/sys/close.2 +++ b/lib/libc/sys/close.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: close.2,v 1.17 2004/06/01 16:14:10 kleink Exp $ +.\" $NetBSD: close.2,v 1.18 2019/09/01 19:20:45 sevan Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)close.2 8.2 (Berkeley) 4/19/94 .\" -.Dd April 19, 1994 +.Dd September 1, 2019 .Dt CLOSE 2 .Os .Sh NAME @@ -130,3 +130,8 @@ The .Fn close function conforms to .St -p1003.1-90 . +.Sh HISTORY +The +.Fn close +function appeared in +.At v1 .