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_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 29324 invoked from network); 13 Jan 2023 06:13:00 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 13 Jan 2023 06:13:00 -0000 Received: from mail-pf1-f173.google.com ([209.85.210.173]) by 9front; Fri Jan 13 01:11:40 -0500 2023 Received: by mail-pf1-f173.google.com with SMTP id x4so11313880pfj.1 for <9front@9front.org>; Thu, 12 Jan 2023 22:11:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=trt4nEcj/pcH1XsN4W97fWEiQVT0y45JWQ77LzQk7Sg=; b=A2djGif7BcLmgmC/FzEJ0S8CYUCvxJoBMMsP3xjHyw2BnbL1eGujDKG6nNxLuVb1Ex Wy9HPOlMaxjKn5LEFLyilNrpVFBP0YptNULHPl99vHPEKXfNdARDKTx+bxgodtyqrqxE uZuC2SUt8+N6feyG2kDDnI6p2SgTltfJwZ9hl4qBOto/o6c7mAr13UkDBTLIMBN0P/6E 3JUTsDhWXX8y3ePpOTvUDvpHgETptJ95gh5SXCK1KqSOg9gehArp4TcRO/eir1qdvphB CnIQYkWF7zBq21L/neg9+gYqt1wY3pBRT/y8Ntv7yUrNh5SSJpJ90LvvZHaTLWdkW8mv QMhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=trt4nEcj/pcH1XsN4W97fWEiQVT0y45JWQ77LzQk7Sg=; b=6zFnI7mUCOpcnSCkLKtnOSAg70aDoYkoCVUlt6kMB3pY+s4d/fZ48OwohxCDkg8R65 yqdk1OpEuSlvgaXMQww8GrlXW7qiRGYtamfRQCxiUKorBr1oDy/mId9+dAU4QWBGVoDn M44teSBJZeYEqQzzOocWwQRB+HFph6fgd8yqXv0HhcazndQNrNSA9P7HM9opUEo2B8Jg sSdtl+v6mIGBz7x0SGYxOoNUSOf5FGBZpXzfFhyc7A35BKUInC39qva9a6slxecEa4cj ZqzneRYcqVyMbcORxKP+xa1HrNXeMPND/D06YMPAyrhx7blnjUW0tuw+budw/ZPgv1S+ P39Q== X-Gm-Message-State: AFqh2kqgYgVE5Bz8fYg8C6ChWTRVKBUuDc60scPuBU0jcJH0YxKnBEUo P4m2L0yC1xio3AQc+bk9iKquJoFoO+R/Uw4xfGLaJcBx X-Google-Smtp-Source: AMrXdXsU3lmJMJS5402hEXoZyi59zkNn0WRqjjFaLOMzjVs+KsFexdpgYaG7mLEEqeFoLVmz3zZofE0UPfTYH+O5zNE= X-Received: by 2002:a05:6a00:4ac3:b0:581:c268:f31c with SMTP id ds3-20020a056a004ac300b00581c268f31cmr4069114pfb.65.1673590296000; Thu, 12 Jan 2023 22:11:36 -0800 (PST) MIME-Version: 1.0 From: fig Date: Thu, 12 Jan 2023 22:11:25 -0800 Message-ID: To: 9front@9front.org Content-Type: multipart/alternative; boundary="00000000000017bed205f21f1bed" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: distributed converged JSON table app Subject: [9front] [patch] upasfs(4) fix Reply-To: 9front@9front.org Precedence: bulk --00000000000017bed205f21f1bed Content-Type: text/plain; charset="UTF-8" this fixes upasfs(4) referencing itself, and trailing comma. diff 0e66f87316e571f7edf5274369ec69a5905507aa uncommitted --- a/sys/man/4/upasfs +++ b/sys/man/4/upasfs @@ -474,8 +474,7 @@ .IR pop3 (8), .IR qer (8), .IR rewrite (6), -.IR send (8), -.IR upasfs (4), +.IR send (8) .br Erik Quanstrom ``Scaling Upas'', --00000000000017bed205f21f1bed Content-Type: text/html; charset="UTF-8" this fixes upasfs(4) referencing itself, and trailing comma.
diff 0e66f87316e571f7edf5274369ec69a5905507aa uncommitted
--- a/sys/man/4/upasfs
+++ b/sys/man/4/upasfs
@@ -474,8 +474,7 @@
 .IR pop3 (8),
 .IR qer (8),
 .IR rewrite (6),
-.IR send (8),
-.IR upasfs (4),
+.IR send (8)
 .br
 Erik Quanstrom
 ``Scaling Upas'',

--00000000000017bed205f21f1bed--