diff options
Diffstat (limited to 'lib/libc/gen/getcwd.3')
-rw-r--r-- | lib/libc/gen/getcwd.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index 1b8a09094c9..3563de9879a 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcwd.3,v 1.13 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getcwd.3,v 1.14 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt GETCWD 3 .Os .Sh NAME @@ -135,8 +135,12 @@ allocate memory as necessary is an extension. .Sh HISTORY The .Fn getwd -function appeared in -.Bx 4.0 . +function first appeared in +.Bx 4.0 , +and +.Fn getcwd +in +.Bx 4.3 Net2 . .Sh BUGS The .Fn getwd |