diff options
| author | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1998-08-29 08:32:32 +0000 |
| commit | ce83c69e00a77ed28196913aa6cd4d90b18a5a40 (patch) | |
| tree | 450c82d7051427c4a5591ae055ee20a914f89ff7 /lib/libc/sys/readlink.2 | |
| parent | ed88a6f1032cd4c9cfba1c0bd934bbe6bff8fc05 (diff) | |
first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.
Diffstat (limited to 'lib/libc/sys/readlink.2')
| -rw-r--r-- | lib/libc/sys/readlink.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2 index 30a0b7573fa..cc3a735f254 100644 --- a/lib/libc/sys/readlink.2 +++ b/lib/libc/sys/readlink.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: readlink.2,v 1.9 1998/03/27 13:02:21 kleink Exp $ +.\" $NetBSD: readlink.2,v 1.10 1998/08/29 08:32:40 lukem Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,14 +44,14 @@ .Ft int .Fn readlink "const char *path" "char *buf" "size_t bufsiz" .Sh DESCRIPTION -.Fn Readlink +.Fn readlink places the contents of the symbolic link .Fa path in the buffer .Fa buf , which has size .Fa bufsiz . -.Nm Readlink +.Fn readlink does not append a .Dv NUL character to @@ -62,7 +62,7 @@ if it succeeds, or a -1 if an error occurs, placing the error code in the global variable .Va errno . .Sh ERRORS -.Fn Readlink +.Fn readlink will fail if: .Bl -tag -width Er .It Bq Er ENOTDIR @@ -84,7 +84,7 @@ The named file is not a symbolic link. .It Bq Er EIO An I/O error occurred while reading from the file system. .It Bq Er EFAULT -.Fa Buf +.Fa buf extends outside the process's allocated address space. .El .Sh SEE ALSO |
