Module Name:    src
Committed By:   kre
Date:           Mon Sep 30 19:23:31 UTC 2024

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

Log Message:
Don't forget the dot, use the intended macro name (I think),
and improve the wording a little.    (All related to the -H option.)


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 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.158 src/usr.bin/ftp/ftp.1:1.159
--- src/usr.bin/ftp/ftp.1:1.158	Mon Sep 30 13:03:36 2024
+++ src/usr.bin/ftp/ftp.1	Mon Sep 30 19:23:31 2024
@@ -1,4 +1,4 @@
-.\" 	$NetBSD: ftp.1,v 1.158 2024/09/30 13:03:36 christos Exp $
+.\" 	$NetBSD: ftp.1,v 1.159 2024/09/30 19:23:31 kre Exp $
 .\"
 .\" Copyright (c) 1996-2024 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -224,17 +224,17 @@ or
 proxies.
 .It Fl g
 Disables file name globbing.
-It Fl H Ar header
+.It Fl H Ar header
 Include the provided
 .Ar header
 string as a custom
 .Tn HTTP
 header for an
-.Th HTTP
+.Tn HTTP
 request.
-You can specify multiple headers by repeating the
+The
 .Fl H
-option.
+option can be repeated to add additional headers.
 .It Fl i
 Turns off interactive prompting during
 multiple file transfers.

Reply via email to