From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27113 invoked from network); 16 Aug 2021 22:12:51 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 16 Aug 2021 22:12:51 -0000 Received: from balrog.mythic-beasts.com ([46.235.227.24]) by 1ess; Mon Aug 16 17:06:18 -0400 2021 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=quintile.net; s=mythic-beasts-k1; h=To:Date:Subject:From; bh=tVbUN2rKYGaLmry7z35wXxMGkoBFmkNnVF07FGOQ4jg=; b=lKb58VFPMwoi5d61jFrh77LMQa DB4Vkgnarc9cXq/wqPJ3SpK/xYhC4NQi8tEublypSg+EVhQ9GoNWRgodagA/1Iucvib69hKXllMf7 KLrhH43Mo14ChX1N2kVlBXP2UZ4E2j06DOOIu/rr1gEgtrEuwTyTVwVukUfgrLcz1p5uiUMyizmjJ iSqw6mfBptn+tH+nw72EWbdxCTQCBeGuh2kzDUCJzs6/RY8ZHXhFOprzurwjg7bDqfTPUVmrzVzcB /iKub04rMimgvqk+9ZqQBLyYQBArqUhrvfTzAMflF7NPAWUOdpg5V8U2WH6XXyf0IoGoCZ16HU/8T OrU5G1Fg==; Received: from [81.187.198.132] (port=50547 helo=smtpclient.apple) by balrog.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1mFj4u-0000NP-0x for 9front@9front.org; Mon, 16 Aug 2021 21:19:28 +0100 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Steve Simon Mime-Version: 1.0 (1.0) Date: Mon, 16 Aug 2021 21:19:21 +0100 Message-Id: <74D9001B-046F-43FA-A940-37F351BDE363@quintile.net> References: <20210816125627.5c9aec76@spruce.localdomain> In-Reply-To: <20210816125627.5c9aec76@spruce.localdomain> To: 9front@9front.org X-Mailer: iPhone Mail (18F72) X-BlackCat-Spam-Score: 4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: non-blocking patented wrapper-aware realtime-based high-performance database Subject: Re: [9front] exportfs: fix debug logging Reply-To: 9front@9front.org Precedence: bulk hi the convention i understood, and worked to in cifs is that -d is used for 9p= chatty debug, while -D is file server specific debug. i don't usually document these flags in man pages as they are not intended t= o be of use to casual users, rather they help those working on the code, and= thus the =E2=80=9Cdocumentation=E2=80=9D is in the code. i do not claim i have been rigorous in this, only that this was my intention= when i wrote it. -Steve