From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: bug#30656: symlink manual does not exist Date: Wed, 28 Feb 2018 22:58:34 +0100 Message-ID: <20180228225834.76a03636@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er9kh-00077a-22 for bug-guix@gnu.org; Wed, 28 Feb 2018 16:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1er9kc-0008Mk-Sh for bug-guix@gnu.org; Wed, 28 Feb 2018 16:59:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58316) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1er9kc-0008Ly-Jo for bug-guix@gnu.org; Wed, 28 Feb 2018 16:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1er9kc-0007b8-8d for bug-guix@gnu.org; Wed, 28 Feb 2018 16:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er9kG-000741-CW for bug-guix@gnu.org; Wed, 28 Feb 2018 16:58:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1er9kC-0007gu-72 for bug-guix@gnu.org; Wed, 28 Feb 2018 16:58:40 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:36281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er9kB-0007g1-Sa for bug-guix@gnu.org; Wed, 28 Feb 2018 16:58:36 -0500 Received: from bgo1cloudm1.nextgentel.net ([80.202.8.58]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0P4V00JJVRPNQED0@eterpe-smout.broadpark.no> for bug-guix@gnu.org; Wed, 28 Feb 2018 22:58:35 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 30656@debbugs.gnu.org Hello=E2=80=94 The man page of ln(1) tells me there exists a symlink(2) manual page (which I am used to on Unix-like systems), but it is missing: gast@graviton ~$ man 1 ln | grep -A1 SEE\ ALSO SEE ALSO link(2), symlink(2) gast@graviton ~$ man 2 symlink No manual entry for symlink in section 2 gast@graviton ~$ man symlink No manual entry for symlink Man pages of both link(2) and symlink(2) are missing. =E2=80=94Marco