mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Document lines/cols in user_info
This commit is contained in:
@@ -260,6 +260,16 @@ C<tty=>.
|
||||
The local machine's hostname as returned by the C<gethostname()>
|
||||
system call.
|
||||
|
||||
=item lines=int
|
||||
|
||||
The number of lines the user's terminal supports. If there is
|
||||
no terminal device available, a default value of 24 is used.
|
||||
|
||||
=item cols=int
|
||||
|
||||
The number of columns the user's terminal supports. If there is
|
||||
no terminal device available, a default value of 80 is used.
|
||||
|
||||
=back
|
||||
|
||||
=item user_env
|
||||
|
Reference in New Issue
Block a user