1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

rectify comment about syncing trace points letters, kdump usage has none

kdump.c r1.138 in 2019 dropped the letters list in favour of [-t trstr].
This commit is contained in:
kn 2024-09-13 20:19:50 +00:00
parent 3800fc3581
commit b15fc96c7c

View File

@ -1,4 +1,4 @@
/* $OpenBSD: subr.c,v 1.17 2023/12/15 15:12:08 deraadt Exp $ */
/* $OpenBSD: subr.c,v 1.18 2024/09/13 20:19:50 kn Exp $ */
/* $NetBSD: subr.c,v 1.6 1995/08/31 23:01:45 jtc Exp $ */
/*-
@ -40,8 +40,7 @@
/*
* If you change the trace point letters, then update to match:
* ktrace/ktrace.1, ktrace/ltrace.1, kdump/kdump.1, and
* usage() in kdump/kdump.c
* ktrace/ktrace.1, ktrace/ltrace.1 and kdump/kdump.1
*/
int
getpoints(const char *s, int defpoints)