linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Weijie Yuan <wy@wyuan.org>
To: Chen Miao <chenmiao.ku@gmail.com>
Cc: corbet@lwn.net, alexs@kernel.org, si.yanteng@linux.dev,
	skhan@linuxfoundation.org, dzm91@hust.edu.cn, mchehab@kernel.org,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 5/6] docs/zh_CN: doc-guide: document macOS Sphinx setup
Date: Fri, 14 Aug 2026 00:07:33 +0800	[thread overview]
Message-ID: <an3rxYQ63VqZG8Ft@wyuan.org> (raw)
In-Reply-To: <CAKxVwgcV32j5b_C5QiXgYJdx5YeEoxi8fcBLFJggkjmBnUREqA@mail.gmail.com>

On Fri, Aug 14, 2026 at 12:04:26AM +0800, Chen Miao wrote:
> Weijie Yuan <wy@wyuan.org> 于2026年8月13日周四 23:36写道:
> >
> > On Thu, Aug 13, 2026 at 02:23:22AM +0800, Chen Miao wrote:
> > > Translate the macOS Sphinx dependency setup added to the English
> > > documentation. Keep the translation in a separate patch so translation
> > > status tooling can track the source change correctly.
> > >
> > > Signed-off-by: Chen Miao <chenmiao.ku@gmail.com>
> >
> > Acked-by: Weijie Yuan <wy@wyuan.org>
> >
> > > ---
> > >  .../translations/zh_CN/doc-guide/sphinx.rst     | 17 ++++++++++++++++-
> > >  1 file changed, 16 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/Documentation/translations/zh_CN/doc-guide/sphinx.rst b/Documentation/translations/zh_CN/doc-guide/sphinx.rst
> > > index 3375c6f3a..e6d42d970 100644
> > > --- a/Documentation/translations/zh_CN/doc-guide/sphinx.rst
> > > +++ b/Documentation/translations/zh_CN/doc-guide/sphinx.rst
> > > @@ -110,6 +110,22 @@ PDF和LaTeX构建
> > >
> > >       使用Sphinx的系统打包,而不是Python虚拟环境。
> > >
> > > +macOS 默认使用不区分文件名大小写的 APFS 卷,而内核源码树中存在仅大小写
> > > +不同的文件。克隆源码前,请用 ``diskutil apfs list`` 找到 APFS 容器标识符,
> > > +将下面的 ``diskX`` 替换为该标识符,并创建一个额外的大小写敏感卷::
> > > +
> > > +     diskutil apfs addVolume diskX APFSX Linux
> >
> > This CLI way definitely works, while the Disk Utility app also provides
> > an easy way to do this. ;-) Shall we add more description or tips about
> > it? But I'm also satisfied with the current situation, as some hackers
> > who would read this may prefer CLI way.
> >
> I don't think GUI instructions are necessary here. Readers who find diskutil
> unfamiliar can easily search for the equivalent steps in Disk Utility. The same
> operation can also be performed using Disk Utility.

Yeah, agreed. Thanks.

  reply	other threads:[~2026-08-13 16:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 18:23 [PATCH v3 0/6] docs: sphinx-pre-install: improve dependency checks Chen Miao
2026-08-12 18:23 ` [PATCH v3 1/6] docs: kdoc: add GNU Make detection Chen Miao
2026-08-12 20:13   ` Mauro Carvalho Chehab
2026-08-13  9:27     ` Chen Miao
2026-08-12 18:23 ` [PATCH v3 2/6] docs: sphinx-pre-install: add macOS Homebrew support Chen Miao
2026-08-12 20:15   ` Mauro Carvalho Chehab
2026-08-12 18:23 ` [PATCH v3 3/6] docs: sphinx-pre-install: check GNU Make version Chen Miao
2026-08-12 20:17   ` Mauro Carvalho Chehab
2026-08-12 18:23 ` [PATCH v3 4/6] docs: sphinx-build-wrapper: prefer gmake Chen Miao
2026-08-12 20:23   ` Mauro Carvalho Chehab
2026-08-13  9:38     ` Chen Miao
2026-08-12 18:23 ` [PATCH v3 5/6] docs/zh_CN: doc-guide: document macOS Sphinx setup Chen Miao
2026-08-13 15:36   ` Weijie Yuan
2026-08-13 16:04     ` Chen Miao
2026-08-13 16:07       ` Weijie Yuan [this message]
2026-08-12 18:23 ` [PATCH v3 6/6] docs/zh_CN: how-to: document case-sensitive APFS setup Chen Miao
2026-08-13 15:46   ` Weijie Yuan
2026-08-13 16:23     ` Chen Miao
2026-08-13 16:28       ` Weijie Yuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=an3rxYQ63VqZG8Ft@wyuan.org \
    --to=wy@wyuan.org \
    --cc=alexs@kernel.org \
    --cc=chenmiao.ku@gmail.com \
    --cc=corbet@lwn.net \
    --cc=dzm91@hust.edu.cn \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=si.yanteng@linux.dev \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).