diff options
-rw-r--r-- | src/lib/libc/stdlib/realpath.3 | 4 |
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 |
84 | is | 84 | is |
85 | .Dv NULL | 85 | .Dv NULL |
86 | and no error occured, then | 86 | and no error occurred, then |
87 | .Fa realpath | 87 | .Fa realpath |
88 | returns a NUL-terminated string in a newly allocated buffer. | 88 | returns a NUL-terminated string in a newly allocated buffer. |
89 | If an error occurs, | 89 | If an error occurs, |