diff options
Diffstat (limited to '')
-rw-r--r-- | misc/py-cppman/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/py-cppman/pkg-message b/misc/py-cppman/pkg-message new file mode 100644 index 000000000000..a0a6582fc08d --- /dev/null +++ b/misc/py-cppman/pkg-message @@ -0,0 +1,16 @@ +[ +{ type: install + message: <<EOM +To support vim on nvim as pager, cppman needs fdescfs(5) +to be mounted on /dev/fd. + +If /dev/fd is not already mounted: + + mount -t fdescfs fdesc /dev/fd + +To make it permanent, add the following line to /etc/fstab: + + fdesc /dev/fd fdescfs rw 0 0 +EOM +} +] |