Browse Source

Various man page fixes and improvements from gluk@

OPENBSD_2_9
aaron 23 years ago
parent
commit
763678bdf1
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/lib/libc/stdlib/realpath.3

+ 4
- 4
src/lib/libc/stdlib/realpath.3 View File

@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: realpath.3,v 1.7 2000/04/20 13:50:02 aaron Exp $
.\" $OpenBSD: realpath.3,v 1.8 2001/04/23 15:30:25 aaron Exp $
.\" .\"
.Dd February 16, 1994 .Dd February 16, 1994
.Dt REALPATH 3 .Dt REALPATH 3
@ -80,14 +80,14 @@ is called.
The The
.Fn realpath .Fn realpath
function returns function returns
.Fa resolved_name
.Fa resolvedname
on success. on success.
If an error occurs, If an error occurs,
.Fn realpath .Fn realpath
returns returns
.Dv NULL , .Dv NULL ,
and and
.Fa resolved_name
.Fa resolvedname
contains the pathname which caused the problem. contains the pathname which caused the problem.
.Sh ERRORS .Sh ERRORS
The function The function
@ -112,7 +112,7 @@ The
version always returns absolute pathnames, version always returns absolute pathnames,
whereas the Solaris implementation will, whereas the Solaris implementation will,
under certain circumstances, return a relative under certain circumstances, return a relative
.Fa resolved_path
.Fa resolvedname
when given a relative when given a relative
.Fa pathname . .Fa pathname .
.Sh SEE ALSO .Sh SEE ALSO


Loading…
Cancel
Save