summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/realpath.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/realpath.3 b/src/lib/libc/stdlib/realpath.3
index fba88a6f6c..68ed088161 100644
--- a/src/lib/libc/stdlib/realpath.3
+++ b/src/lib/libc/stdlib/realpath.3
@@ -28,7 +28,7 @@
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE. 29.\" SUCH DAMAGE.
30.\" 30.\"
31.\" $OpenBSD: realpath.3,v 1.16 2011/07/24 21:03:00 miod Exp $ 31.\" $OpenBSD: realpath.3,v 1.17 2011/07/24 22:29:05 jmc Exp $
32.\" 32.\"
33.Dd $Mdocdate: July 24 2011 $ 33.Dd $Mdocdate: July 24 2011 $
34.Dt REALPATH 3 34.Dt REALPATH 3
@@ -83,7 +83,7 @@ If
83.Fa resolved 83.Fa resolved
84is 84is
85.Dv NULL 85.Dv NULL
86and no error occured, then 86and no error occurred, then
87.Fa realpath 87.Fa realpath
88returns a NUL-terminated string in a newly allocated buffer. 88returns a NUL-terminated string in a newly allocated buffer.
89If an error occurs, 89If an error occurs,