-.\" $OpenBSD: expr.1,v 1.24 2017/08/16 20:10:58 schwarze Exp $
+.\" $OpenBSD: expr.1,v 1.25 2022/12/22 19:53:22 kn Exp $
.\" $NetBSD: expr.1,v 1.9 1995/04/28 23:27:13 jtc Exp $
.\"
.\" Written by J.T. Conklin <jtc@netbsd.org>.
.\" Public domain.
.\"
-.Dd $Mdocdate: August 16 2017 $
+.Dd $Mdocdate: December 22 2022 $
.Dt EXPR 1
.Os
.Sh NAME
.Nd evaluate expression
.Sh SYNOPSIS
.Nm expr
-.Ar expression
+.Ar expression ...
.Sh DESCRIPTION
The
.Nm
-utility evaluates
+utility evaluates each
.Ar expression
and writes the result on standard output.
All operators are separate arguments to the
-.\" $OpenBSD: route.8,v 1.108 2022/12/22 07:46:19 jmc Exp $
+.\" $OpenBSD: route.8,v 1.109 2022/12/22 19:53:22 kn Exp $
.\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.Op Fl T Ar rtable
.Ar command
.Oo
-.Op Ar modifiers
-.Ar args
+.Op Ar modifier ...
+.Ar arg ...
.Oc
.Sh DESCRIPTION
.Nm
.Op Fl T Ar rtable
.Tg
.Cm flush
-.Op Ar modifiers
+.Op Ar modifier ...
.Xc
Delete all gateway entries from the routing table.
When the address family is specified by any one of the
.Op Fl T Ar rtable
.Tg
.Cm get
-.Op Ar modifiers
+.Op Ar modifier ...
.Ar address
.Xc
Extract a routing entry from the kernel.
.Op Fl T Ar rtable
.Tg
.Cm monitor
-.Op Ar modifiers
+.Op Ar modifier ...
.Xc
Continuously report any changes to the routing information base,
routing lookup misses, or suspected network partitionings.
.Op Fl T Ar rtable
.Tg
.Cm add
-.Op Ar modifiers
+.Op Ar modifier ...
.Ar destination gateway
.Xc
.It Xo
.Op Fl T Ar rtable
.Tg
.Cm change
-.Op Ar modifiers
+.Op Ar modifier ...
.Ar destination gateway
.Xc
.It Xo
.Tg delete
.Tg
.Cm del Ns Op Cm ete
-.Op Ar modifiers
+.Op Ar modifier ...
.Ar destination gateway
.Xc
.El
-/* $OpenBSD: route.c,v 1.260 2021/11/10 20:24:22 bket Exp $ */
+/* $OpenBSD: route.c,v 1.261 2022/12/22 19:53:22 kn Exp $ */
/* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */
/*
warnx("botched keyword: %s", cp);
fprintf(stderr,
#ifndef SMALL
- "usage: %s [-dnqtv] [-T rtable] command [[modifiers] args]\n",
+ "usage: %s [-dnqtv] [-T rtable] command [[modifier ...] arg ...]\n",
#else
- "usage: %s [-dnqtv] command [[modifiers] args]\n",
+ "usage: %s [-dnqtv] command [[modifier ...] arg ...]\n",
#endif
__progname);
exit(1);
-.\" $OpenBSD: ddb.4,v 1.104 2022/09/11 06:38:11 jmc Exp $
+.\" $OpenBSD: ddb.4,v 1.105 2022/12/22 19:53:22 kn Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
.\" any improvements or extensions that they make and grant Carnegie Mellon
.\" the rights to redistribute these changes.
.\"
-.Dd $Mdocdate: September 11 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt DDB 4
.Os
.Sh NAME
.Tg machine
.It Xo
.Ic mac Ns Op Ic hine
-.Ar subcommand Op Ar args ...
+.Ar subcommand Op Ar arg ...
.Xc
Perform a platform-specific command.
.Pp
-.\" $OpenBSD: cdio.1,v 1.67 2022/03/31 17:27:24 naddy Exp $
+.\" $OpenBSD: cdio.1,v 1.68 2022/12/22 19:53:22 kn Exp $
.\"
.\" Copyright (c) 1995 Serge V. Vakulenko
.\" All rights reserved.
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 31 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt CDIO 1
.Os
.Sh NAME
.Op Fl sv
.Op Fl d Ar host : Ns Ar port
.Op Fl f Ar device
-.Op Ar command args ...
+.Op Ar command Op Ar arg ...
.Sh DESCRIPTION
The
.Nm
-/* $OpenBSD: cdio.c,v 1.84 2022/02/15 08:17:50 jsg Exp $ */
+/* $OpenBSD: cdio.c,v 1.85 2022/12/22 19:53:22 kn Exp $ */
/* Copyright (c) 1995 Serge V. Vakulenko
* All rights reserved.
void
usage(void)
{
- fprintf(stderr, "usage: %s [-sv] [-d host:port] [-f device] [command args ...]\n",
+ fprintf(stderr, "usage: %s [-sv] [-d host:port] [-f device] "
+ "[command [arg ...]]\n",
__progname);
exit(1);
}
-.\" $OpenBSD: csplit.1,v 1.12 2015/10/24 15:32:50 zhuk Exp $
+.\" $OpenBSD: csplit.1,v 1.13 2022/12/22 19:53:22 kn Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins.
.\" All rights reserved.
.\"
.\" $FreeBSD: src/usr.bin/csplit/csplit.1,v 1.11 2005/01/25 22:29:51 tjr Exp $
.\"
-.Dd $Mdocdate: October 24 2015 $
+.Dd $Mdocdate: December 22 2022 $
.Dt CSPLIT 1
.Os
.Sh NAME
.Op Fl ks
.Op Fl f Ar prefix
.Op Fl n Ar number
-.Ar file args ...
+.Ar file
+.Ar arg ...
.Sh DESCRIPTION
The
.Nm
utility splits
.Ar file
-into pieces using the patterns
-.Ar args .
+into pieces using the pattern
+.Ar arg .
If
.Ar file
is
.El
.Pp
The
-.Ar args
-operands may be a combination of the following patterns:
+.Ar arg
+operand may be a combination of the following patterns:
.Bl -tag -width indent
.It Xo
.Sm off
-/* $OpenBSD: csplit.c,v 1.10 2021/07/08 00:38:42 millert Exp $ */
+/* $OpenBSD: csplit.c,v 1.11 2022/12/22 19:53:22 kn Exp $ */
/* $FreeBSD: src/usr.bin/csplit/csplit.c,v 1.9 2004/03/22 11:15:03 tjr Exp $ */
/*-
extern char *__progname;
fprintf(stderr,
- "usage: %s [-ks] [-f prefix] [-n number] file args ...\n",
+ "usage: %s [-ks] [-f prefix] [-n number] file arg ...\n",
__progname);
exit(1);
}
-.\" $OpenBSD: doas.1,v 1.25 2021/01/16 09:18:41 martijn Exp $
+.\" $OpenBSD: doas.1,v 1.26 2022/12/22 19:53:22 kn Exp $
.\"
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
.\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 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: January 16 2021 $
+.Dd $Mdocdate: December 22 2022 $
.Dt DOAS 1
.Os
.Sh NAME
.Op Fl C Ar config
.Op Fl u Ar user
.Ar command
-.Op Ar args
+.Op Ar arg ...
.Sh DESCRIPTION
The
.Nm
-/* $OpenBSD: doas.c,v 1.97 2022/03/22 20:36:49 deraadt Exp $ */
+/* $OpenBSD: doas.c,v 1.98 2022/12/22 19:53:22 kn Exp $ */
/*
* Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
*
usage(void)
{
fprintf(stderr, "usage: doas [-Lns] [-a style] [-C config] [-u user]"
- " command [args]\n");
+ " command [arg ...]\n");
exit(1);
}
-.\" $OpenBSD: mandoc.1,v 1.189 2022/08/02 11:55:51 schwarze Exp $
+.\" $OpenBSD: mandoc.1,v 1.190 2022/12/22 19:53:23 kn Exp $
.\"
.\" Copyright (c) 2012, 2014-2022 Ingo Schwarze <schwarze@openbsd.org>
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 2 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt MANDOC 1
.Os
.Sh NAME
follow this format:
.Bd -ragged -offset indent
.Nm :
-.Ar file : Ns Ar line : Ns Ar column : level : message : macro arguments
+.Ar file : Ns Ar line : Ns Ar column : level : message : macro argument ...
.Pq Ar os
.Ed
.Pp
strings are explained below.
The name of the
.Ar macro
-triggering the message and its
-.Ar arguments
-are omitted where meaningless.
+triggering the message and its arguments are omitted where meaningless.
The
.Ar os
operating system specifier is omitted for messages that are relevant
-.\" $OpenBSD: openssl.1,v 1.139 2022/07/19 16:08:09 tb Exp $
+.\" $OpenBSD: openssl.1,v 1.140 2022/12/22 19:53:23 kn Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
.\" copied and put under another distribution licence
.\" [including the GNU Public Licence.]
.\"
-.Dd $Mdocdate: July 19 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt OPENSSL 1
.Os
.Sh NAME
.Sh SYNOPSIS
.Nm
.Ar command
-.Op Ar command_opts
-.Op Ar command_args
+.Op Ar command_opt ...
+.Op Ar command_arg ...
.Pp
.Nm
.Cm list-standard-commands |
-.\" $OpenBSD: su.1,v 1.37 2020/07/08 16:05:27 millert Exp $
+.\" $OpenBSD: su.1,v 1.38 2022/12/22 19:53:23 kn Exp $
.\"
.\" Copyright (c) 1988, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" from: @(#)su.1 6.12 (Berkeley) 7/29/91
.\"
-.Dd $Mdocdate: July 8 2020 $
+.Dd $Mdocdate: December 22 2022 $
.Dt SU 1
.Os
.Sh NAME
.Op Fl a Ar auth-type
.Op Fl c Ar login-class
.Op Fl s Ar login-shell
-.Op Ar login Op Ar "shell arguments"
+.Op Ar login Op Ar shell-argument ...
.Ek
.Sh DESCRIPTION
The
options are mutually exclusive; the last one specified
overrides any previous ones.
.Pp
-If the optional
-.Ar "shell arguments"
-are provided on the command line, they are passed to the login shell of
-the target login.
+If shell arguments are provided on the command line,
+they are passed to the login shell of the target login.
This allows it to pass arbitrary commands via the
.Fl c
option as understood by most shells.
-/* $OpenBSD: su.c,v 1.88 2022/03/23 02:18:22 deraadt Exp $ */
+/* $OpenBSD: su.c,v 1.89 2022/12/22 19:53:23 kn Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
fprintf(stderr, "usage: %s [-fKLlm] [-a auth-type] [-c login-class] "
"[-s login-shell]\n"
- "%-*s[login [shell arguments]]\n", __progname,
+ "%-*s[login [shell-argument ...]]\n", __progname,
(int)strlen(__progname) + 8, "");
exit(1);
}
-.\" $OpenBSD: time.1,v 1.21 2019/01/01 16:17:03 tedu Exp $
+.\" $OpenBSD: time.1,v 1.22 2022/12/22 19:53:23 kn Exp $
.\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)time.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: January 1 2019 $
+.Dd $Mdocdate: December 22 2022 $
.Dt TIME 1
.Os
.Sh NAME
.Sh DESCRIPTION
.Nm
executes and times
-.Ar utility
-with optional
-.Ar arguments .
+.Ar utility .
After the
.Ar utility
finishes,
-.\" $OpenBSD: timeout.1,v 1.3 2021/09/04 11:58:31 schwarze Exp $
+.\" $OpenBSD: timeout.1,v 1.4 2022/12/22 19:53:23 kn Exp $
.\" $NetBSD: timeout.1,v 1.4 2016/10/13 06:22:26 dholland Exp $
.\"
.\" Copyright (c) 2014 Baptiste Daroussin <bapt@FreeBSD.org>
.\"
.\" $FreeBSD: head/usr.bin/timeout/timeout.1 268861 2014-07-18 22:56:59Z bapt $
.\"
-.Dd $Mdocdate: September 4 2021 $
+.Dd $Mdocdate: December 22 2022 $
.Dt TIMEOUT 1
.Os
.Sh NAME
.Op Fl -preserve-status
.Ar duration
.Ar command
-.Op Ar args
+.Op Ar arg ...
.Sh DESCRIPTION
The
.Nm
utility executes
-.Ar command ,
-with any
-.Ar args ,
+.Ar command
and kills it if it is still running after the
specified
.Ar duration .
-/* $OpenBSD: timeout.c,v 1.21 2022/07/02 19:00:35 kn Exp $ */
+/* $OpenBSD: timeout.c,v 1.22 2022/12/22 19:53:23 kn Exp $ */
/*
* Copyright (c) 2021 Job Snijders <job@openbsd.org>
fprintf(stderr,
"usage: timeout [-k time] [-s sig] [--foreground]"
" [--preserve-status] duration\n"
- " command [args]\n");
+ " command [arg ...]\n");
exit(1);
}
-.\" $OpenBSD: tmux.1,v 1.909 2022/12/16 08:13:40 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.910 2022/12/22 19:53:23 kn Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
.\" 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: December 16 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt TMUX 1
.Os
.Sh NAME
directly without invoking the shell.
.Pp
.Ar command
-.Op Ar arguments
+.Op Ar argument ...
refers to a
.Nm
command, either passed with the command and arguments separately, for example:
.Tg source
.It Xo Ic source-file
.Op Fl Fnqv
-.Ar path
-.Ar ...
+.Ar path ...
.Xc
.D1 Pq alias: Ic source
Execute commands from one or more files specified by
.Op Fl nr
.Op Fl N Ar note
.Op Fl T Ar key-table
-.Ar key command Op Ar arguments
+.Ar key command Op Ar argument ...
.Xc
.D1 Pq alias: Ic bind
Bind key
.Op Fl c Ar target-client
.Op Fl N Ar repeat-count
.Op Fl t Ar target-pane
-.Ar key Ar ...
+.Ar key ...
.Xc
.D1 Pq alias: Ic send
Send a key or keys to a window or client.
.Op Fl y Ar position
.Ar name
.Ar key
-.Ar command
-.Ar ...
+.Ar command Op Ar argument ...
.Xc
.D1 Pq alias: Ic menu
Display a menu on
-.\" $OpenBSD: tput.1,v 1.25 2022/07/25 02:25:56 jsg Exp $
+.\" $OpenBSD: tput.1,v 1.26 2022/12/22 19:53:24 kn Exp $
.\" $NetBSD: tput.1,v 1.4 1994/12/07 08:49:10 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\"
.\" @(#)tput.1 8.2 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: July 25 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt TPUT 1
.Os
.Sh NAME
.Nm tput
.Op Fl T Ar term
.Ar attribute
-.Op Ar attribute-args
+.Op Ar attribute-arg ...
.Ar ...
.Nm tput
.Op Fl T Ar term
-/* $OpenBSD: tput.c,v 1.25 2022/12/04 23:50:49 cheloha Exp $ */
+/* $OpenBSD: tput.c,v 1.26 2022/12/22 19:53:24 kn Exp $ */
/*
* Copyright (c) 1999 Todd C. Miller <millert@openbsd.org>
(void)fprintf(stderr, "usage: %s [-T term]\n", __progname);
else
(void)fprintf(stderr,
- "usage: %s [-T term] attribute [attribute-args] ...\n"
+ "usage: %s [-T term] attribute [attribute-arg ...] ...\n"
" %s [-T term] -S\n", __progname, __progname);
exit(1);
}
-.\" $OpenBSD: bgpctl.8,v 1.102 2022/10/17 15:04:12 claudio Exp $
+.\" $OpenBSD: bgpctl.8,v 1.103 2022/12/22 19:53:24 kn Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 17 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt BGPCTL 8
.Os
.Sh NAME
may be the neighbor's address, description or the word
.Cm group
followed by a group description.
-.It Cm network add Ar prefix Op Ar arguments
+.It Cm network add Ar prefix Op Ar argument ...
Add the specified prefix to the list of announced networks.
-It is possible to set various path attributes with additional
-.Ar arguments .
+It is possible to set various path attributes with additional arguments.
Adding a prefix will replace an existing equal prefix, including
prefixes loaded from the configuration.
.It Xo
.Cm network bulk
-.Op Ar arguments
+.Op Ar argument ...
.Op Cm add
.Xc
Bulk add specified prefixes to the list of announced networks.
Prefixes should be sent via stdin.
-It is possible to set various path attributes with additional
-.Ar arguments .
+It is possible to set various path attributes with additional arguments.
If neither
.Cm add
or
-.\" $OpenBSD: bgpd.conf.5,v 1.226 2022/07/21 12:34:19 claudio Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.227 2022/12/22 19:53:24 kn Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 21 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt BGPD.CONF 5
.Os
.Sh NAME
.Ic import-target
can be specified.
.Pp
-.It Ic network Ar arguments ...
+.It Ic network Ar argument ...
Announce the given networks within this VPN;
see the
.Sx NETWORK ANNOUNCEMENTS
-.\" $OpenBSD: btrace.8,v 1.7 2022/05/01 20:23:11 bluhm Exp $
+.\" $OpenBSD: btrace.8,v 1.8 2022/12/22 19:53:24 kn Exp $
.\"
.\" Copyright (c) 2019 Martin Pieuchot <mpi@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 1 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt BTRACE 8
.Os
.Sh NAME
.Xr bt 5
program in
.Ar file
-with optional
-.Ar arguments
and communicates with the dynamic tracer device using the interface described in
.Xr dt 4 .
.Pp
-.\" $OpenBSD: rcctl.8,v 1.42 2022/09/13 06:20:38 jmc Exp $
+.\" $OpenBSD: rcctl.8,v 1.43 2022/12/22 19:53:24 kn Exp $
.\"
.\" Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 13 2022 $
+.Dd $Mdocdate: December 22 2022 $
.Dt RCCTL 8
.Os
.Sh NAME
.Sh SYNOPSIS
.Nm rcctl
.Cm get Ns | Ns Cm getdef Ns | Ns Cm set
-.Ar service | daemon Op Ar variable Op Ar arguments
+.Ar service | daemon Op Ar variable Op Ar argument ...
.Nm rcctl
.Op Fl df
.Sm off
that needs to run before one or more already enabled daemons.
Specify the new daemon preceded by all that need to run before it,
but not the ones depending on it.
-.It Cm set Ar service | daemon variable Op Ar arguments
+.It Cm set Ar service | daemon variable Op Ar argument ...
For a daemon, set the variable
.Ar daemon Ns _ Ns Ar variable
-to the specified
-.Ar arguments .
+to the specified arguments.
If
.Ar variable
is already set,
.Ar daemon Ns _ Ns Ar variable
-is reset to the optionally provided
-.Ar arguments
+is reset to the optionally provided arguments.
or to its default value.
.Pp
The
.Cm on
or
.Cm off
-.Ar arguments .
+arguments.
It is used to enable or disable
.Ar service
or
#!/bin/ksh
#
-# $OpenBSD: rcctl.sh,v 1.114 2022/09/01 07:25:32 ajacoutot Exp $
+# $OpenBSD: rcctl.sh,v 1.115 2022/12/22 19:53:24 kn Exp $
#
# Copyright (c) 2014, 2015-2022 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
for _i in ${_rc_actions}; do _a="$(echo -n ${_i}${_a:+|${_a}})"; done
_rc_err \
- "usage: rcctl get|getdef|set service | daemon [variable [arguments]]
+ "usage: rcctl get|getdef|set service | daemon [variable [argument ...]]
rcctl [-df] ${_a} daemon ...
rcctl disable|enable|order [daemon ...]
rcctl ls all|failed|off|on|rogue|started|stopped"