Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2022 23:17:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 266433] Troublesome tab characters within example commands in manual pages
Message-ID:  <bug-266433-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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 the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266433-227>