2
0
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:
Todd C. Miller
2010-03-17 10:44:16 -04:00
parent 96a98bed4b
commit 81949e89d1
3 changed files with 66 additions and 48 deletions

View File

@@ -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