Page MenuHomeFreeBSD

fix config PREFIX in tmux man page
Needs ReviewPublic

Authored by jda_tapodi.net on Nov 27 2017, 6:35 AM.
Referenced Files
Unknown Object (File)
Wed, Apr 22, 6:46 PM
Unknown Object (File)
Tue, Apr 21, 5:06 AM
Unknown Object (File)
Thu, Apr 9, 7:50 PM
Unknown Object (File)
Mar 17 2026, 1:53 AM
Unknown Object (File)
Mar 17 2026, 1:53 AM
Unknown Object (File)
Mar 6 2026, 2:53 PM
Unknown Object (File)
Mar 5 2026, 6:53 AM
Unknown Object (File)
Mar 3 2026, 12:55 PM
Subscribers
None

Details

Reviewers
mat
Summary

tmux man page contains a placeholder for config PREFIX that is not
replaced by port.

Test Plan

Looked a man page in work dir, it has correct path instead of
placeholder.

Before:

-f file       Specify an alternative configuration file.  By default,
              tmux loads the system configuration file from
              @SYSCONFDIR@/tmux.conf, if present, then looks for a user
              configuration file at ~/.tmux.conf.

After:

-f file       Specify an alternative configuration file.  By default, 
              tmux loads the system configuration file from 
              /usr/local/etc/tmux.conf, if present, then looks for a user 
              configuration file at ~/.tmux.conf.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13098
Build 13346: arc lint + arc unit