1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

remove some unneeded Xo/Xc calls; from evan silberman

the original diff had a couple of errors, which i've fixed
This commit is contained in:
jmc 2024-09-25 06:13:01 +00:00
parent e3b2bc7ec4
commit e9d1bb1d46
4 changed files with 11 additions and 33 deletions

View File

@ -1,8 +1,8 @@
.\" $OpenBSD: ksh.1,v 1.220 2023/10/20 18:51:09 schwarze Exp $ .\" $OpenBSD: ksh.1,v 1.221 2024/09/25 06:13:01 jmc Exp $
.\" .\"
.\" Public Domain .\" Public Domain
.\" .\"
.Dd $Mdocdate: October 20 2023 $ .Dd $Mdocdate: September 25 2024 $
.Dt KSH 1 .Dt KSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -1800,10 +1800,8 @@ command may be used to list, change, and add to this cache (e.g.\&
Brace expressions take the following form: Brace expressions take the following form:
.Bd -unfilled -offset indent .Bd -unfilled -offset indent
.Sm off .Sm off
.Xo
.Ar prefix No { Ar str1 No ,..., .Ar prefix No { Ar str1 No ,...,
.Ar strN No } Ar suffix .Ar strN No } Ar suffix
.Xc
.Sm on .Sm on
.Ed .Ed
.Pp .Pp

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: dig.1,v 1.6 2022/02/17 14:08:11 jsg Exp $ .\" $OpenBSD: dig.1,v 1.7 2024/09/25 06:13:01 jmc Exp $
.\" .\"
.\" Copyright (C) 2000-2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2000-2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
.\" .\"
@ -14,7 +14,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE. .\" PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: February 17 2022 $ .Dd $Mdocdate: September 25 2024 $
.Dt DIG 1 .Dt DIG 1
.Os .Os
.Sh NAME .Sh NAME
@ -307,11 +307,9 @@ The query options are:
.Cm aaflag .Cm aaflag
.Xc .Xc
A synonym for A synonym for
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm aaonly . .Cm aaonly .
.Xc
.It Xo .It Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
@ -413,11 +411,9 @@ is automatically set when
is in use, to better emulate the default queries from a name server. is in use, to better emulate the default queries from a name server.
.Pp .Pp
This option was formerly called This option was formerly called
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm sit .Cm sit
.Xc
(Server Identity Token). (Server Identity Token).
In BIND 9.10.0 through BIND 9.10.2, In BIND 9.10.0 through BIND 9.10.2,
it sent the experimental option code 65001. it sent the experimental option code 65001.
@ -425,17 +421,13 @@ This was changed to option code 10 in BIND 9.10.3 when the DNS
COOKIE option was allocated. COOKIE option was allocated.
.Pp .Pp
The The
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm sit .Cm sit
.Xc
option is now deprecated, but has been retained as a synonym for option is now deprecated, but has been retained as a synonym for
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm cookie .Cm cookie
.Xc
for backward compatibility within the BIND 9.10 branch. for backward compatibility within the BIND 9.10 branch.
.It Xo .It Xo
.Cm + Ns .Cm + Ns
@ -453,11 +445,9 @@ the key id is displayed as the replacement, e.g. "[ key id = value ]".
.Cm defname .Cm defname
.Xc .Xc
Deprecated, treated as a synonym for Deprecated, treated as a synonym for
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm search .Cm search .
.Xc .
.It Xo .It Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
@ -650,11 +640,9 @@ is returned (on by default).
.Cm rdflag .Cm rdflag
.Xc .Xc
A synonym for A synonym for
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm recurse .Cm recurse .
.Xc .
.It Xo .It Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
@ -817,11 +805,9 @@ Display the TTL when printing the record (on by default).
.Xc .Xc
Use TCP when querying name servers. Use TCP when querying name servers.
This alternate syntax to This alternate syntax to
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm tcp .Cm tcp
.Xc
is provided for backwards compatibility. is provided for backwards compatibility.
The "vc" stands for "virtual circuit". The "vc" stands for "virtual circuit".
.El .El
@ -848,11 +834,9 @@ also be supplied.
These global query options must precede the first tuple of name, class, type, These global query options must precede the first tuple of name, class, type,
options, flags, and query options supplied on the command line. options, flags, and query options supplied on the command line.
Any global query options (except the Any global query options (except the
.Xo
.Cm + Ns .Cm + Ns
.Op Cm no Ns .Op Cm no Ns
.Cm cmd .Cm cmd
.Xc
option) can be overridden by a query-specific set of query options. option) can be overridden by a query-specific set of query options.
For example: For example:
.Bd -literal -offset indent .Bd -literal -offset indent

View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh_config.5,v 1.402 2024/09/09 14:41:21 naddy Exp $ .\" $OpenBSD: ssh_config.5,v 1.403 2024/09/25 06:13:01 jmc Exp $
.Dd $Mdocdate: September 9 2024 $ .Dd $Mdocdate: September 25 2024 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -1585,14 +1585,12 @@ ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
.Ed .Ed
.It Cm ProxyJump .It Cm ProxyJump
Specifies one or more jump proxies as either Specifies one or more jump proxies as either
.Xo
.Sm off .Sm off
.Op Ar user No @ .Op Ar user No @
.Ar host .Ar host
.Op : Ns Ar port .Op : Ns Ar port
.Sm on .Sm on
or an ssh URI or an ssh URI.
.Xc .
Multiple proxies may be separated by comma characters and will be visited Multiple proxies may be separated by comma characters and will be visited
sequentially. sequentially.
Setting this option will cause Setting this option will cause

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: systat.1,v 1.122 2022/11/27 22:52:21 kn Exp $ .\" $OpenBSD: systat.1,v 1.123 2024/09/25 06:13:01 jmc Exp $
.\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $
.\" .\"
.\" Copyright (c) 1985, 1990, 1993 .\" Copyright (c) 1985, 1990, 1993
@ -30,7 +30,7 @@
.\" .\"
.\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" @(#)systat.1 8.2 (Berkeley) 12/30/93
.\" .\"
.Dd $Mdocdate: November 27 2022 $ .Dd $Mdocdate: September 25 2024 $
.Dt SYSTAT 1 .Dt SYSTAT 1
.Os .Os
.Sh NAME .Sh NAME
@ -265,10 +265,8 @@ The
.Dq State .Dq State
column has the format column has the format
.Sm off .Sm off
.Xo
.Cm up | dn .Cm up | dn
.Bq : Cm U | D . .Bq : Cm U | D .
.Xc
.Sm on .Sm on
.Sq up .Sq up
and and