diff options
author | 2011-07-24 22:29:05 +0000 | |
---|---|---|
committer | 2011-07-24 22:29:05 +0000 | |
commit | 42048c16426be419a3f11ecf17b5365155e2e543 (patch) | |
tree | cb3ab9dd18a86fc55adaabb75e13e5f8cb7ce635 /lib/libc/stdlib/realpath.3 | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-42048c16426be419a3f11ecf17b5365155e2e543.tar.xz wireguard-openbsd-42048c16426be419a3f11ecf17b5365155e2e543.zip |
occured -> occurred;
Diffstat (limited to 'lib/libc/stdlib/realpath.3')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index fba88a6f6ca..68ed088161d 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.16 2011/07/24 21:03:00 miod Exp $ +.\" $OpenBSD: realpath.3,v 1.17 2011/07/24 22:29:05 jmc Exp $ .\" .Dd $Mdocdate: July 24 2011 $ .Dt REALPATH 3 @@ -83,7 +83,7 @@ If .Fa resolved is .Dv NULL -and no error occured, then +and no error occurred, then .Fa realpath returns a NUL-terminated string in a newly allocated buffer. If an error occurs, |