diff options
author | 1996-12-11 23:09:53 +0000 | |
---|---|---|
committer | 1996-12-11 23:09:53 +0000 | |
commit | 937e75d54f2ce65c80c9926c56f50b7c51205fe1 (patch) | |
tree | 4d10f52ce254d994146f72a5dec07eed59922eca /lib/libc | |
parent | Correct include paths (diff) | |
download | wireguard-openbsd-937e75d54f2ce65c80c9926c56f50b7c51205fe1.tar.xz wireguard-openbsd-937e75d54f2ce65c80c9926c56f50b7c51205fe1.zip |
Fix typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/system.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3 index 2cfed31baae..985adb07de0 100644 --- a/lib/libc/stdlib/system.3 +++ b/lib/libc/stdlib/system.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: system.3,v 1.4 1996/08/19 08:33:53 tholo Exp $ +.\" $OpenBSD: system.3,v 1.5 1996/12/11 23:09:53 tholo Exp $ .\" .Dd June 29, 1991 .Dt SYSTEM 3 @@ -95,4 +95,4 @@ function conforms to .St -ansiC and -.St -1003.2-92 . +.St -p1003.2-92 . |