diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-01-10 10:45:48 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-01-10 10:45:48 +0000 |
commit | 71162e51f9a9f2b498ad2c1229e8532d42851756 (patch) | |
tree | e334542253743712fc828462915ea9c606dd3a3f /sbin | |
parent | 87fb929397863eb428aa697122b09f916b7795e2 (diff) | |
download | FreeBSD-src-71162e51f9a9f2b498ad2c1229e8532d42851756.zip FreeBSD-src-71162e51f9a9f2b498ad2c1229e8532d42851756.tar.gz |
Add an ENVIRONMENT section so that the reader knows that the TMPDIR envar
is honoured.
Reported by: des
MFC after: 1 month
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/restore/restore.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 24bac13..d84d6a8 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -437,6 +437,11 @@ owner, mode, and time stamps for directories. .It Pa \&./restoresymtable information passed between incremental restores. .El +.Sh ENVIRONMENT +.Bl -tag -width ".Ev TMPDIR" +.It Ev TMPDIR +Name of directory where temporary files are to be created. +.El .Sh SEE ALSO .Xr dump 8 , .Xr mount 8 , |