diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-10-17 22:47:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-10-17 22:47:59 +0000 |
commit | df40889f135cc2cb5f4baca47cff8010e0eba8ea (patch) | |
tree | 1c2155866d2d231cea3c45e54c3ebf1bba26e976 /lib/libc | |
parent | 2cd82307df345605f9b88ac275f9ab0d3b3438c7 (diff) |
add missing HISTORY; based on CVS logs and release announcements
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getpwnam.3 | 17 | ||||
-rw-r--r-- | lib/libc/gen/posix_spawn.3 | 9 | ||||
-rw-r--r-- | lib/libc/stdio/getdelim.3 | 9 | ||||
-rw-r--r-- | lib/libc/termios/tcgetsid.3 | 9 |
4 files changed, 32 insertions, 12 deletions
diff --git a/lib/libc/gen/getpwnam.3 b/lib/libc/gen/getpwnam.3 index 21e7884ce6d..8d22c69058c 100644 --- a/lib/libc/gen/getpwnam.3 +++ b/lib/libc/gen/getpwnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwnam.3,v 1.11 2016/08/14 14:57:16 tb Exp $ +.\" $OpenBSD: getpwnam.3,v 1.12 2017/10/17 22:47:58 schwarze Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 14 2016 $ +.Dd $Mdocdate: October 17 2017 $ .Dt GETPWNAM 3 .Os .Sh NAME @@ -269,11 +269,16 @@ The and .Fn getpwuid functions appeared in -.At v7 . -The +.At v7 , .Fn setpassent -function appeared in -.Bx 4.3 Reno . +in +.Bx 4.3 Reno , +and +.Fn getpwnam_shadow +and +.Fn getpwuid_shadow +in +.Ox 5.9 . .Sh BUGS The .Fn getpwnam diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3 index a22c7080391..8ba461d735b 100644 --- a/lib/libc/gen/posix_spawn.3 +++ b/lib/libc/gen/posix_spawn.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: posix_spawn.3,v 1.8 2015/02/05 02:33:09 schwarze Exp $ +.\" $OpenBSD: posix_spawn.3,v 1.9 2017/10/17 22:47:58 schwarze Exp $ .\" .\" Copyright (c) 2012 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 5 2015 $ +.Dd $Mdocdate: October 17 2017 $ .Dt POSIX_SPAWN 3 .Os .Sh NAME @@ -122,5 +122,10 @@ with exit status 127. .Sh STANDARDS Both functions conform to .St -p1003.1-2001 . +.Sh HISTORY +These functions were ported from +.Fx +to +.Ox 5.2 . .Sh AUTHORS .An \&Ed Shouten Aq Mt ed@FreeBSD.org diff --git a/lib/libc/stdio/getdelim.3 b/lib/libc/stdio/getdelim.3 index 8ef2dca89d5..d69ba15fc6a 100644 --- a/lib/libc/stdio/getdelim.3 +++ b/lib/libc/stdio/getdelim.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdelim.3,v 1.5 2017/07/22 13:22:32 anton Exp $ +.\" $OpenBSD: getdelim.3,v 1.6 2017/10/17 22:47:58 schwarze Exp $ .\" $NetBSD: getdelim.3,v 1.9 2011/04/20 23:37:51 enami Exp $ .\" .\" Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 22 2017 $ +.Dd $Mdocdate: October 17 2017 $ .Dt GETDELIM 3 .Os .Sh NAME @@ -163,3 +163,8 @@ and .Fn getline functions conform to .St -p1003.1-2008 . +.Sh HISTORY +These functions were ported from +.Nx +to +.Ox 5.2 . diff --git a/lib/libc/termios/tcgetsid.3 b/lib/libc/termios/tcgetsid.3 index a5206c90d6f..5d528a16c6f 100644 --- a/lib/libc/termios/tcgetsid.3 +++ b/lib/libc/termios/tcgetsid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcgetsid.3,v 1.1 2013/12/17 16:31:36 millert Exp $ +.\" $OpenBSD: tcgetsid.3,v 1.2 2017/10/17 22:47:58 schwarze Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 17 2013 $ +.Dd $Mdocdate: October 17 2017 $ .Dt TCGETSID 3 .Os .Sh NAME @@ -70,3 +70,8 @@ The function is expected to be compliant with the .St -p1003.1-2008 specification. +.Sh HISTORY +The +.Fn tcgetsid +function has been available since +.Ox 5.5 . |