Fix wording: secondary -> subordinate.

* libmisc/find_new_sub_gids.c: Fix wording: secondary ->
	subordinate.
	* libmisc/find_new_sub_uids.c: Likewise.
This commit is contained in:
Nicolas François
2013-08-07 01:01:33 +02:00
parent ac53650da5
commit 316bc6b3f4
3 changed files with 10 additions and 4 deletions

View File

@@ -77,9 +77,9 @@ int find_new_sub_gids (const char *owner,
start = sub_gid_find_free_range(min, max, count);
if (start == (gid_t)-1) {
fprintf (stderr,
_("%s: Can't get unique secondary GID range\n"),
_("%s: Can't get unique subordinate GID range\n"),
Prog);
SYSLOG ((LOG_WARN, "no more available secondary GIDs on the system"));
SYSLOG ((LOG_WARN, "no more available subordinate GIDs on the system"));
return -1;
}
*range_start = start;