summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-07-06 08:22:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-07-06 08:22:08 +0000
commit2d4b2c5138586586e7947e5cc51c34b8f593bba4 (patch)
tree0d845dc52f247ea013e44e32f93f7d0650511eb4
parent2c5dbf1ad20167f08bd7669782a3e40cd729e285 (diff)
- now that `macdef' is nicely documented, tell people how to use it
- replace `>' w/ groff char
-rw-r--r--usr.bin/ftp/ftp.112
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1
index 892f4ae7c9c..07ab690ffb4 100644
--- a/usr.bin/ftp/ftp.1
+++ b/usr.bin/ftp/ftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp.1,v 1.50 2005/07/06 08:15:00 jmc Exp $
+.\" $OpenBSD: ftp.1,v 1.51 2005/07/06 08:22:07 jmc Exp $
.\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $
.\"
.\" Copyright (c) 1985, 1989, 1990, 1993
@@ -181,7 +181,7 @@ from the user.
When
.Nm
is awaiting commands, the prompt
-.Dq ftp>
+.Dq ftp\*(Gt
is provided to the user.
The following commands are recognized
by
@@ -291,7 +291,7 @@ When debugging is on,
.Nm
prints each command sent to the remote machine,
preceded by the string
-.Ql --> .
+.Ql --\*(Gt .
.It Ic delete Ar remote-file
Delete the file
.Ar remote-file
@@ -462,6 +462,10 @@ invoked with the next
command), and remain defined until a
.Ic close
command is executed.
+To invoke a macro,
+use the following syntax:
+.Pf $ Ar macro-name .
+.Pp
The macro processor interprets
.Ql $
and
@@ -1185,7 +1189,7 @@ processing.
If the remote server does not support the
.Dv ABOR
command, an
-.Ql ftp>
+.Ql ftp\*(Gt
prompt will not appear until the remote server has completed
sending the requested file.
.Pp