aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getcwd.3
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-05-23 01:05:25 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-05-23 01:05:25 +0000
commit712dc76e87bd7bbeb3f781e690886b69a1f9c5ca (patch)
tree20c0191307a05862d54f0d7211d2ee3ad63fa87a /lib/libc/gen/getcwd.3
parent0a47b48b9f61ddbac24f3f22e1f266acdd493080 (diff)
downloadsrc-712dc76e87bd7bbeb3f781e690886b69a1f9c5ca.tar.gz
src-712dc76e87bd7bbeb3f781e690886b69a1f9c5ca.zip
Fixed various problems: typos, grammer, missing include files
wrong function type declarations, and wrong argument type declarations.
Notes
Notes: svn path=/head/; revision=15874
Diffstat (limited to 'lib/libc/gen/getcwd.3')
-rw-r--r--lib/libc/gen/getcwd.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index 8740a75986a0..8b385be52957 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -35,7 +35,8 @@
.Dt GETCWD 3
.Os BSD 4.2
.Sh NAME
-.Nm getcwd
+.Nm getcwd ,
+.Nm getwd
.Nd get working directory pathname
.Sh SYNOPSIS
.Fd #include <unistd.h>