summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/realpath.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3
index ffb763d475..56fbea9ede 100644
--- a/src/lib/libc/stdlib/realpath.3
+++ b/src/lib/libc/stdlib/realpath.3
@@ -32,7 +32,7 @@
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE. 33.\" SUCH DAMAGE.
34.\" 34.\"
35.\" $OpenBSD: realpath.3,v 1.7 2000/04/20 13:50:02 aaron Exp $ 35.\" $OpenBSD: realpath.3,v 1.8 2001/04/23 15:30:25 aaron Exp $
36.\" 36.\"
37.Dd February 16, 1994 37.Dd February 16, 1994
38.Dt REALPATH 3 38.Dt REALPATH 3
@@ -80,14 +80,14 @@ is called.
80The 80The
81.Fn realpath 81.Fn realpath
82function returns 82function returns
83.Fa resolved_name 83.Fa resolvedname
84on success. 84on success.
85If an error occurs, 85If an error occurs,
86.Fn realpath 86.Fn realpath
87returns 87returns
88.Dv NULL , 88.Dv NULL ,
89and 89and
90.Fa resolved_name 90.Fa resolvedname
91contains the pathname which caused the problem. 91contains the pathname which caused the problem.
92.Sh ERRORS 92.Sh ERRORS
93The function 93The function
@@ -112,7 +112,7 @@ The
112version always returns absolute pathnames, 112version always returns absolute pathnames,
113whereas the Solaris implementation will, 113whereas the Solaris implementation will,
114under certain circumstances, return a relative 114under certain circumstances, return a relative
115.Fa resolved_path 115.Fa resolvedname
116when given a relative 116when given a relative
117.Fa pathname . 117.Fa pathname .
118.Sh SEE ALSO 118.Sh SEE ALSO