From a4336f357f9e30dffdfad4909b24bd2e82c096a2 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 20 Apr 2000 13:50:03 +0000 Subject: Flesh out stdlib function man pages. --- src/lib/libc/stdlib/realpath.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/realpath.3') diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3 index 95c57b2e51..ffb763d475 100644 --- a/src/lib/libc/stdlib/realpath.3 +++ b/src/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-55-g6feb