Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 fix file path



details:   https://anonhg.NetBSD.org/src/rev/410a228026ad
branches:  trunk
changeset: 935339:410a228026ad
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Jun 30 16:22:55 2020 +0000

description:
fix file path

diffstat:

 share/man/man7/kernel_sanitizers.7 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 31803e33b257 -r 410a228026ad share/man/man7/kernel_sanitizers.7
--- a/share/man/man7/kernel_sanitizers.7        Tue Jun 30 16:21:17 2020 +0000
+++ b/share/man/man7/kernel_sanitizers.7        Tue Jun 30 16:22:55 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kernel_sanitizers.7,v 1.2 2020/06/24 08:20:13 wiz Exp $
+.\"    $NetBSD: kernel_sanitizers.7,v 1.3 2020/06/30 16:22:55 maxv Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 22, 2020
+.Dd June 30, 2020
 .Dt KERNEL_SANITIZERS 7
 .Os
 .Sh NAME
@@ -54,7 +54,7 @@
 [Theoretically supported on all other architectures with no MD change required]
 .Ss Files
 .Bl -tag -width XXXX -compact
-.It Pa src/common/lib/libc/misc/
+.It Pa src/common/lib/libc/misc/ubsan.c
 Core KUBSAN code.
 MI.
 .El



Home | Main Index | Thread Index | Old Index