diff options
author | jmc <> | 2011-07-24 22:29:05 +0000 |
---|---|---|
committer | jmc <> | 2011-07-24 22:29:05 +0000 |
commit | 3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c (patch) | |
tree | e10a534eba544c9885fbf01597d3a12b95944630 /src | |
parent | b4176721a77a9f8167bb2d29bd3992009a4cb8a3 (diff) | |
download | openbsd-3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c.tar.gz openbsd-3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c.tar.bz2 openbsd-3ad0ccfe078fe407c711a9d1fb21b9b79aa67f2c.zip |
occured -> occurred;
Diffstat (limited to 'src')
-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, |