From b43b90887f3b9d2c29965f870f90ae22a8c39b03 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 20 Apr 2000 13:50:01 +0000 Subject: Flesh out stdlib function man pages. --- lib/libc/stdlib/realpath.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc/stdlib/realpath.3') diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 95c57b2e516..ffb763d475d 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.6 1999/07/02 16:57:49 aaron Exp $ +.\" $OpenBSD: realpath.3,v 1.7 2000/04/20 13:50:02 aaron Exp $ .\" .Dd February 16, 1994 .Dt REALPATH 3 @@ -56,8 +56,7 @@ and .Pa /../ in .Fa pathname , -and copies the resulting absolute pathname into -the memory referenced by +and copies the resulting absolute pathname into the memory referenced by .Fa resolvedname . The .Fa resolvedname @@ -101,7 +100,7 @@ for any of the errors specified for the library functions .Xr fchdir 2 , .Xr lstat 2 , .Xr open 2 , -.Xr readlink 2 +.Xr readlink 2 , and .Xr getcwd 3 . .Sh CAVEATS -- cgit v1.2.3-59-g8ed1b