entity_namecheck: doc comment: include space as allowed character
The helper function valid_char already allows it but the doc comment was out of date. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Christian Schwarz <me@cschwarz.com> Closes #9879
This commit is contained in:
parent
603059e41a
commit
3aea3c9d54
|
@ -171,7 +171,7 @@ dataset_nestcheck(const char *path)
|
||||||
* Where each component is made up of alphanumeric characters plus the following
|
* Where each component is made up of alphanumeric characters plus the following
|
||||||
* characters:
|
* characters:
|
||||||
*
|
*
|
||||||
* [-_.:%]
|
* [-_.: %]
|
||||||
*
|
*
|
||||||
* We allow '%' here as we use that character internally to create unique
|
* We allow '%' here as we use that character internally to create unique
|
||||||
* names for temporary clones (for online recv).
|
* names for temporary clones (for online recv).
|
||||||
|
|
Loading…
Reference in New Issue