diff options
author | 2005-07-06 10:35:36 +0000 | |
---|---|---|
committer | 2005-07-06 10:35:36 +0000 | |
commit | 5faefb837f4efe5b981307eba562d1002eac0b73 (patch) | |
tree | cecb03db64c44e3791f8c56a42390d4e6062a8e9 | |
parent | add explicit comments for file status; (diff) | |
download | wireguard-openbsd-5faefb837f4efe5b981307eba562d1002eac0b73.tar.xz wireguard-openbsd-5faefb837f4efe5b981307eba562d1002eac0b73.zip |
oops, $macro was documented, just not where i expected it; reword and
make it a bit easier to find;
-rw-r--r-- | usr.bin/ftp/ftp.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 07ab690ffb4..b5340a5fbd8 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.51 2005/07/06 08:22:07 jmc Exp $ +.\" $OpenBSD: ftp.1,v 1.52 2005/07/06 10:35:36 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -463,8 +463,9 @@ command), and remain defined until a .Ic close command is executed. To invoke a macro, -use the following syntax: -.Pf $ Ar macro-name . +use the +.Ic $ +command (see above). .Pp The macro processor interprets .Ql $ |