From 73be947e61bb3531e84a5f9836a6c50da1c8011d Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 12 Jan 2023 12:56:07 +0000 Subject: [PATCH] remove outdated "expected to be compliant" ok miod@ kn@ deraadt@ --- lib/libc/sys/setsid.2 | 6 +++--- lib/libc/termios/tcgetpgrp.3 | 6 +++--- lib/libc/termios/tcgetsid.3 | 6 +++--- lib/libc/termios/tcsendbreak.3 | 6 +++--- lib/libc/termios/tcsetattr.3 | 6 +++--- lib/libc/termios/tcsetpgrp.3 | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index b576087b012..3859e405d9b 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setsid.2,v 1.14 2015/05/31 23:54:25 schwarze Exp $ +.\" $OpenBSD: setsid.2,v 1.15 2023/01/12 12:56:07 jsg Exp $ .\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)setsid.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2015 $ +.Dd $Mdocdate: January 12 2023 $ .Dt SETSID 2 .Os .Sh NAME @@ -74,6 +74,6 @@ ID of the calling process. .Sh STANDARDS The .Fn setsid -function is expected to be compliant with the +function is compliant with the .St -p1003.1-2008 specification. diff --git a/lib/libc/termios/tcgetpgrp.3 b/lib/libc/termios/tcgetpgrp.3 index 9b57241950a..befba1a4a34 100644 --- a/lib/libc/termios/tcgetpgrp.3 +++ b/lib/libc/termios/tcgetpgrp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcgetpgrp.3,v 1.10 2013/12/12 22:44:22 millert Exp $ +.\" $OpenBSD: tcgetpgrp.3,v 1.11 2023/01/12 12:56:07 jsg 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 12 2013 $ +.Dd $Mdocdate: January 12 2023 $ .Dt TCGETPGRP 3 .Os .Sh NAME @@ -69,6 +69,6 @@ is not the controlling terminal. .Sh STANDARDS The .Fn tcgetpgrp -function is expected to be compliant with the +function is compliant with the .St -p1003.1-88 specification. diff --git a/lib/libc/termios/tcgetsid.3 b/lib/libc/termios/tcgetsid.3 index 5d528a16c6f..40f2f0bd704 100644 --- a/lib/libc/termios/tcgetsid.3 +++ b/lib/libc/termios/tcgetsid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcgetsid.3,v 1.2 2017/10/17 22:47:58 schwarze Exp $ +.\" $OpenBSD: tcgetsid.3,v 1.3 2023/01/12 12:56:07 jsg 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: October 17 2017 $ +.Dd $Mdocdate: January 12 2023 $ .Dt TCGETSID 3 .Os .Sh NAME @@ -67,7 +67,7 @@ is not the controlling terminal. .Sh STANDARDS The .Fn tcgetsid -function is expected to be compliant with the +function is compliant with the .St -p1003.1-2008 specification. .Sh HISTORY diff --git a/lib/libc/termios/tcsendbreak.3 b/lib/libc/termios/tcsendbreak.3 index da04c8f3e62..4dbaceae8fa 100644 --- a/lib/libc/termios/tcsendbreak.3 +++ b/lib/libc/termios/tcsendbreak.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsendbreak.3,v 1.9 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: tcsendbreak.3,v 1.10 2023/01/12 12:56:07 jsg 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: June 5 2013 $ +.Dd $Mdocdate: January 12 2023 $ .Dt TCSENDBREAK 3 .Os .Sh NAME @@ -148,6 +148,6 @@ The .Fn tcflush , and .Fn tcsendbreak -functions are expected to be compliant with the +functions are compliant with the .St -p1003.1-88 specification. diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 3847c55e371..d53d3949558 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetattr.3,v 1.18 2022/09/11 06:38:11 jmc Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.19 2023/01/12 12:56:07 jsg 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: September 11 2022 $ +.Dd $Mdocdate: January 12 2023 $ .Dt TCSETATTR 3 .Os .Sh NAME @@ -344,7 +344,7 @@ The .Fn tcgetattr , and .Fn tcsetattr -functions are expected to be compliant with the +functions are compliant with the .St -p1003.1-88 specification. The diff --git a/lib/libc/termios/tcsetpgrp.3 b/lib/libc/termios/tcsetpgrp.3 index a5b8dbeae46..5502e934721 100644 --- a/lib/libc/termios/tcsetpgrp.3 +++ b/lib/libc/termios/tcsetpgrp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetpgrp.3,v 1.14 2017/03/07 19:08:07 millert Exp $ +.\" $OpenBSD: tcsetpgrp.3,v 1.15 2023/01/12 12:56:07 jsg 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: March 7 2017 $ +.Dd $Mdocdate: January 12 2023 $ .Dt TCSETPGRP 3 .Os .Sh NAME @@ -104,6 +104,6 @@ session as the calling process. .Sh STANDARDS The .Fn tcsetpgrp -function is expected to be compliant with the +function is compliant with the .St -p1003.1-88 specification. -- 2.20.1