commit: d64da802090024682b17f4aa10ce7bfd602a1df4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 12:33:32 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 10 19:49:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d64da802
man: xpak.5: mention gpkg Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/portage/pull/920 Signed-off-by: Sam James <sam <AT> gentoo.org> man/xpak.5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man/xpak.5 b/man/xpak.5 index 536810db5..36c8891ec 100644 --- a/man/xpak.5 +++ b/man/xpak.5 @@ -1,10 +1,11 @@ -.TH XPAK 5 "Oct 2011" "Portage VERSION" "Portage" +.TH XPAK 5 "Oct 2022" "Portage VERSION" "Portage" .SH NAME xpak \- The XPAK Data Format used with Portage binary packages .SH DESCRIPTION -Every Gentoo binary package has a xpak attached to it which contains build -time information like the USE flags it was built with, the ebuild it was -built from, the environmental variables, CFLAGS, CXXFLAGS, etc... +Gentoo binary packages built in the \fIxpak\fR format have an xpak attached to +it which contains build time information like the USE flags it was built with, +the ebuild it was built from, the environmental variables, CFLAGS, CXXFLAGS, etc. +Note that the \fIgpkg\fR format is different and described in GLEP 78. .SH NOTES .SS Data Types The following conventions cover all occurrences in this documentation
