manual page first distributed with 4.2BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 16 May 1985 07:18:51 +0000 (23:18 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 16 May 1985 07:18:51 +0000 (23:18 -0800)
SCCS-vsn: share/man/man3f/getcwd.3 5.1

usr/src/share/man/man3f/getcwd.3 [new file with mode: 0644]

diff --git a/usr/src/share/man/man3f/getcwd.3 b/usr/src/share/man/man3f/getcwd.3
new file mode 100644 (file)
index 0000000..01e98ec
--- /dev/null
@@ -0,0 +1,27 @@
+.\" Copyright (c) 1983 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"    @(#)getcwd.3    5.1 (Berkeley) %G%
+.\"
+.TH GETCWD 3F "18 July 1983"
+.UC 5
+.SH NAME
+getcwd \- get pathname of current working directory
+.SH SYNOPSIS
+.B integer function getcwd (dirname)
+.br
+.B character*(*) dirname
+.SH DESCRIPTION
+The pathname of the default directory for creating and locating files
+will be returned in
+.I dirname.
+The value of the function will be zero if successful; an error code otherwise.
+.SH FILES
+.ie \nM /usr/ucb/lib/libU77.a
+.el /usr/lib/libU77.a
+.SH "SEE ALSO"
+chdir(3F), perror(3F)
+.SH BUGS
+Pathnames can be no longer than MAXPATHLEN as defined in
+.RI < sys/param.h >.