Merge pull request #69 from bzfbd/bz_baudprint

conserver: reflect that baud rates have increased to 7 digits
This commit is contained in:
Bryan Stansell 2022-07-07 17:57:14 -07:00 committed by GitHub
commit 1b2bf598b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -468,7 +468,7 @@ all consoles have an implicit ``include "*";'' at the beginning
of their definition). of their definition).
.RS .RS
.TP .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 .br
Assign the baud rate to the console. Assign the baud rate to the console.
Only consoles of type ``device'' will use this value. Only consoles of type ``device'' will use this value.

View File

@ -2210,7 +2210,7 @@ CommandExamine(GRPENT *pGE, CONSCLIENT *pCLServing, CONSENT *pCEServing,
break; break;
} }
FilePrint(pCLServing->fd, FLAGFALSE, 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); b, p);
if (args != (char *)0) if (args != (char *)0)
break; break;

View File

@ -1,3 +1,3 @@
shellb on at Local shellb on at Local
shella on at Local shella on at Local
shell on at Local shell on at Local

View File

@ -1 +1 @@
shell on at Local shell on at Local