From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f41.google.com ([209.85.221.41]) by ewsd; Sat Nov 10 17:14:59 EST 2018 Received: by mail-wr1-f41.google.com with SMTP id u9-v6so5480423wrr.0 for <9front@9front.org>; Sat, 10 Nov 2018 14:14:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:content-disposition; bh=TTTrmdfYVyzEvkuPE7g9K8ERHq2R6UqSwArZTu4Veic=; b=o+edO8NimNNvCC4ln6wbUZEVJwIYnbygA2y+Agh+e/3XWXL2M0ksfN64udmIpT3TJe XX1dJteC5JBpPigEOlXW1VGHttbahhMOb+FybQ61GbSa4yaXqRVDd6qtGFAKNNIBSAVN vDy35BANSUb4Io/PkyEkXeUfG5+ig/VQYI/AwsBmDSVpwh2wzYJy9rqImTNZ+7Xl1me2 ffpndSGM4hm9rHY00hQCovzkGe92CXZNRK21tMIklibTs4lIroCueeM+Z963J/awb7Ya ksv83ABBdz/GMI7M754nzZmZU4qghAoKAhV/UadNgkeK6jjkmeKMi9rge2fZySiENXjD Qf9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id :content-disposition; bh=TTTrmdfYVyzEvkuPE7g9K8ERHq2R6UqSwArZTu4Veic=; b=ItWPA1BIuif4IYE0t2uWXYsyGWLuFwyL6gCiEDD0Qvk/k99Bg2WB7Ekf5f/rMrGU4m Y9Ys+EZrLw2ReuJlGf0RTu+f5IBXTTQUl64vQJLQqiryB6DRirvuu0qWDw0AAjtZhEgd 9YbXqIPVlEISpT01ncQ0Ph5lobTc3KrWI5qiLVbxor09rqTYr4U1vji/+Y1ycbkhTPLJ CAX7bAY/8e0K1jLS6F/NQQYqNC6Qh12z8/8p3te//yfRdRcvL0mmUH3jYrN+rdje2eo5 li77AUoxbHpTiN056LxfJwbpztMyXyPd+iXLIx+HBZX5EyB9Gogsp5rFcF1VDil4tQzp UoNA== X-Gm-Message-State: AGRZ1gKm4pYEXlpLAaLJsAEbb5CSYpGXyJ/oYgt2TpmGt32t4i8AJ+VN oPrwEUWim/dP0/o6eWmfoiEXJunv X-Google-Smtp-Source: AJdET5cG59EBCo7l/QC6W6pBIL19tkKOfU5LyE33mor0zl9wpQZIg/WwkfYCzb7FpDyjflGB6g9gIA== X-Received: by 2002:adf:a109:: with SMTP id o9-v6mr12369315wro.169.1541888095477; Sat, 10 Nov 2018 14:14:55 -0800 (PST) Return-Path: Received: from master.localdomain (ip72-200-124-203.tc.ph.cox.net. [72.200.124.203]) by smtp.gmail.com with ESMTPSA id 78-v6sm5627763wma.38.2018.11.10.14.14.54 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Nov 2018 14:14:55 -0800 (PST) Date: Sat, 10 Nov 2018 15:14:52 -0700 From: Joe M To: 9front@9front.org Subject: man rc patch Message-ID: <20181110221452.GB24888@master> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: private general-purpose manager Hello, Could someone please commit this patch to 9front? Thanks cat document-rc-bug-with-number-arguments.patch # HG changeset patch # User joe # Date 1537545603 25200 # Fri Sep 21 09:00:03 2018 -0700 # Node ID 9a8f28029c768d0e4f190a64f43bc4e5a4cbeb50 # Parent 19b105a970677512b47dc97800e5edf524e9709e document rc bug with number arguments diff -r 19b105a97067 -r 9a8f28029c76 sys/man/1/rc --- a/sys/man/1/rc Thu Sep 20 21:25:38 2018 +0200 +++ b/sys/man/1/rc Fri Sep 21 09:00:03 2018 -0700 @@ -1007,3 +1007,5 @@ Functions containing here documents don't work. .PP Free carets don't get inserted next to keywords. +.PP +$"argument is always empty with number arguments ($"1, $"2, etc.)