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 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 10822 invoked from network); 1 Nov 2021 17:15:35 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 1 Nov 2021 17:15:35 -0000 Received: from mail-pj1-f41.google.com ([209.85.216.41]) by 4ess; Mon Nov 1 13:07:39 -0400 2021 Received: by mail-pj1-f41.google.com with SMTP id n36-20020a17090a5aa700b0019fa884ab85so16461424pji.5 for <9front@9front.org>; Mon, 01 Nov 2021 10:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=YO/SEd4hq04rJIsXsStMX0m76jzTgc23EROvhBWetLo=; b=DASMb8FmORu4FJPWICprFzO6vQwS0HR9AVi8fekaOnwiWx9vEVCZAhfvLK4MiDZpE/ s40L4XKNvD0AebO4w2bQNNWC0qJxp3qRtRmTRAx7ggJ7kG4FOVqZUENqjddmZJ1uBZoW FP0uk6jKrrhcafj08oyNMEgPi3Wz4gUsXnQw9WNaeBIDlC2YIETEOqm4f3Jaq5eWksR5 EG+ZcVVXFGeE90y/yzrf3miQOOOXS+3nVzAZh29GpCsxDM6ZpbhyDa17PYVS/0J0tgwm YnWEy0FFBMNor7DaEu7h2JSz8hIKgeuAAOrJTf7mH+09m+ojK9soFObiFPOPBnF/KLaP QKuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=YO/SEd4hq04rJIsXsStMX0m76jzTgc23EROvhBWetLo=; b=H1wLFf/KJ+53tyXMK34SmhcUJy3SVnewaSA5gy51Jlb+qMSwRCTonoQUjPnz4d7756 ilVZWRxoEgZWO9482TWEEmJ6kFfUXVViAkCBU+WWgBxLvUL0ioi9rEIIe8XxZeBtBdUz MAd3iD2+KI8zOy2NbKgszCBIAsk+1mdo+lO7tXs7L7KpCMQdbcc9KFwHCz623TdTq0/3 tfoAWauVzTlkRBKkZUOJh/4qoxHehz46xo4kVUyGUoe1Km1/nw9apJMqeYPEgSAHllb2 q6GhC+rDbavqlHIfLr9x0yLwneHdJSAksEpgOSnX3oeFRoi5g+HtEcAgTMzOGVTM5+YU c85w== X-Gm-Message-State: AOAM530FSwLOkFbRcXgwPsleZ4XEasU3YHBKQqz4fJVtzdlj8RTHUJ4P z8OLvnTIK02d86yCyNDQ59vqtYX1kXQ= X-Google-Smtp-Source: ABdhPJxTRpP3WwYu3kKkcV6x7JwvIHQhooI1Pjq++QnGMKFj0D6AV7uH6st8u1FTIKRZeTKfDp2XKw== X-Received: by 2002:a17:902:d703:b0:140:e3a:cc7e with SMTP id w3-20020a170902d70300b001400e3acc7emr26157994ply.65.1635786450931; Mon, 01 Nov 2021 10:07:30 -0700 (PDT) Return-Path: Received: from imac.0x30.net (d205-250-121-157.bchsia.telus.net. [205.250.121.157]) by smtp.gmail.com with ESMTPSA id il17sm42648pjb.52.2021.11.01.10.07.30 for <9front@9front.org> (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Mon, 01 Nov 2021 10:07:30 -0700 (PDT) Date: Mon, 1 Nov 2021 10:07:28 -0700 From: Kyle Milz To: 9front@9front.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="man_grep_args.diff" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ISO-certified database storage content-driven layer Subject: [9front] man grep args spacing diff Reply-To: 9front@9front.org Precedence: bulk hi, having no blank lines between the argument descriptions in the grep manual looks strange to me. i noticed there are both styles throughout the manuals but i think in this case having the blank lines is better. i also think putting the The options are: in its own paragraph looks better too. diff below makes those changes. kyle diff aebf92224f1977cfac6fae779d5c288e16afcebd uncommitted --- a/sys/man/1/grep +++ b/sys/man/1/grep @@ -40,11 +40,11 @@ with lowest precedence. Normally, each line matching the pattern is `selected', and each selected line is copied to the standard output. -The options are +.PP +The options are: .TP .B -c Print only a count of matching lines. -.PD 0 .TP .B -h Do not print file name tags (headers) with output lines.