debug.sh.8: Add FILES section

Which contains only the source code file.

While here, remove trailing empty lines in the end of the page.

Reviewed by:	mhorne
Differential Revision:	https://reviews.freebsd.org/D56659
This commit is contained in:
Artem Bunichev
2026-04-30 10:49:14 -03:00
committed by Mitchell Horne
parent 16dd592982
commit 0ed292531e
+6 -3
View File
@@ -12,7 +12,7 @@
.\" Please send copies of changes and bug-fixes to: .\" Please send copies of changes and bug-fixes to:
.\" sjg@crufty.net .\" sjg@crufty.net
.\" .\"
.Dd October 22, 2024 .Dd April 27, 2026
.Dt DEBUG.SH 8 .Dt DEBUG.SH 8
.Os .Os
.Sh NAME .Sh NAME
@@ -175,6 +175,11 @@ The use of
.Ic $_DEBUG_SH .Ic $_DEBUG_SH
is to prevent multiple inclusion, is to prevent multiple inclusion,
though it does no harm in this case. though it does no harm in this case.
.Sh FILES
.Bl -tag -width "/libexec/debug.sh" -compact
.It Pa /libexec/debug.sh
Source code of the debugging facilities.
.El
.Sh BUGS .Sh BUGS
Does not work with some versions of Does not work with some versions of
.Xr ksh 1 . .Xr ksh 1 .
@@ -187,5 +192,3 @@ PD ksh works ok ;-)
.Nm .Nm
was written by was written by
.An Simon J Gerraty Aq Mt sjg@crufty.net . .An Simon J Gerraty Aq Mt sjg@crufty.net .