Module Name:    src
Committed By:   pgoyette
Date:           Wed Jul 15 16:41:16 UTC 2020

Modified Files:
        src/usr.bin/ftp: ftp.1

Log Message:
Remove now-extraneous Op since we already have Oo and Oc to enclose
the Ar port.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/usr.bin/ftp/ftp.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/ftp/ftp.1
diff -u src/usr.bin/ftp/ftp.1:1.138 src/usr.bin/ftp/ftp.1:1.139
--- src/usr.bin/ftp/ftp.1:1.138	Wed Jul 15 08:56:05 2020
+++ src/usr.bin/ftp/ftp.1	Wed Jul 15 16:41:16 2020
@@ -1,4 +1,4 @@
-.\" 	$NetBSD: ftp.1,v 1.138 2020/07/15 08:56:05 lukem Exp $
+.\" 	$NetBSD: ftp.1,v 1.139 2020/07/15 16:41:16 pgoyette Exp $
 .\"
 .\" Copyright (c) 1996-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -88,7 +88,7 @@
 .Bk -words
 .\" [[user@]host [port]]
 .Oo
-.Oo Ar user Ns Li \&@ Oc Ns Ar host Oo Op Ar port Oc
+.Oo Ar user Ns Li \&@ Oc Ns Ar host Oo Ar port Oc
 .Oc
 .Ek
 .Bk -words

Reply via email to