From owner-dev-commits-src-all@freebsd.org Fri Jan 8 20:34:11 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54BFC4D643C; Fri, 8 Jan 2021 20:34:11 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f172.google.com (mail-il1-f172.google.com [209.85.166.172]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCFFH1cv0z3FQk; Fri, 8 Jan 2021 20:34:11 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f172.google.com with SMTP id v3so11540072ilo.5; Fri, 08 Jan 2021 12:34:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HJdynBKCJjSMwoph/OzDPojwXDCELLvX/O7gp1cwglk=; b=LXdqlulC6mGJRyIiuVdlyvwwlsky1NJ/gWrmT6vMqIdRvW6T8s8i+v9cMBRvlydlq4 C96Rsu0QGbv2cQV/SRGl4EBfZW1B7JwVmv/OOIvDxa5mvR7LYz9nAkHM3uOKFAPxxA3Q +Cj//q5U7Y4uns0hFRzd4IFbmbDjKdi7v5lVxvVH5U/9lxG80pwnH4qOgAUC8/ZL8B1w Y6WHfMcnWhKVbPUepikGoOznALLqK13QCEgwdWidEfOpmQtwgGL0F938O6gVNKFR7Qxu 0Q/dmAy0KDFl0qa+e7L7yGE5HubwbW3S/LHCydcuFcFys5/qbFNjLnVMdknWhd/W8fcd BMRw== X-Gm-Message-State: AOAM533JITVN+PlzxB3YtfW0AqFKaxHLcgxl18WwwSDbp7ymwxES8mBa 4iPAKa3DLN6lEFX3HPTNGMZSi9K4Pnm/Rb21cHc= X-Google-Smtp-Source: ABdhPJy6uoSmwfOsMreC8mvyD+FPJ5YMVaBxsEeZwCC7UUqMI+44ivQO5xICPDU7x4CH7/nzJXvwkNpXIGOOrXCpykM= X-Received: by 2002:a92:d2ce:: with SMTP id w14mr5844753ilg.182.1610138049874; Fri, 08 Jan 2021 12:34:09 -0800 (PST) MIME-Version: 1.0 References: <202101070924.1079OE4g081849@gitrepo.freebsd.org> <52e99dc8-cd75-a2ab-7670-b81d8aaa8134@FreeBSD.org> In-Reply-To: From: Ed Maste Date: Fri, 8 Jan 2021 15:33:58 -0500 Message-ID: Subject: Re: git: 74bd20769706 - main - Reference newfs_msdos(8) from the newfs(8) manual To: Konstantin Belousov Cc: Warner Losh , Mateusz Piotrowski <0mp@freebsd.org>, src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4DCFFH1cv0z3FQk X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2021 20:34:11 -0000 On Fri, 8 Jan 2021 at 15:25, Konstantin Belousov wrote: > > If there is some explanation along the lines that newfs is the common > name prefix for utilities creating filesystems, with the suffix being > the type of fs, for instance newfs_msdos(8) etc, then it becomes useful > and reasonable. I agree. It would be useful to mention that newfs is "special" with respect to naming; presumably we would call it newfs_ufs if we were now adding it where it did not already exist. Perhaps this should be a NOTES or similar section before the SEE ALSO?