Welcome to little lamb

Code » limb » commit 5716d19

Minor doc fix

author Olivier Brunel
2023-04-19 07:04:05 UTC
committer Olivier Brunel
2023-05-20 18:06:37 UTC
parent 6e221e6f2978fae3d4af5cc73d71926df4cd82a2

Minor doc fix

src/doc/term.h/ask_password.3.md +3 -0

diff --git a/src/doc/term.h/ask_password.3.md b/src/doc/term.h/ask_password.3.md
index 25beec0..0b1882d 100644
--- a/src/doc/term.h/ask_password.3.md
+++ b/src/doc/term.h/ask_password.3.md
@@ -51,6 +51,9 @@ The `ask_password`() function may fail and set `errno` for any of the errors
 described for [term_echo](3) and [buffer_getuptoc](3), with the following
 exceptions :
 
+: *EINVAL*
+:: The argument for [buffer_getuptoc](3) cannot be invalid.
+
 : *ENOTTY*
 :: If [term_echo](3) fails with *ENOTTY* when disabling input character echoing,
 :: `ask_password`() simply ignores it and attempts to proceed as normal.