Ensure there is a whitespace after a mount point.

PR:		157286
Submitted by:	Marcus Reid
MFC after:	3 days
This commit is contained in:
Ruslan Ermilov 2011-05-24 06:56:40 +00:00
parent 49d12fd5be
commit 71737f5a06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222245

View file

@ -185,7 +185,7 @@ main(int argc, char **argv)
printf("Exports list on %s:\n", host);
exp = exportslist;
while (exp) {
printf("%-35s", exp->ex_dirp);
printf("%-34s ", exp->ex_dirp);
grp = exp->ex_groups;
if (grp == NULL) {
printf("Everyone\n");