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
F164837965: D13265.id35838.diff
Tue, Aug 4, 6:47 AM
F164810200: D13265.diff
Tue, Aug 4, 4:00 AM
Unknown Object (File)
Sun, Jul 26, 1:23 PM
Unknown Object (File)
Fri, Jul 24, 4:49 PM
Unknown Object (File)
Jul 4 2026, 12:31 PM
Unknown Object (File)
Jun 4 2026, 5:40 PM
Unknown Object (File)
May 6 2026, 10:30 AM
Unknown Object (File)
Apr 22 2026, 6:46 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