svn commit: r334561 - projects/pnfs-planb-server/usr.bin/pnfsdscopymr

Rick Macklem rmacklem at FreeBSD.org
Sun Jun 3 14:32:39 UTC 2018


Author: rmacklem
Date: Sun Jun  3 14:32:38 2018
New Revision: 334561
URL: https://svnweb.freebsd.org/changeset/base/334561

Log:
  Use the .Dq macro for quoting. Not a content change.
  
  Reported by:	bjk

Modified:
  projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1

Modified: projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1
==============================================================================
--- projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1	Sun Jun  3 14:13:11 2018	(r334560)
+++ projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1	Sun Jun  3 14:32:38 2018	(r334561)
@@ -43,7 +43,7 @@ command copies a data storage file for an MDS file fro
 It is normally used to recover data files onto a repaired DS, but can also
 be used to manually migrate a data storage file from one DS to a different one.
 By default, the command will copy the data storage file for
-``mdsfile''
+.Dq mdsfile
 to one of the other DSs to create a mirror of it.
 This might be done if the file was created before mirroring was enabled on
 the pNFS service and now needs to be mirrored.
@@ -52,7 +52,8 @@ The following options are available:
 .Bl -tag -width Ds
 .It Fl r Ar mounted-on-DS-dir
 This option indicates that the data storage file should be created on the DS
-that is mounted on the directory ``mounted-on-DS-dir''.
+that is mounted on the directory
+.Dq mounted-on-DS-dir .
 It will only do the copy if there is an entry in the pnfsd.dsfile extended
 attribute that has an IP address of 0.0.0.0.
 See
@@ -64,8 +65,10 @@ 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 ``source-mounted-on-DS-dir'' to
-the DS mounted on the directory ``destination-mounted-on-DS-dir''.
+the source DS mounted on the diectory
+.Dq source-mounted-on-DS-dir
+to the DS mounted on the directory
+.Dq destination-mounted-on-DS-dir .
 In this case, the data storage file will be removed from the source DS
 when the copy is completed.
 .El


More information about the svn-src-projects mailing list