From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 62e9a872 for ; Fri, 29 Jan 2016 07:45:43 -0500 (EST) Received: by mail-oi0-f47.google.com with SMTP id k206so46466563oia.1 for ; Fri, 29 Jan 2016 04:45:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cathet-us.20150623.gappssmtp.com; s=20150623; h=sender:from:to:subject:mime-version:content-type:content-id:date :message-id; bh=S/0kfxsD1MbiO4KNplgjCZjHRJM4+yMaQkFiIGlyCFU=; b=UoYOTGiHlqc6JxsgV/UqzWGwEp0uLD6UXsLGyE4oubteye6L0GHW6oE3StH51MN14i +JBu4Inu73NFfI076nsP00oqk0QUNFjxToU2PftTbarSgTVm+h/legdPniniMM5TLfWJ GbH0cVwizQdaW8lAfEWuKDykQAQ/+CLYW1k9bQl0jQ8H4aIhAJlyFaXuEZMF+0SAobvP 160heGBLLHgl08+ePhccPFEqQilbXMVnU63QUbPNIm/+lsvhSk6yq3FxtB7S0XrovaU2 Tdjoe6kIdrAV17PUfYxjCnRhaYIzKS06QZocCF6jggOFkOJYKKykuEwbmqnqt2IcE2e3 6wfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:mime-version:content-type :content-id:date:message-id; bh=S/0kfxsD1MbiO4KNplgjCZjHRJM4+yMaQkFiIGlyCFU=; b=eVoAxB8qbgN76cJght7VnxTe+rCedZK/lRax21ma0rEABpVSR/vwNefTrO29lyE2qS 9GpnCZLUzIjngE0QFMHUbRKhJ+X2Ls4PH9eKZq725KkZP9Y3DBQMJRxIWOLtoDSGxoch P4nrL8lE9eHHxOxLdS4p6YFfJ5tvgd408qFCJ+wXWJfCDJJ7g/Hg2le9+m89sGbacCoe x6/lRaJ540Pn1cB31u/3jlGXJUbHN8IWjECNImCI5O6LvSV+f8qsoFYxGJ8oczRwOKF+ 7dZhHwZ6f2EioLuPi8ArvlETRauyphKrhq7HUasiCvvFXXE6MSgH+7S3rVH+YDjfGyfN ipdw== X-Gm-Message-State: AG10YOT83ltVLNnDAb+GOc+ngxzZbu75kv5M9OI3qiUYX1vJTtFoT71JpaZWRAY4Mnj0XQ== X-Received: by 10.202.169.86 with SMTP id s83mr5850104oie.108.1454071541915; Fri, 29 Jan 2016 04:45:41 -0800 (PST) Received: from cathet.us. (75-161-104-247.albq.qwest.net. [75.161.104.247]) by smtp.gmail.com with ESMTPSA id x142sm7579171oix.8.2016.01.29.04.45.40 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Jan 2016 04:45:41 -0800 (PST) Sender: "Anthony J. Bentley" Received: from CATHET.US (localhost [127.0.0.1]) by cathet.us. (OpenSMTPD) with ESMTP id 07e6d3cd for ; Fri, 29 Jan 2016 05:45:40 -0700 (MST) From: "Anthony J. Bentley" To: tech@mdocml.bsd.lv Subject: Output difference: backslash paren? X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1798.1454071535.1@CATHET.US> Date: Fri, 29 Jan 2016 05:45:40 -0700 Message-ID: <11943.1454071540@CATHET.US> Seen in the wordnet package's morph(3): .TH FOO 1 test(\|) test(\) In groff, this renders as: test() test( In mandoc, this renders as: test() test() It is, of course, a typo in the manpage, but a difference nonetheless... -- Anthony J. Bentley -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv