https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266433
Bug ID: 266433
Summary: Troublesome tab characters within example commands in
manual pages
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
I assume that this is not the sole example:
find $CCACHE_DIR -type d | xargs chmod g+s
* three tabs, there.
Source:
<https://www.freebsd.org/cgi/man.cgi?query=ccache&sektion=1&manpath=FreeBSD-Ports#SHARING%09A_CACHE>
(the SHARING A CACHE section, the anchor for which is currently bugged).
The result of copying then using the given command:
# find $CCACHE_DIR-type d/| xargschmod g+s
find: /usr/.ccache-type: No such file or directory
sh: xargschmod: not found
#
--
You are receiving this mail because:
You are the assignee for the bug.