diff --git a/conserver.cf/conserver.cf.man.in b/conserver.cf/conserver.cf.man.in index fd89f20..addaf52 100644 --- a/conserver.cf/conserver.cf.man.in +++ b/conserver.cf/conserver.cf.man.in @@ -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. diff --git a/conserver/group.c b/conserver/group.c index cfdc80e..27c102b 100644 --- a/conserver/group.c +++ b/conserver/group.c @@ -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; diff --git a/test/results/test13 b/test/results/test13 index 4fe7cfb..6846f4d 100644 --- a/test/results/test13 +++ b/test/results/test13 @@ -1,3 +1,3 @@ - shellb on at Local - shella on at Local - shell on at Local + shellb on at Local + shella on at Local + shell on at Local diff --git a/test/results/test15 b/test/results/test15 index 9362da6..f2e64ef 100644 --- a/test/results/test15 +++ b/test/results/test15 @@ -1 +1 @@ - shell on at Local + shell on at Local