Module Name: src
Committed By: gutteridge
Date: Thu Nov 10 00:47:01 UTC 2022
Modified Files:
src/lib/libc/gen: closefrom.3
Log Message:
closefrom.3: add a history section
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/closefrom.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/closefrom.3
diff -u src/lib/libc/gen/closefrom.3:1.5 src/lib/libc/gen/closefrom.3:1.6
--- src/lib/libc/gen/closefrom.3:1.5 Tue Jun 1 16:12:51 2004
+++ src/lib/libc/gen/closefrom.3 Thu Nov 10 00:47:01 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: closefrom.3,v 1.5 2004/06/01 16:12:51 kleink Exp $
+.\" $NetBSD: closefrom.3,v 1.6 2022/11/10 00:47:01 gutteridge Exp $
.\" $OpenBSD: closefrom.2,v 1.2 2004/01/12 20:52:09 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst. All rights reserved.
@@ -23,7 +23,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.Dd June 1, 2004
+.Dd November 9, 2022
.Dt CLOSEFROM 3
.Os
.Sh NAME
@@ -59,3 +59,6 @@ An interrupt was received.
.El
.Sh SEE ALSO
.Xr close 2
+.Sh HISTORY
+This function first appeared in
+.Nx 3 .