From: jmc Date: Tue, 2 Feb 2021 07:33:29 +0000 (+0000) Subject: article fixes; from eddie youseph X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c1d0308a693828b31d436726f1e24f9a9741b4ac;p=openbsd article fixes; from eddie youseph --- diff --git a/lib/libagentx/agentx.3 b/lib/libagentx/agentx.3 index ff3f2227593..7d760a50552 100644 --- a/lib/libagentx/agentx.3 +++ b/lib/libagentx/agentx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: agentx.3,v 1.5 2020/12/03 22:47:21 jmc Exp $ +.\" $OpenBSD: agentx.3,v 1.6 2021/02/02 07:33:29 jmc Exp $ .\" .\" Copyright (c) 2020 Martijn van Duren .\" @@ -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: December 3 2020 $ +.Dd $Mdocdate: February 2 2021 $ .Dt AGENTX 3 .Os .Sh NAME @@ -529,7 +529,7 @@ Set the return value to an opaque value. .It Fn agentx_varbind_counter64 Set the return value to an uint64_t of type counter64. .It Fn agentx_varbind_notfound -When the request is of type GET return an nosuchinstance error. +When the request is of type GET return a nosuchinstance error. When the request is of type GETNEXT or GETBULK return an endofmibview error. On endofmibview the next object is queried. This function can only be called on objects that contain one or more *_dynamic diff --git a/lib/libc/gen/cgetent.3 b/lib/libc/gen/cgetent.3 index 212241e1333..76cb4c889f5 100644 --- a/lib/libc/gen/cgetent.3 +++ b/lib/libc/gen/cgetent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgetent.3,v 1.1 2019/09/02 21:18:41 deraadt Exp $ +.\" $OpenBSD: cgetent.3,v 1.2 2021/02/02 07:33:29 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 2 2019 $ +.Dd $Mdocdate: February 2 2021 $ .Dt CGETENT 3 .Os .Sh NAME @@ -244,7 +244,7 @@ Upon completion of the database 0 is returned; 1 is returned upon successful return of a record with possibly more remaining (the end of the database has not been reached yet); 2 is returned if the record contains an unresolved .Ic tc -expansion; \-1 is returned if an system error occurred; and \-2 +expansion; \-1 is returned if a system error occurred; and \-2 is returned if a potential reference loop is detected (see .Ic tc= comments below). diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3 index 389fe771780..155ce5f2fa3 100644 --- a/lib/libc/stdio/ungetwc.3 +++ b/lib/libc/stdio/ungetwc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ungetwc.3,v 1.5 2017/12/01 11:18:40 schwarze Exp $ +.\" $OpenBSD: ungetwc.3,v 1.6 2021/02/02 07:33:29 jmc Exp $ .\" .\" $NetBSD: ungetwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $ .\" @@ -35,7 +35,7 @@ .\" .\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: December 1 2017 $ +.Dd $Mdocdate: February 2 2021 $ .Dt UNGETWC 3 .Os .Sh NAME @@ -51,7 +51,7 @@ The .Fn ungetwc function pushes the wide character .Fa wc -(converted to an wchar_t) +(converted to a wchar_t) back onto the input stream pointed to by .Fa stream . The pushed-backed wide characters will be returned by subsequent reads on the diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 6d6f806e4be..7a3fc0a5164 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.815 2021/02/01 08:01:14 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.816 2021/02/02 07:33:29 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN 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 1 2021 $ +.Dd $Mdocdate: February 2 2021 $ .Dt TMUX 1 .Os .Sh NAME @@ -1362,7 +1362,7 @@ a pane ID such as .Ql %0 ; .Ql %* for all panes in the attached session; -an window ID such as +a window ID such as .Ql @0 ; or .Ql @*