Correct some typos.

This commit is contained in:
Pawel Jakub Dawidek 2007-05-06 14:54:41 +00:00
parent 9d3f3e9711
commit 18eb427c60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169312

View File

@ -1005,14 +1005,14 @@ eli_kill(struct gctl_req *req)
* How '-a' option combine with a list of providers:
* Delete Master Keys from all attached providers:
* geli kill -a
* Delete Master Keys from all attached provider and from
* Delete Master Keys from all attached providers and from
* detached da0 and da1:
* geli kill -a da0 da1
* Delete Master Keys from (attached or detached) da0 and da1:
* geli kill da0 da1
*/
/* First detached provider. */
/* First detached providers. */
for (i = 0; i < nargs; i++) {
prov = gctl_get_ascii(req, "arg%d", i);
if (!eli_is_attached(prov))