From: schwarze@openbsd.org Date: Sun, 9 Feb 2025 18:24:08 +0000 (+0000) Subject: upstream: In a section 1 manual, use the plain English words X-Git-Tag: V_10_0_P1~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c67bae3f5834e48ded71c406f2039dea6e536db;p=thirdparty%2Fopenssh-portable.git 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 --- 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.