diff options
author | 2005-07-26 04:13:18 +0000 | |
---|---|---|
committer | 2005-07-26 04:13:18 +0000 | |
commit | 46ffa9e58b151148057840231e55229ac8cf3c37 (patch) | |
tree | bba2704dba92b748a85446e5565dc5f9f2c45f1c /lib/libc | |
parent | - typos, punctuation, spacing, macro, layout, etc. fixes (diff) | |
download | wireguard-openbsd-46ffa9e58b151148057840231e55229ac8cf3c37.tar.xz wireguard-openbsd-46ffa9e58b151148057840231e55229ac8cf3c37.zip |
note when these first appeared; ok jmc
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/insque.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/insque.3 b/lib/libc/stdlib/insque.3 index 14f8fdfe5aa..33b193ca807 100644 --- a/lib/libc/stdlib/insque.3 +++ b/lib/libc/stdlib/insque.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: insque.3,v 1.4 2005/07/07 07:48:59 jmc Exp $ +.\" $OpenBSD: insque.3,v 1.5 2005/07/26 04:13:18 jaredy Exp $ .\" Copyright (c) 1993 John Brezak .\" All rights reserved. .\" @@ -98,3 +98,5 @@ and .Fn remque functions are derived from the insque and remque instructions on a .Tn VAX . +They first appeared in +.Bx 4.2 . |