Skip to content

Commit

Permalink
"≤" -> "up to"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jan 2, 2025
1 parent 436b1ba commit b98a765
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To build just [`nanoidgen(1)`][], run `make nanoidgen`. No `Makefile` required.

- static function `char *nanoid(size_t length)`

Generates a Nano ID of the given length 256.
Generates a Nano ID of the given length up to 256.

Returns a newly allocated null-terminated string with the ID, or `NULL` if
[`calloc(3)`][] or [`getentropy(3)`][] fail.
Expand Down
2 changes: 1 addition & 1 deletion nanoid.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Expands to
.Fn nanoid 21 .

.Fn nanoid
generates a Nano ID of the given length 256.
generates a Nano ID of the given length up to 256.
Returns a newly allocated null-terminated string with the ID, or
.Dv NULL
if
Expand Down
2 changes: 1 addition & 1 deletion openbsd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ For details, consult `nanoid(3)` and `nanoidgen(1)` man pages.

- static function `char *nanoid(size_t length)`

Generates a Nano ID of the given length 256.
Generates a Nano ID of the given length up to 256.

Returns a newly allocated null-terminated string with the ID, or `NULL` if
[`calloc(3)`][] or [`getentropy(2)`][] fail.
Expand Down
2 changes: 1 addition & 1 deletion openbsd/nanoid.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Expands to
.Fn nanoid 21 .

.Fn nanoid
generates a Nano ID of the given length 256.
generates a Nano ID of the given length up to 256.
Returns a newly allocated null-terminated string with the ID, or
.Dv NULL
if
Expand Down

0 comments on commit b98a765

Please sign in to comment.