style(9) questions about Copyright comment

Steve Kargl <[email protected]> Sat, 1 Aug 2026 11:28:38 -0700
Newsgroups gmane.os.freebsd.devel.hackers
Message-ID <[email protected]>
In reading style(9), it states the comment with the
the Copyright should appear as

/*
  * Copyright (c) 1984-2025 John Q. Public
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

which appears contrary with regards to practice.  The
opening line for a Copyright comment contains a minus
sign, i.e.,

/*-
  * Copyright (c) 1984-2025 John Q. Public
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */

Should style(9) be fixed?

-- 
steve