Document history

https://www.bell-labs.com/usr/dmr/www/man21.pdf
This commit is contained in:
sevan 2019-09-01 19:52:32 +00:00
parent da65270b52
commit 5ae2aa4a54
2 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: link.2,v 1.32 2013/07/28 18:40:40 njoly Exp $
.\" $NetBSD: link.2,v 1.33 2019/09/01 19:52:32 sevan Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 2011
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
.\"
.Dd July 28, 2013
.Dd September 1, 2019
.Dt LINK 2
.Os
.Sh NAME
@ -240,3 +240,8 @@ function conforms to
.Fn linkat
conforms to
.St -p1003.1-2008 .
.Sh HISTORY
The
.Fn link
function appeared in
.At v1 .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mkdir.2,v 1.29 2013/10/15 11:43:21 njoly Exp $
.\" $NetBSD: mkdir.2,v 1.30 2019/09/01 19:54:04 sevan Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)mkdir.2 8.2 (Berkeley) 12/11/93
.\"
.Dd July 28, 2013
.Dd September 1, 2019
.Dt MKDIR 2
.Os
.Sh NAME
@ -159,3 +159,8 @@ function conforms to
.Fn mkdirat
conforms to
.St -p1003.1-2008 .
.Sh HISTORY
The
.Fn mkdir
function appeared in
.At v1 .