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 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 5797 invoked from network); 13 Apr 2023 14:06:38 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 13 Apr 2023 14:06:38 -0000 Received: from mail-wm1-f51.google.com ([209.85.128.51]) by 9front; Thu Apr 13 10:03:12 -0400 2023 Received: by mail-wm1-f51.google.com with SMTP id l10-20020a05600c1d0a00b003f04bd3691eso19114957wms.5 for <9front@9front.org>; Thu, 13 Apr 2023 07:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1681394589; x=1683986589; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=9p927Q3byZAWnGMqNzqafDB4S752m/m14FRoyQJMeQg=; b=SafNDAJXI5yCej/TKoCLgYWoIl0351HAfd/8mBvjVfhRaBvC60KNaN8E3BHOM1XvzQ XI1sgqee5+3bNFt+krVn8XDzWG8BgRmT7BuMGxX2NRXKWe3MtYmKPvki9xmf6X/Rqyen NWaoTRwRhqlU/mfbfJkc4FLZVZ+j4UAfA9L7VM+0uoFbwfWhv7oY7Kxmw0X3m4njKSFm D78naFWMr0c+f2/VIN55pIKY2RPp3f3kcCyCFZRUfHBbFDUwB8dLR+o64V9kEwv4pJhW nBOPge4U+uDfwPem0eX4cU7drCwzmY/0EXnHo4S/mzSM9lOxkftuR6nT+vu7tu/KeISG HVPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681394589; x=1683986589; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=9p927Q3byZAWnGMqNzqafDB4S752m/m14FRoyQJMeQg=; b=fm8SFygfFVO4rgXuCYRl9i6MA0DNLnk6dIrdAbWGOFJGRH+lqjQSwiHJpnuqbizACe bcvelZZobN7xIYJ2MCXYeVGn4Qk4Lc8vCRuHVVsJRSZSYnwKxGNRhes4+tWYYfIhBQuA AbXFw3DWoKQ8r9xcI/P0eqfTODMwRQhH2KH387BtFjK9ZOUAEUsHHMtCyF3Ns1d3Y21T NC3ZVp2Z0ClIm2bluksmCp53J2YTtSYC+AQk5hibjUgGicJU84RRltM1Gg099bjm5sSX UtRTgxNfeIzdT+01EbuA5Hpyi06cXMI0BRXW3ZC0WY35+VFw05xyMY9JH3YQsgkUXgSL qYWg== X-Gm-Message-State: AAQBX9c+5geeeYADQlGZQiyL9NmkJPTuIfknrlVzOwJ9G9oLRbPvEtbg yYEj0sz3PejFxXbVrGTzpMC4SCmmqozt1TjcsDb20Ekeg54YOFkNLGBplg== X-Google-Smtp-Source: AKy350YZrqxwfweodvb7PaBDIwcuu4dE2JyZ/RNOENJ9V7NK5SUpbOlcv6vjamSwRdATLGqeJG9tzG+icpF/jo/oaEk= X-Received: by 2002:a7b:cb06:0:b0:3ed:af6b:7fb3 with SMTP id u6-20020a7bcb06000000b003edaf6b7fb3mr1974259wmj.2.1681394589309; Thu, 13 Apr 2023 07:03:09 -0700 (PDT) MIME-Version: 1.0 From: Jesse Rosenstock Date: Thu, 13 Apr 2023 16:02:57 +0200 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: WEB2.0 over SVG replication framework-aware injection-scale control Subject: [9front] [PATCH] segment(3): Fix typo Reply-To: 9front@9front.org Precedence: bulk hostower => hostowner, introduced in 99ed9623b5. --- sys/man/3/segment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/3/segment b/sys/man/3/segment index 52b79d69e..5d1bbd65d 100644 --- a/sys/man/3/segment +++ b/sys/man/3/segment @@ -75,7 +75,7 @@ with a fixed physical base address suitable for hardware DMA access. Sticky segments are like normal shared segments but preallocated at creation time and never swapped out. -Only the hostower is allowed to create +Only the hostowner is allowed to create .B fixed or .B sticky -- 2.40.0.634.g4ca3ef3211-goog