Julia Evans on Nostr: was just investigating a problem where `man $PROGRAM_NAME` wasn't working and I was ...
was just investigating a problem where `man $PROGRAM_NAME` wasn't working and I was reminded about how time consuming investigating seemingly simple command line problems can be. We:
* updated the MANPATH to include homebrew's man dir
* ran `find / -name $PROGRAM_NAME.1.gz` to verify that the page wasn't anywhere on the system
* ultimately realized that the homebrew package just wasn't installing the man page at all
* installed the man page manually
Published at
2024-07-10 15:13:19Event JSON
{
"id": "45f0591d3f9fb76d850620385b239de9f3029845030fc17603d774e063aeacf8",
"pubkey": "26cad6f140bf86de9c26b7c15419cab1aebdd7086358d26aa2d750e21cf3bf2e",
"created_at": 1720624399,
"kind": 1,
"tags": [
[
"proxy",
"https://social.jvns.ca/users/b0rk/statuses/112762840673553738",
"activitypub"
]
],
"content": "was just investigating a problem where `man $PROGRAM_NAME` wasn't working and I was reminded about how time consuming investigating seemingly simple command line problems can be. We:\n\n* updated the MANPATH to include homebrew's man dir\n* ran `find / -name $PROGRAM_NAME.1.gz` to verify that the page wasn't anywhere on the system\n* ultimately realized that the homebrew package just wasn't installing the man page at all\n* installed the man page manually",
"sig": "292f6b896be17d9efd4f5b5341a2b45ad9bacf443c36a323c366c9f6dcb3110cc4a87a260446dfa07a1300d165a458b49d6575f7f8b450ecc00750d92f608017"
}