mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-18 20:37:56 +00:00
conserver: reflect that baud values have increased to 7 digits
When having "examine" print baud/parity increase the maximum string width from 6 to 7 digits. And while here try to indicate more baud values in the manual going up to 4000000.
This commit is contained in:
parent
0ed802ea6f
commit
1a961cdf18
@ -468,7 +468,7 @@ all consoles have an implicit ``include "*";'' at the beginning
|
||||
of their definition).
|
||||
.RS
|
||||
.TP
|
||||
\f3baud\fP \f3300\fP|\f3600\fP|\f31800\fP|\f32400\fP|\f34800\fP|\f39600\fP|\f319200\fP|\f338400\fP|\f357600\fP|\f3115200\fP
|
||||
\f3baud\fP \f3300\fP|\f3600\fP|\f31800\fP|\f32400\fP|\f34800\fP|\f39600\fP|\f319200\fP|\f338400\fP|\f357600\fP|\f3115200\fP|..|\f34000000\fP
|
||||
.br
|
||||
Assign the baud rate to the console.
|
||||
Only consoles of type ``device'' will use this value.
|
||||
|
@ -2210,7 +2210,7 @@ CommandExamine(GRPENT *pGE, CONSCLIENT *pCLServing, CONSENT *pCEServing,
|
||||
break;
|
||||
}
|
||||
FilePrint(pCLServing->fd, FLAGFALSE,
|
||||
" %-24.24s on %-32.32s at %6.6s%c\r\n", pCE->server, d,
|
||||
" %-24.24s on %-32.32s at %7.7s%c\r\n", pCE->server, d,
|
||||
b, p);
|
||||
if (args != (char *)0)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user