summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/realpath.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/realpath.3')
-rw-r--r--src/lib/libc/stdlib/realpath.37
1 files changed, 3 insertions, 4 deletions
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 @@
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.6 1999/07/02 16:57:49 aaron Exp $ 35.\" $OpenBSD: realpath.3,v 1.7 2000/04/20 13:50:02 aaron Exp $
36.\" 36.\"
37.Dd February 16, 1994 37.Dd February 16, 1994
38.Dt REALPATH 3 38.Dt REALPATH 3
@@ -56,8 +56,7 @@ and
56.Pa /../ 56.Pa /../
57in 57in
58.Fa pathname , 58.Fa pathname ,
59and copies the resulting absolute pathname into 59and copies the resulting absolute pathname into the memory referenced by
60the memory referenced by
61.Fa resolvedname . 60.Fa resolvedname .
62The 61The
63.Fa resolvedname 62.Fa resolvedname
@@ -101,7 +100,7 @@ for any of the errors specified for the library functions
101.Xr fchdir 2 , 100.Xr fchdir 2 ,
102.Xr lstat 2 , 101.Xr lstat 2 ,
103.Xr open 2 , 102.Xr open 2 ,
104.Xr readlink 2 103.Xr readlink 2 ,
105and 104and
106.Xr getcwd 3 . 105.Xr getcwd 3 .
107.Sh CAVEATS 106.Sh CAVEATS