diff options
author | Juhani Krekelä | 2025-02-12 18:06:20 +0200 |
---|---|---|
committer | Wolfgang Müller | 2025-02-12 17:19:22 +0100 |
commit | d6090f7488b43346bcdd354d15363e3620375f43 (patch) | |
tree | 9e7ffdc1d210d08f866e0198d626947e8c1f6818 /weltschmerz.1 | |
parent | 623985d13002e99e2780655016281f790a25473c (diff) | |
download | weltschmerz-d6090f7488b43346bcdd354d15363e3620375f43.tar.gz |
Also look for a compatible procfs in /compat/linux/proc
On FreeBSD it is conventional to mount the Linux-style proc filesystem
at /compat/linux/proc, if it is required by installed software. Falling
back to it, if we can't determine the current working directory using
/proc, makes weltschmerz work better out of the box on FreeBSD without
regressing Linux.
Diffstat (limited to 'weltschmerz.1')
-rw-r--r-- | weltschmerz.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/weltschmerz.1 b/weltschmerz.1 index 587d342..3622791 100644 --- a/weltschmerz.1 +++ b/weltschmerz.1 @@ -1,4 +1,4 @@ -.Dd October 23, 2021 +.Dd February 12, 2025 .Dt WELTSCHMERZ 1 .Os .Sh NAME @@ -51,7 +51,9 @@ and a new terminal window with .Sy CTRL + Shift + T . These features require the terminal application to send OSC 7 escape sequences or for the platform to provide a Linux-style procfs at -.Pa /proc . +.Pa /proc +or +.Pa /compat/linux/proc . .Sh SEARCH OVERLAY The search overlay can be opened by pressing .Sy CTRL + Shift + F . |