Skip to content

Commit

Permalink
nanoid.3: move "(256)" out of .Dv GETENTROPY_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 3, 2025
1 parent bff4c4b commit da7c2bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nanoid.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ expands to the default Nano ID length of 21.

.Fn nanoidgen
fills the buffer with a Nano ID of the specified length up to
.Dv GETENTROPY_MAX (256)
and returns the return value of
.Dv GETENTROPY_MAX
(256) and returns the return value of
.Xr getentropy 3 .
.Sh RETURN VALUES
.Rv -std
Expand Down
4 changes: 2 additions & 2 deletions openbsd/nanoid.3
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ expands to the default Nano ID length of 21.

.Fn nanoidgen
fills the buffer with a Nano ID of the specified length up to
.Dv GETENTROPY_MAX (256)
and returns the return value of
.Dv GETENTROPY_MAX
(256) and returns the return value of
.Xr getentropy 2 .
.Sh RETURN VALUES
.Rv -std
Expand Down

0 comments on commit da7c2bf

Please sign in to comment.