Commit Graph

3 Commits

Author SHA1 Message Date
rmacklem
c657be1ea1 Fix the err() arguments for a nfssvc(8) failure.
argv has been incremented during argument handling, so elements of the
array are no longer valid. Change the err() arguments so only the
first string pointer in argv is used.
Found during code inspection.
2018-08-08 20:30:12 +00:00
rmacklem
59888653eb Use the .Fx macro in the man page.
Reported by:	bjk
2018-06-15 21:07:14 +00:00
rmacklem
2c54117502 Add a command that copies or migrates a data file from one DS to another.
This command can be used by a sysadmin to either copy or migrate a data
file on one DS to another DS.
Its main use is to recover data files onto a mirrored DS after the DS has
been repaired and brought back online.
2018-06-15 19:45:15 +00:00