Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/ftjail-freebsd-update.rst @ 342:89877869a665
Create all temporary files within a unique temporary directory
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 03 Dec 2022 21:27:50 +0100 |
| parents | a204a7415d4a |
| children | a05c5d520f86 |
line wrap: on
line diff
--- a/docs/man/man8/ftjail-freebsd-update.rst Sat Dec 03 21:12:23 2022 +0100 +++ b/docs/man/man8/ftjail-freebsd-update.rst Sat Dec 03 21:27:50 2022 +0100 @@ -28,7 +28,7 @@ .. option:: -k - Keep all temporary files. Temporary files are created in :file:`/var/tmp`. + Keep all temporary files. .. note:: On unexpected errors temp files are automatically kept. @@ -47,6 +47,13 @@ All environment variables that affect :command:`zfs` are effective also. +Files +----- + +A unique temporary directory is created within :file:`/var/tmp`. All +temporary files are created within this directory. + + See Also --------
