aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 5 insertions, 5 deletions
diff --git a/tmux.1 b/tmux.1
index 054aca32..870fe783 100644
--- a/tmux.1
+++ b/tmux.1
@@ -138,7 +138,7 @@ Specify an alternative configuration file.
By default,
.Nm
loads the system configuration file from
-.Pa /etc/tmux.conf ,
+.Pa @SYSCONFDIR@/tmux.conf ,
if present, then looks for a user configuration file at
.Pa ~/.tmux.conf .
.Pp
@@ -5473,7 +5473,7 @@ Commands related to the status line are as follows:
.It Xo Ic clear-prompt-history
.Op Fl T Ar prompt-type
.Xc
-.D1 (alias: Ic clrphist )
+.D1 (alias: Ic clrphist)
Clear status prompt history for prompt type
.Ar prompt-type .
If
@@ -5801,7 +5801,7 @@ flag closes any popup on the client.
.It Xo Ic show-prompt-history
.Op Fl T Ar prompt-type
.Xc
-.D1 (alias: Ic showphist )
+.D1 (alias: Ic showphist)
Display status prompt history for prompt type
.Ar prompt-type .
If
@@ -6512,12 +6512,12 @@ and
options.
.El
.Sh FILES
-.Bl -tag -width "/etc/tmux.confXXX" -compact
+.Bl -tag -width "@SYSCONFDIR@/tmux.confXXX" -compact
.It Pa ~/.tmux.conf
Default
.Nm
configuration file.
-.It Pa /etc/tmux.conf
+.It Pa @SYSCONFDIR@/tmux.conf
System-wide configuration file.
.El
.Sh EXAMPLES