From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 968 invoked from network); 24 Jan 2021 03:32:26 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 24 Jan 2021 03:32:26 -0000 Received: from mail-pg1-f172.google.com ([209.85.215.172]) by 1ess; Sat Jan 23 22:03:24 -0500 2021 Received: by mail-pg1-f172.google.com with SMTP id q7so6612904pgm.5 for <9front@9front.org>; Sat, 23 Jan 2021 19:03:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mforney-org.20150623.gappssmtp.com; s=20150623; h=message-id:to:subject:from:date:mime-version :content-transfer-encoding; bh=uDWdwVVtbUnNWBMH+J71NoZGIviQya6XJ0SCmcY0XY8=; b=nAhuAc0qGlgcsKChjztfjVOkTl/xjmYWWIcLo154V/Gw3jfrShTG3mJ7NChol6zI76 PJavKgu1m28RbcAu+oN60r120zbAK/oOOuMLTFIkDvi4nOX7fs486Szz/uL7GV2aDTE8 p22v39WGcZXJBnEQwZ+lKtER++WAbT56DGakBDdSRsXSfjtYYgMgeu1ZgWfYHub1G7N4 PsZb0rPfAgwC8ev7da0OQz9icyMl7oWH+tdihL0qA88sa1atuUaneDa5UZP8lZP+LSZq ZjR01o932bemxJcj3tG3zbHR805khzN9OjTCiy7okJAayE/cQbFKql4kQqV1aq+6AjGc HfIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:to:subject:from:date:mime-version :content-transfer-encoding; bh=uDWdwVVtbUnNWBMH+J71NoZGIviQya6XJ0SCmcY0XY8=; b=sRrkeL9vEB5xjpnA/RL0JVjtHkJkuCNbgFVrMdmwgqCHPiZyOZbm/UBt/C+6i0A2Qg QHPzzlbl3yDEMpM4tgN4gAhs+HsPOcFDYw5Ff7y44blc8atOVW2kFg9WryXv10L1tvLg XjBQedwcs2AyBWSxxAY/M4T35x9dqxTlW8CQECKWkDKPi0K4rvBl+xpPXGV0pmmy5iRW cKIkhh4eT1XFdsMYvIYDGyYUQJNVxh7NGje8AWA1s+yDzGvLJsWREP1KVUhiM1jYBRPI KRgkznd5DmEcFY1+5o2UV4EOVru8iuf1U7yDMZcqcNwzKJ+tNcMzdVefm1uhKscg5/p7 um7w== X-Gm-Message-State: AOAM533iFHLC4GPp9ssA0liAF2PogZ2nLB4BSAKHtxkNfkkSUGVYv/YF 2MIenhlYJ63UmQxpzlg7knvM/HD+2VQnlaUt03I= X-Google-Smtp-Source: ABdhPJwa9sfi8qecaKghlpMl4UPA4r2AXCske+sZQ5yd3utshdQys30FDvSEz6YTD55kE4dscXozdg== X-Received: by 2002:a63:1426:: with SMTP id u38mr1165753pgl.149.1611457392853; Sat, 23 Jan 2021 19:03:12 -0800 (PST) Return-Path: Received: from arrow.hsd1.ca.comcast.net (c-73-70-188-119.hsd1.ca.comcast.net. [73.70.188.119]) by smtp.gmail.com with ESMTPSA id j123sm13628551pfg.36.2021.01.23.19.03.11 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 23 Jan 2021 19:03:12 -0800 (PST) Message-ID: <529454CADDAE1D36B213D73DD8D4FC36@arrow.hsd1.ca.comcast.net> To: 9front@9front.org From: Michael Forney Date: Sat, 23 Jan 2021 19:03:12 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: lossless private hosting out-scaling storage-scale realtime solution Subject: [9front] marshal(1): -d is also passed through to the send command Reply-To: 9front@9front.org Precedence: bulk diff -r b4e0e1c28d06 -r 469d3301c774 sys/man/1/marshal --- a/sys/man/1/marshal Sat Jan 23 13:15:17 2021 -0800 +++ b/sys/man/1/marshal Sat Jan 23 13:38:19 2021 -0800 @@ -13,7 +13,7 @@ .B -B .I copyaddr ] [ -.B -Fr#xn +.B -Fr#xnd ] [ .B -S .I saveto @@ -115,7 +115,7 @@ .BI -n intentionally no standard input .TP -.B -#xr +.B -#xrd are all passed as command line options to the .I send that diff -r b4e0e1c28d06 -r 469d3301c774 sys/src/cmd/upas/marshal/marshal.c --- a/sys/src/cmd/upas/marshal/marshal.c Sat Jan 23 13:15:17 2021 -0800 +++ b/sys/src/cmd/upas/marshal/marshal.c Sat Jan 23 13:38:19 2021 -0800 @@ -155,7 +155,7 @@ void usage(void) { - fprint(2, "usage: %s [-Fr#xn] [-s subject] [-C ccrecipient] [-t type]" + fprint(2, "usage: %s [-Fr#xnd] [-s subject] [-C ccrecipient] [-t type]" " [-aA attachment] [-p[es]] [-R replymsg] -8 | recipient-list\n", argv0); exits("usage");