diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2024-11-17 17:14:21 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-03-26 16:44:26 +0000 |
| commit | 37508388d066826d0a36b5ec646c95a9ffb00d28 (patch) | |
| tree | 3089395734f48e76126b1f9065b5120b50852d01 | |
| parent | 26ec376536622e8fec8f40847aa9b2d1121d585d (diff) | |
intro.5: More verbose introductory sentence
Explain a little about everything is a file,
matching the style of earlier intro pages.
PR: 248562
MFC after: 3 days
Approved by: mhorne (mentor)
Reviewed by: imp, mhorne, Lexi Winter <lexi@le-fay.org>
Pull Request: https://github.com/freebsd/freebsd-src/pull/1534
| -rw-r--r-- | share/man/man5/intro.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/intro.5 b/share/man/man5/intro.5 index 60328a4bed06..525d6801aaad 100644 --- a/share/man/man5/intro.5 +++ b/share/man/man5/intro.5 @@ -35,7 +35,10 @@ .Nm intro .Nd introduction to file formats .Sh DESCRIPTION -This section contains information about file formats, including: +This section contains information about the file formats +which comprise most data structures in the +.Bx +environment, including: .Pp .Bl -bullet -compact .It |
