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, Apr 11, 7:41 PM
Unknown Object (File)
Wed, Apr 10, 3:20 AM
Unknown Object (File)
Jan 13 2024, 12:10 AM
Unknown Object (File)
Dec 22 2023, 10:30 PM
Unknown Object (File)
Nov 24 2023, 2:57 AM
Unknown Object (File)
Nov 18 2023, 8:42 PM
Unknown Object (File)
Nov 18 2023, 5:42 PM
Unknown Object (File)
Nov 18 2023, 4: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