From 5496a0e3854dba9374823e9b561ee8c5fd9c59f4 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 19 Mar 2023 20:18:44 -0700 Subject: Tidy up some text explaining cap.NamedCaps. Signed-off-by: Andrew G. Morgan --- cap/names.go | 4 ++-- go/mknames.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cap/names.go b/cap/names.go index 226aa2b..2655380 100644 --- a/cap/names.go +++ b/cap/names.go @@ -2,8 +2,8 @@ package cap /* ** DO NOT EDIT THIS FILE. IT WAS AUTO-GENERATED BY LIBCAP'S GO BUILDER (mknames.go) ** */ -// NamedCount holds the number of capability values with official -// names known at the time this libcap/cap version, was released. The +// NamedCount holds the number of capability values, with official +// names, known at the time this libcap/cap version was released. The // "../libcap/cap" package is fully able to manipulate higher numbered // capability values by numerical value. However, if you find // cap.NamedCount < cap.MaxBits(), it is probably time to upgrade this diff --git a/go/mknames.go b/go/mknames.go index ff07218..ef348ae 100644 --- a/go/mknames.go +++ b/go/mknames.go @@ -52,8 +52,8 @@ func main() { /* ** DO NOT EDIT THIS FILE. IT WAS AUTO-GENERATED BY LIBCAP'S GO BUILDER (mknames.go) ** */ -// NamedCount holds the number of capability values with official -// names known at the time this libcap/cap version, was released. The +// NamedCount holds the number of capability values, with official +// names, known at the time this libcap/cap version was released. The // "../libcap/cap" package is fully able to manipulate higher numbered // capability values by numerical value. However, if you find // cap.NamedCount < cap.MaxBits(), it is probably time to upgrade this -- cgit v1.2.3