From 7eb2a579d9f601d5eaddc2305062df36f1f6a335 Mon Sep 17 00:00:00 2001 From: uwe Date: Wed, 15 Jul 2020 17:36:38 +0000 Subject: [PATCH] Do not use "[...]", just "..." is enough. Conventionally the ellipsis already expresses optional repetition, e.g. .Ar without arguments produces "file ...". --- usr.bin/ftp/ftp.1 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 6f550ae7a89c..d7e3f3858fc7 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftp.1,v 1.139 2020/07/15 16:41:16 pgoyette Exp $ +.\" $NetBSD: ftp.1,v 1.140 2020/07/15 17:36:38 uwe Exp $ .\" .\" Copyright (c) 1996-2020 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -138,12 +138,11 @@ .Oc .Sm on .Ek -.Op Ar \&.\&.\&. +.Ar \&... .Nm .Bk -words -.Fl u Ar url Ar file +.Fl u Ar url Ar .Ek -.Op Ar \&.\&.\&. .Sh DESCRIPTION .Nm is the user interface to the Internet standard File Transfer Protocol. @@ -283,7 +282,7 @@ bytes/second. Refer to .Ic rate for more information. -.It Fl u Ar url file Op \&.\&.\&. +.It Fl u Ar url Ar Upload files on the command line to .Ar url where