From nobody Thu Dec 02 14:15:26 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 90AA518C1335; Thu, 2 Dec 2021 14:15:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J4dJt2F6Gz4skW; Thu, 2 Dec 2021 14:15:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D0801EE47; Thu, 2 Dec 2021 14:15:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B2EFQlp008840; Thu, 2 Dec 2021 14:15:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B2EFQVp008839; Thu, 2 Dec 2021 14:15:26 GMT (envelope-from git) Date: Thu, 2 Dec 2021 14:15:26 GMT Message-Id: <202112021415.1B2EFQVp008839@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Mark Johnston Subject: git: 344c1bc6e643 - stable/13 - make_dev.9: Fix a typo List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: markj X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 344c1bc6e643cf2b470c2ff8770057462f44c100 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638454526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+7uDpqqeS7aimvq0qZgrgpqg1u3/f8s+xSmCUe+iFCY=; b=YsET9zypRfjwa0mFp9s2wCLHa+y8sk01cEvqWpGJS3mQ7qx2DDfNye7Y0cYErQ0AwDhSSY PaTDtB8UCbEVtW52e03cY+HZdMveuI+omKND9zTg71H6+8phlhImi/E+GNWqV5Kx1CHnuo m9lQrTfzSAIUh5SqgcOVOaXOYg4S0YQ3WzzU6txfE5dbSsM9Ak5Xz9glRAQItsOUCeeXBs 25pc7szQPkRKyxLRzKLsj+WVjnow69Tp+/WrgOsjNaUZY+obStZwWczyYuMTggAfxsSsoW iuD+rkcBmdwlot8AfyREmm7n7cDdUqYdMWU5pw126vqy6ssreK0b1ibSpZUAXg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638454526; a=rsa-sha256; cv=none; b=myblxEwhR/YiK+BbBRo6rh1CPafRzPwvLhS0bpcbZUWOiATf0wzysIyHNm8wug5PEmq2aU 3xcgxilWQfkYNeM4Ie8BzDViEyw8xZ9ueNxu2y0Cs/QKaNbztqhAc/3ShBjnYw+6LyTXe1 ZD1LKNjX6lZeNt2YXhFzX9Fk3VaPZVMlBlAhxOBVDc2yjX5pm/1SEf0/IUrsDDS1xGgF1j 8iddx4FF/lyi1rK3hh9DHVP4UGVOBiOe7x2bgXhjfZo1A9q7lHY97GQaC1Wg8jVuW8JAZe XZL1k/L+G/dW03n2DB20+MFkmKTBKKAGmZTpodxU/yyouKbllxIhrvFy7OYsrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=344c1bc6e643cf2b470c2ff8770057462f44c100 commit 344c1bc6e643cf2b470c2ff8770057462f44c100 Author: Mark Johnston AuthorDate: 2021-11-25 16:32:30 +0000 Commit: Mark Johnston CommitDate: 2021-12-02 14:15:01 +0000 make_dev.9: Fix a typo (cherry picked from commit cc7decfcf93be2a9e78923cc9782fd913f70b78e) --- share/man/man9/make_dev.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/make_dev.9 b/share/man/man9/make_dev.9 index fa186e649bd3..cd038a703616 100644 --- a/share/man/man9/make_dev.9 +++ b/share/man/man9/make_dev.9 @@ -292,7 +292,7 @@ prior to calling The .Fn make_dev_alias function is similar to -.Fn make_dev_alias +.Fn make_dev_alias_p but it returns the resulting aliasing .Ft *cdev and may not return an error.