diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2024-11-17 17:10:56 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-03-26 16:44:16 +0000 |
| commit | 26ec376536622e8fec8f40847aa9b2d1121d585d (patch) | |
| tree | 2cae7ed9b694ea2ec16322b0530c30f66981681e | |
| parent | 8d65152cbfc8861f6920846dea6f540c673ab7b6 (diff) | |
intro.5: Import description table from OpenBSD
Looking around at how everyone else is doing it, this list seems nearly
perfect to me and we should just import it from them. I have added "and
streams" because we have some explanations of those in this section too.
PR: 248562
MFC after: 3 days
Obtained from: OpenBSD
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 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man5/intro.5 b/share/man/man5/intro.5 index 1c746f37a399..60328a4bed06 100644 --- a/share/man/man5/intro.5 +++ b/share/man/man5/intro.5 @@ -35,7 +35,16 @@ .Nm intro .Nd introduction to file formats .Sh DESCRIPTION -This section contains information about file formats. +This section contains information about file formats, including: +.Pp +.Bl -bullet -compact +.It +ASCII configuration and resource files +.It +System binary file and stream structures +.It +Composition of database files +.El .Sh FILES .Bl -tag -width "/usr/local/etc/" -compact .It Pa /etc/ |
