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)
Mon, Oct 20, 3:20 PM
Unknown Object (File)
Mon, Oct 20, 3:20 PM
Unknown Object (File)
Mon, Oct 20, 1:33 AM
Unknown Object (File)
Sat, Oct 11, 6:52 PM
Unknown Object (File)
Sat, Oct 11, 12:20 AM
Unknown Object (File)
Sep 12 2025, 10:01 AM
Unknown Object (File)
Sep 11 2025, 9:23 PM
Unknown Object (File)
Sep 11 2025, 2:58 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