mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
pnfsdscopymr: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/882
This commit is contained in:
parent
e57d2e4aee
commit
dc8725726d
@ -62,7 +62,7 @@ in order to recover the data
|
||||
storage files onto a repaired DS.
|
||||
.It Fl m Ar source-mounted-on-DS-dir destination-mounted-on-DS-dir
|
||||
This option indicates that the data storage file is to be migrated from
|
||||
the source DS mounted on the diectory
|
||||
the source DS mounted on the directory
|
||||
.Dq source-mounted-on-DS-dir
|
||||
to the DS mounted on the directory
|
||||
.Dq destination-mounted-on-DS-dir .
|
||||
|
@ -171,7 +171,7 @@ main(int argc, char *argv[])
|
||||
pnfsdarg.dspath);
|
||||
|
||||
/*
|
||||
* Check the IP address of the NFS server against the entrie(s)
|
||||
* Check the IP address of the NFS server against the entry(ies)
|
||||
* in the extended attribute.
|
||||
*/
|
||||
strlcpy(host, sf.f_mntfromname, sizeof(host));
|
||||
@ -233,7 +233,7 @@ main(int argc, char *argv[])
|
||||
pnfsdarg.curdspath);
|
||||
|
||||
/*
|
||||
* Check the IP address of the NFS server against the entrie(s)
|
||||
* Check the IP address of the NFS server against the entry(ies)
|
||||
* in the extended attribute.
|
||||
*/
|
||||
strlcpy(host, sf.f_mntfromname, sizeof(host));
|
||||
|
Loading…
Reference in New Issue
Block a user