[Bug 266433] Troublesome tab characters within example commands in manual pages

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 15 Sep 2022 23:17:21 UTC
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: bugs@FreeBSD.org
          Reporter: grahamperrin@freebsd.org
                CC: doc@FreeBSD.org

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 on the CC list for the bug.