From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTP id 3e55c433 for ; Wed, 28 Jun 2017 23:22:56 -0500 (EST) Received: by mail-io0-f181.google.com with SMTP id r36so674887ioi.1 for ; Wed, 28 Jun 2017 21:22:56 -0700 (PDT) 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-id:date:message-id; bh=p+0E9hdbZ+AAIacLgJn8Ca8jgv6ZojIPi8mEYsFnkuM=; b=hNprsJg/IuGFCJpsrLJhXgJlRQ7xAADyPPGloIsFiLyJLqRPCcUCAOD6XzvOkU3uZI DFLqf1Y5jF2tzfJfidyLqp7zeFpGxjl+G5BSYNmY58Y8Fp1EdTAZ78ejBjNTwdwPnf23 jsp4/ijDX3dA0qCdWIg1BD/d0fhmMHnVWa6bQtvgjIwrFus09/fXDqSlmeHNRawVdQFs rUiHQMc6mSxmZwQt53jFK46kzkYaRsv7viW76e2aaS4QqKWHvbEc8wfQHDYoAnNHOO39 j4Fxhn1Cj06tNPfCK9LbJrJq805ZPhnwUnU9O012zU5T5+lEDw4YyL+n5cNJqlLTZt9z i/cA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:mime-version:content-id :date:message-id; bh=p+0E9hdbZ+AAIacLgJn8Ca8jgv6ZojIPi8mEYsFnkuM=; b=eVkcGLg6B+ubLf1rfMneTuIzRf0fpAOCQiJXyGx+a0WP/WIFBW8Aw+roDM4E8cMwUN fJR2MJ9WXjiz5eCxHjkckcRZ71T1ib5mlmOsmG2Dv7eYLIo4yDr9/28FXQ/0cBiJV4KP ch/liVNmp2BOjPCU5AgYtl13PUeKcZh9JV84CHEu2NB69KEbpTh5DjRzC4xX2bfn9Aqc WwXd0GZ/A0UNQDGZf+JK3KRkHBZRH6Ram7u3km7vZojKsOHouuZPzJewqQh2ccrJmXUi Z+D2/WOSPyqhFpjJmcCkcU4XpOA1Ps3xnoeTkx8pPWOi8DDWh9vsrzYtj7JS3RvQiEwU MgGg== X-Gm-Message-State: AKS2vOwvLtD7zXi+mVAQn/LVJ+GewA2XamSkArAIuPiQxADiSQjAS9et +6wz50dme6u2UdXiRcw= X-Received: by 10.107.20.201 with SMTP id 192mr3948168iou.60.1498710174180; Wed, 28 Jun 2017 21:22:54 -0700 (PDT) Received: from cathet.us. (75-161-126-169.albq.qwest.net. [75.161.126.169]) by smtp.gmail.com with ESMTPSA id 86sm2220104ioj.8.2017.06.28.21.22.53 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Jun 2017 21:22:53 -0700 (PDT) Sender: "Anthony J. Bentley" Received: from cathet.us (localhost [127.0.0.1]) by cathet.us. (OpenSMTPD) with ESMTP id bb3f8ea8 for ; Wed, 28 Jun 2017 22:22:52 -0600 (MDT) From: "Anthony J. Bentley" To: tech@mdocml.bsd.lv Subject: docbook2mdoc(1): Don't use Aq for XML tags X-Mailinglist: mandoc-tech Reply-To: tech@mandoc.bsd.lv MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <56624.1498710171.1@cathet.us> Date: Wed, 28 Jun 2017 22:22:52 -0600 Message-ID: <89255.1498710172@cathet.us> Index: docbook2mdoc.1 =================================================================== RCS file: /cvs/docbook2mdoc/docbook2mdoc.1,v retrieving revision 1.7 diff -u -p -r1.7 docbook2mdoc.1 --- docbook2mdoc.1 19 Oct 2014 19:11:29 -0000 1.7 +++ docbook2mdoc.1 28 Jun 2017 13:34:11 -0000 @@ -34,7 +34,7 @@ generates and .Xr eqn 7 from the -.Aq refentry + section of DocBook source, ignoring other sections. If unspecified or .Ar \&- , @@ -53,10 +53,10 @@ SGML DocBook documents may be parsed unl constructs, such as empty end tags .Li . The only non-DocBook construct recognised are -.Aq xi:include \(sl + .Pq which is discarded and -.Aq mml:* , +, which is accepted and converted to .Xr eqn 7 . .Sh EXIT STATUS @@ -83,7 +83,7 @@ The .Nm utility is experimental. As such, only a modest subset of the -.Aq refentry + domain is accepted. .Pp The output -- To unsubscribe send an email to tech+unsubscribe@mandoc.bsd.lv