diff options
| author | Artem Bunichev <tembun@bk.ru> | 2026-04-30 13:49:14 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2026-04-30 13:49:52 +0000 |
| commit | 0ed292531e0457f271b838dd9dc99a86534d3a99 (patch) | |
| tree | 754921b9c22c1a0129e7a4b30154b282501d2350 | |
| parent | 16dd592982887fb3bc27460c50215cd54157ac5f (diff) | |
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
| -rw-r--r-- | share/man/man8/debug.sh.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man8/debug.sh.8 b/share/man/man8/debug.sh.8 index 3b59d6ae2e78..dba24eb6f12d 100644 --- a/share/man/man8/debug.sh.8 +++ b/share/man/man8/debug.sh.8 @@ -12,7 +12,7 @@ .\" Please send copies of changes and bug-fixes to: .\" sjg@crufty.net .\" -.Dd October 22, 2024 +.Dd April 27, 2026 .Dt DEBUG.SH 8 .Os .Sh NAME @@ -175,6 +175,11 @@ The use of .Ic $_DEBUG_SH is to prevent multiple inclusion, 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 Does not work with some versions of .Xr ksh 1 . @@ -187,5 +192,3 @@ PD ksh works ok ;-) .Nm was written by .An Simon J Gerraty Aq Mt sjg@crufty.net . - - |
