1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

"commandline" -> "command line", since there are so few examples

of the former in the pages, so many of the latter, and in some of
these pages we had multiple spellings;

prompted by tj
This commit is contained in:
jmc 2015-11-05 09:48:05 +00:00
parent d05af802c8
commit 2e17c3831d
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: gcc-local.1,v 1.45 2014/10/18 14:08:48 miod Exp $
.\" $OpenBSD: gcc-local.1,v 1.46 2015/11/05 09:48:05 jmc Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@ -25,7 +25,7 @@
.\" (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: October 18 2014 $
.Dd $Mdocdate: November 5 2015 $
.Dt GCC-LOCAL 1
.Os
.Sh NAME
@ -140,7 +140,7 @@ priority message:
and abort the faulting process.
It can be turned off using the
.Fl fno-stack-protector
commandline option.
command line option.
Note that the stack protector relies on some support code in libc.
Stand-alone programs not linked against libc must either provide their own
support bits or use the

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-agent.1,v 1.59 2015/04/24 06:26:49 jmc Exp $
.\" $OpenBSD: ssh-agent.1,v 1.60 2015/11/05 09:48:05 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -34,7 +34,7 @@
.\" (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: April 24 2015 $
.Dd $Mdocdate: November 5 2015 $
.Dt SSH-AGENT 1
.Os
.Sh NAME
@ -130,7 +130,7 @@ overrides this value.
Without this option the default maximum lifetime is forever.
.El
.Pp
If a commandline is given, this is executed as a subprocess of the agent.
If a command line is given, this is executed as a subprocess of the agent.
When the command dies, so does the agent.
.Pp
The idea is that the agent is run in the user's local PC, laptop, or

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keygen.1,v 1.127 2015/08/20 19:20:06 naddy Exp $
.\" $OpenBSD: ssh-keygen.1,v 1.128 2015/11/05 09:48:05 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -35,7 +35,7 @@
.\" (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: August 20 2015 $
.Dd $Mdocdate: November 5 2015 $
.Dt SSH-KEYGEN 1
.Os
.Sh NAME
@ -781,7 +781,7 @@ It is also possible, given a KRL, to test whether it revokes a particular key
(or keys).
The
.Fl Q
flag will query an existing KRL, testing each key specified on the commandline.
flag will query an existing KRL, testing each key specified on the command line.
If any key listed on the command line has been revoked (or an error encountered)
then
.Nm

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: syslogc.8,v 1.9 2011/07/12 11:28:31 sthen Exp $
.\" $OpenBSD: syslogc.8,v 1.10 2015/11/05 09:48:05 jmc Exp $
.\"
.\" Copyright (c) 2004 Damien Miller
.\"
@ -13,7 +13,7 @@
.\" 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: July 12 2011 $
.Dd $Mdocdate: November 5 2015 $
.Dt SYSLOGC 8
.Os
.Sh NAME
@ -42,7 +42,7 @@ to work,
must be configured with one or more memory buffer logs (see
.Xr syslog.conf 5
for details) and have a reporting socket location specified on the
commandline (using the
command line (using the
.Fl s
option to
.Xr syslogd 8 ) .