- Refer the argument with correct name.

- Mark up the function as a function like rest of this paragraph does.
This commit is contained in:
enami 2013-03-05 03:11:27 +00:00
parent e2a59201c6
commit de0e018a8c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: realpath.3,v 1.15 2013/03/05 02:46:33 soda Exp $ .\" $NetBSD: realpath.3,v 1.16 2013/03/05 03:11:27 enami Exp $
.\" .\"
.\" Copyright (c) 1994 .\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -75,7 +75,7 @@ and return the absolute pathname corresponding to
.Fa pathname . .Fa pathname .
.Sh RETURN VALUES .Sh RETURN VALUES
If If
.Fa resolvednamed .Fa resolvedname
is is
.Dv NULL , .Dv NULL ,
it will be allocated and the returned pointer can be deallocated using it will be allocated and the returned pointer can be deallocated using
@ -92,7 +92,7 @@ returns
and and
.Fa resolvedname .Fa resolvedname
was not allocated by was not allocated by
.Nm , .Fn realpath ,
it will contain the pathname which caused the problem. it will contain the pathname which caused the problem.
.Sh ERRORS .Sh ERRORS
The function The function