From 1c67bae3f5834e48ded71c406f2039dea6e536db Mon Sep 17 00:00:00 2001 From: "schwarze@openbsd.org" Date: Sun, 9 Feb 2025 18:24:08 +0000 Subject: [PATCH] upstream: In a section 1 manual, use the plain English words "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 on the groff mailing list. OpenBSD-Commit-ID: a0816999f970e6159523bed8484f62c42ec93109 --- ssh-agent.1 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ssh-agent.1 b/ssh-agent.1 index c281ef9cd..533ad6d3a 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -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 .\" Copyright (c) 1995 Tatu Ylonen , 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. -- 2.47.3