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)
Thu, Jan 16, 7:55 AM
Unknown Object (File)
Thu, Jan 9, 6:55 PM
Unknown Object (File)
Dec 10 2024, 8:02 AM
Unknown Object (File)
Oct 4 2024, 5:07 AM
Unknown Object (File)
Sep 30 2024, 3:04 PM
Unknown Object (File)
Sep 19 2024, 10:27 PM
Unknown Object (File)
Sep 8 2024, 1:52 AM
Unknown Object (File)
Sep 8 2024, 1:24 AM
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