diff options
author | 2008-07-16 14:57:27 +0000 | |
---|---|---|
committer | 2008-07-16 14:57:27 +0000 | |
commit | ae78a6ab0fcc6ebb2fd3b3d7fb6acb1767bb6811 (patch) | |
tree | a112017747d4c48e5ec07067d5a635ded881f25c | |
parent | man page tweaks: (diff) | |
download | wireguard-openbsd-ae78a6ab0fcc6ebb2fd3b3d7fb6acb1767bb6811.tar.xz wireguard-openbsd-ae78a6ab0fcc6ebb2fd3b3d7fb6acb1767bb6811.zip |
better description for TMPDIR. from millert@
-rw-r--r-- | usr.bin/ftp/ftp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index f817cf1d2fc..58fb7667792 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.71 2008/07/08 21:07:57 martynas Exp $ +.\" $OpenBSD: ftp.1,v 1.72 2008/07/16 14:57:27 martynas Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" -.Dd $Mdocdate: July 8 2008 $ +.Dd $Mdocdate: July 16 2008 $ .Dt FTP 1 .Os .Sh NAME @@ -1595,7 +1595,7 @@ to display files. .It Ev SHELL For default shell. .It Ev TMPDIR -Directory to put temporary files. +Directory in which temporary files are stored. .It Ev ftp_proxy URL of FTP proxy to use when making FTP URL requests (if not defined, use the standard FTP protocol). |