Skip to content

Commit ff49ced

Browse files
brooksdavisbsdjhb
authored andcommitted
strfcap(3): don't claim %p is in hex
It's decimal by default like all other numbers.
1 parent f15a0cb commit ff49ced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/libc/cheri/strfcap.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3737
.\" SUCH DAMAGE.
3838
.\"
39-
.Dd June 6, 2023
39+
.Dd October 7, 2025
4040
.Dt STRFCAP 3
4141
.Os
4242
.Sh NAME
@@ -130,7 +130,7 @@ is replaced by the length of the capability.
130130
.It Cm \&%o
131131
is replaced by the offset of the capability.
132132
.It Cm \&%p
133-
is replaced by the raw permissions in hexadecimal format.
133+
is replaced by the raw permissions.
134134
.It Cm \&%P
135135
is replaced by an abbreviated textual representation of permissions
136136
listing zero or more of the following characters:
@@ -182,7 +182,7 @@ is replaced by
182182
.El
183183
.Pp
184184
When formatting plain numbers with
185-
.Cm a , b , l , o , s , t ,
185+
.Cm a , b , l , o , p , s , t ,
186186
and
187187
.Cm v
188188
the following flags may be used:

0 commit comments

Comments
 (0)