]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: In a section 1 manual, use the plain English words
authorschwarze@openbsd.org <schwarze@openbsd.org>
Sun, 9 Feb 2025 18:24:08 +0000 (18:24 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 10 Feb 2025 23:26:20 +0000 (10:26 +1100)
"standard output" rather than the overly technical abbreviation "stdout" - we
are not talking about a device file or a FILE * object here. Issue reported
by <onf at disroot dot org> on the groff mailing list.

OpenBSD-Commit-ID: a0816999f970e6159523bed8484f62c42ec93109

ssh-agent.1

index c281ef9cd407997573209565d4e7bddf31e493d4..533ad6d3a6d24caf7b5808618ebe0563011bc0ac 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.81 2024/11/06 22:51:26 djm Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.82 2025/02/09 18:24:08 schwarze 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: November 6 2024 $
+.Dd $Mdocdate: February 9 2025 $
 .Dt SSH-AGENT 1
 .Os
 .Sh NAME
@@ -77,8 +77,7 @@ socket
 The default is
 .Pa $TMPDIR/ssh-XXXXXXXXXX/agent.\*(Ltppid\*(Gt .
 .It Fl c
-Generate C-shell commands on
-.Dv stdout .
+Generate C-shell commands on standard output.
 This is the default if
 .Ev SHELL
 looks like it's a csh style of shell.
@@ -170,8 +169,7 @@ See PATTERNS in
 .Xr ssh_config 5
 for a description of pattern-list syntax.
 .It Fl s
-Generate Bourne shell commands on
-.Dv stdout .
+Generate Bourne shell commands on standard output.
 This is the default if
 .Ev SHELL
 does not look like it's a csh style of shell.