From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3CDBA3849AF6; Sat, 13 Apr 2024 18:35:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3CDBA3849AF6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713033347; bh=8OAfL6TBiBlydXcrmVG6JvtDxUJDjPkPpQIsxZv89FU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s2ry9EIXANrDKd+ydumAb3YFuZpIqiJvB4EqpKgCfsDvWFEoO+bp+AmzcA7LBfW5K gMPZ3LFUZXCccRQFsAroLF7gatAdYBBZ2tfzJ0XvaK45WHC2xaaCrOyymE6aXdiYYT Vl3WEjJmPEpcdCumalCE/2T8W5tYgeMDHcftaaQc= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/22099] getconf help info Date: Sat, 13 Apr 2024 18:35:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.23 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D22099 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com --- Comment #3 from Florian Weimer --- (In reply to Eric Blake from comment #2) > The Austin Group pointed out one of the ambiguities of the GNU output when > encountering multi-line confstr() output: >=20 > $ getconf POSIX_V7_WIDTH_RESTRICTED_ENVS=20 > POSIX_V7_ILP32_OFF32 > POSIX_V7_ILP32_OFFBIG > POSIX_V7_LP64_OFF64 > $ getconf -a | grep -A2 V7_WIDTH > _POSIX_V7_WIDTH_RESTRICTED_ENVS POSIX_V7_ILP32_OFF32 > POSIX_V7_ILP32_OFFBIG > POSIX_V7_LP64_OFF64 > POSIX_V7_WIDTH_RESTRICTED_ENVS POSIX_V7_ILP32_OFF32 > POSIX_V7_ILP32_OFFBIG > POSIX_V7_LP64_OFF64 >=20 > and recommends that GNU consider changing the output to be more like BSD > output, using a colon between the item name and its value (as it is less > likely for a confstr() output to also contain a colon) Colon between name and value, or colon between multiple values (instead of newlines)? --=20 You are receiving this mail because: You are on the CC list for the bug.=