diff options
author | 2003-07-02 20:44:46 +0000 | |
---|---|---|
committer | 2003-07-02 20:44:46 +0000 | |
commit | 8f4b076d8354e0e3fe63d9baae76a88964b33189 (patch) | |
tree | a604ae7b483ef6ad955d8839acb8fa1fd648fc27 | |
parent | convert hostkeyalias to lowercase, otherwise uppercase aliases will (diff) | |
download | wireguard-openbsd-8f4b076d8354e0e3fe63d9baae76a88964b33189.tar.xz wireguard-openbsd-8f4b076d8354e0e3fe63d9baae76a88964b33189.zip |
nonstandard->non-standard
jmc@ ok
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 3f0996d4159..d13e612409a 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.32 2003/07/02 06:36:38 pvalchev Exp $ +.\" $OpenBSD: mktemp.3,v 1.33 2003/07/02 20:44:46 avsm Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -305,4 +305,4 @@ The .Fn mkdtemp and .Fn mkstemps -functions are nonstandard and should not be used if portability is required. +functions are non-standard and should not be used if portability is required. |