From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.helgefjell.de (mail.helgefjell.de [142.132.201.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 61FC319ABD8 for ; Sun, 24 Aug 2025 14:48:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=142.132.201.35 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756046930; cv=none; b=XdsbYXntQPuPe+4XYum8M65rvEafuZSdnEXKJ0Tk2YDvAoNICx86OyA3+k34S8vIkjysQWhoSjyCxxD4wHa9w7e8MUh15vHiPwxTzJD7s2r7j6B9TJ6NisSYjwkq0QLSxPXZYmqsZepAcWBWFJIkMtqSDQo6rJy3xS13EXE0zDM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756046930; c=relaxed/simple; bh=NxD0EbBehbPQ9+kQ5BP+YSFf1ugJv5pKWs35iFQrM9E=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=mszPrOgmoz1wh985JbbLU+DzNyOu+fQXN3mWQIqmTzkOVYwvkkoYvEgRpFgtjwM9Z3cwW5r/hnn8vAsVnmLyXe0b40ZCl14aVg9n4HH75Ie/iNOs3uziwJAW8s+qeA9IP5+6WPi9ulU3oh1L1cJ1470eR6P9ALSWU11q5iPrZtQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=helgefjell.de; spf=pass smtp.mailfrom=helgefjell.de; dkim=pass (2048-bit key) header.d=helgefjell.de header.i=@helgefjell.de header.b=gG7uk+uC; arc=none smtp.client-ip=142.132.201.35 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=helgefjell.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=helgefjell.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=helgefjell.de header.i=@helgefjell.de header.b="gG7uk+uC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=helgefjell.de; s=selector.helgefjell; t=1756046916; bh=t6e3GghZKnWgWs4sZx9c1rVtRsRNlKGGYM6+05EIn2E=; h=Date:From:To:Cc:Subject; b=gG7uk+uCyTzy42h9vDfZoDxy5UbNsQLYytSej9BQFa4Bl5zz/CxRSNT2DAuzYDXtv OiSYuVpZBQeTOYPYa3wOkONAPKJpJUD0p8Fph9/2tPHpztThkl6LXl6pz0bVKmkDyR 7pZxQyAiXio2dT2/SSQu5hScy7jjOtHvRiY1dVxXVca0Cs/Wj4LWZw4vnJUB1NTapW rFj+8MKkQKDw9owL2OXp39hZmbjjGL9loVrw576Oa80OTBs8Yl6A3nITy7nH+6ihAL wM1IYBESfxyj8OsLYWifB8YZIyjhSpw0SAc43rAUGg85RjrbmAaQpfJadIbIV2X7To pjao/d6Ax0U3g== Original-Subject: Issue in man page wcsncpy.3 Author: Helge Kreutzmann Original-Cc: mario.blaettermann@gmail.com, linux-man@vger.kernel.org Received: from localhost (localhost [127.0.0.1]) (uid 1002) by mail.helgefjell.de with local id 0000000000020594.0000000068AB2644.00138E2C; Sun, 24 Aug 2025 14:48:36 +0000 Date: Sun, 24 Aug 2025 14:48:36 +0000 From: Helge Kreutzmann To: alx@kernel.org Cc: mario.blaettermann@gmail.com, linux-man@vger.kernel.org Subject: Issue in man page wcsncpy.3 Message-ID: Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Public-Key-URL: http://www.helgefjell.de/data/debian_neu.asc X-homepage: http://www.helgefjell.de/debian Without further ado, the following was found: Issue: B<…>size_t n → B<…size_t> I "Bsize_t n;\n" "B< wchar_t >IB<[restrict >IB<],>\n" "B< const wchar_t *restrict >IB<,>\n" "B< size_t >IB<);>\n"