mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Spell 'set' as 'cleared' where appropriate.
This commit is contained in:
parent
3a3b49aaff
commit
c2cd97a3d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105177
@ -249,7 +249,7 @@ main(argc, argv)
|
||||
name);
|
||||
} else {
|
||||
sblock.fs_flags &= ~FS_ACLS;
|
||||
warnx("%s set", name);
|
||||
warnx("%s clear", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -291,7 +291,7 @@ main(argc, argv)
|
||||
name);
|
||||
} else {
|
||||
sblock.fs_flags &= ~FS_MULTILABEL;
|
||||
warnx("%s set", name);
|
||||
warnx("%s clear", name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user