summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getcwd.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index 153ddc8929b..f6664bed091 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcwd.3,v 1.17 2017/09/10 16:30:26 schwarze Exp $
+.\" $OpenBSD: getcwd.3,v 1.18 2019/06/28 12:56:04 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: September 10 2017 $
+.Dd $Mdocdate: June 28 2019 $
.Dt GETCWD 3
.Os
.Sh NAME
@@ -121,7 +121,6 @@ plus 1.
.Sh SEE ALSO
.Xr pwd 1 ,
.Xr chdir 2 ,
-.Xr fchdir 2 ,
.Xr malloc 3 ,
.Xr strerror 3
.Sh STANDARDS