Ensure there is a whitespace after a mount point.
PR: 157286 Submitted by: Marcus Reid MFC after: 3 days
This commit is contained in:
parent
49d12fd5be
commit
71737f5a06
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user