diff options
author | John Wren Kennedy <[email protected]> | 2013-12-18 15:09:45 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-12-18 16:46:35 -0800 |
commit | 2820bc49c5b7d63aa3941b8e173005f17dd0cee4 (patch) | |
tree | 131821e33c5246cf3a48512ee7ff9f03ffc70d0a /cmd/zfs | |
parent | fd8febbd1e6ff3d3eec6b9d395ab65400769da19 (diff) |
Illumos #4208
4208 Typo in zfs_main.c: "posxiuser"
Reviewed by: Sonu Pillai <[email protected]>
Reviewed by: Will Guyette <[email protected]>
Reviewed by: Eric Diven <[email protected]>
Reviewed by: Christopher Siden <[email protected]>
Approved by: Richard Lowe <[email protected]>
References:
https://www.illumos.org/issues/4208
illumos/illumos-gate@f38cb554a534c6df738be3f4d23327e69888e634
Ported-by: Brian Behlendorf <[email protected]>
Closes #1986
Diffstat (limited to 'cmd/zfs')
-rw-r--r-- | cmd/zfs/zfs_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/zfs/zfs_main.c b/cmd/zfs/zfs_main.c index d612bdff8..98c53dd59 100644 --- a/cmd/zfs/zfs_main.c +++ b/cmd/zfs/zfs_main.c @@ -21,7 +21,7 @@ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2012 by Delphix. All rights reserved. + * Copyright (c) 2013 by Delphix. All rights reserved. * Copyright (c) 2012, Joyent, Inc. All rights reserved. * Copyright (c) 2013 Steven Hartland. All rights reserved. * Copyright 2013 Nexenta Systems, Inc. All rights reserved. @@ -2131,7 +2131,7 @@ static int us_type_bits[] = { USTYPE_SMB_USR, USTYPE_ALL }; -static char *us_type_names[] = { "posixgroup", "posxiuser", "smbgroup", +static char *us_type_names[] = { "posixgroup", "posixuser", "smbgroup", "smbuser", "all" }; typedef struct us_node { |