From owner-dev-commits-src-main@freebsd.org Fri Jul 23 19:41:21 2021 Return-Path: Delivered-To: dev-commits-src-main@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 51363677C5B; Fri, 23 Jul 2021 19:41:21 +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 4GWfns1Vrrz4kvd; Fri, 23 Jul 2021 19:41:21 +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 1B3FE2AD09; Fri, 23 Jul 2021 19:41:21 +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 16NJfLim011810; Fri, 23 Jul 2021 19:41:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16NJfLrx011809; Fri, 23 Jul 2021 19:41:21 GMT (envelope-from git) Date: Fri, 23 Jul 2021 19:41:21 GMT Message-Id: <202107231941.16NJfLrx011809@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Mark Johnston Subject: git: 93d8b4da7b7a - main - kasan.9: Fix formatting in the synopsis 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/main X-Git-Reftype: branch X-Git-Commit: 93d8b4da7b7aaa5bc23f6e7ba206fbf61b242462 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2021 19:41:21 -0000 The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=93d8b4da7b7aaa5bc23f6e7ba206fbf61b242462 commit 93d8b4da7b7aaa5bc23f6e7ba206fbf61b242462 Author: Mark Johnston AuthorDate: 2021-07-23 19:40:50 +0000 Commit: Mark Johnston CommitDate: 2021-07-23 19:40:50 +0000 kasan.9: Fix formatting in the synopsis Sponsored by: The FreeBSD Foundation --- share/man/man9/kasan.9 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/share/man/man9/kasan.9 b/share/man/man9/kasan.9 index d675a78f1e29..68bcc9fdbf3a 100644 --- a/share/man/man9/kasan.9 +++ b/share/man/man9/kasan.9 @@ -39,9 +39,7 @@ The kernel configuration can be used to compile a KASAN-enabled kernel using .Pa GENERIC as a base configuration. -Alternately, to compile -.Nm -into the kernel, place the following line in your +Alternately, to compile KASAN into the kernel, place the following line in your kernel configuration file: .Bd -ragged -offset indent .Cd "options KASAN"