diff options
| -rw-r--r-- | doc/misc/tramp.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 9f216d339f2..3ee01e1568a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2023,6 +2023,12 @@ reestablished. A value of @code{nil} disables this feature. Most of | |||
| 2023 | the methods do not set this property except the @option{sudo} and | 2023 | the methods do not set this property except the @option{sudo} and |
| 2024 | @option{doas} methods, which use predefined values. | 2024 | @option{doas} methods, which use predefined values. |
| 2025 | 2025 | ||
| 2026 | @item @t{"tmpdir"} | ||
| 2027 | |||
| 2028 | The temporary directory on the remote host. If not specified, the | ||
| 2029 | default value is @t{"/data/local/tmp"} for the @option{adb} method, | ||
| 2030 | @t{"/C$/Temp"} for the @option{smb} method, and @t{"/tmp"} otherwise. | ||
| 2031 | |||
| 2026 | @item @t{"posix"} | 2032 | @item @t{"posix"} |
| 2027 | 2033 | ||
| 2028 | Connections using the @option{smb} method check, whether the remote | 2034 | Connections using the @option{smb} method check, whether the remote |