summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <>2011-07-24 22:29:05 +0000
committerjmc <>2011-07-24 22:29:05 +0000
commitdf65e1e7298f644359a9e80e947e7d237c0479b8 (patch)
treee10a534eba544c9885fbf01597d3a12b95944630 /src/lib/libc/stdlib
parenta59b9ec989d0a105157ba611d9037c58cb91fbc5 (diff)
downloadopenbsd-df65e1e7298f644359a9e80e947e7d237c0479b8.tar.gz
openbsd-df65e1e7298f644359a9e80e947e7d237c0479b8.tar.bz2
openbsd-df65e1e7298f644359a9e80e947e7d237c0479b8.zip
occured -> occurred;
Diffstat (limited to 'src/lib/libc/stdlib')
-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,