diff options
Diffstat (limited to 'lib/libc/gen/getcwd.3')
-rw-r--r-- | lib/libc/gen/getcwd.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index bce6f4a225f..392c8c990ec 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcwd.3,v 1.15 2013/09/30 12:02:33 millert Exp $ +.\" $OpenBSD: getcwd.3,v 1.16 2014/01/21 03:15:45 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 30 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETCWD 3 .Os .Sh NAME @@ -71,7 +71,7 @@ argument and a size of .Dv PATH_MAX (as defined in the include file -.Aq Pa limits.h ) . +.In limits.h ) . Obviously, .Fa buf should be at least |