diff --git a/iocBoot/iocvxWorks/camac.cmd b/iocBoot/iocvxWorks/camac.cmd
index 9b42a76e0a71810f86e58dc2aa45a4a92a68d800..f216e7baafc0ecf3d8f440ca732f8aa61cda1c7e 100644
--- a/iocBoot/iocvxWorks/camac.cmd
+++ b/iocBoot/iocvxWorks/camac.cmd
@@ -1,4 +1,5 @@
-# CAMAC hardware
+
+# BEGIN camac.cmd -------------------------------------------------------------
 # Setup the ksc2917 hardware definitions
 # These are all actually the defaults, so this is not really necessary
 # num_cards, addrs, ivec, irq_level
@@ -45,3 +46,4 @@ dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler1,C=0,DTYP=CAMAC scal
 # Generic CAMAC record
 dbLoadRecords("$(CAMAC)/camacApp/Db/generic_camac.db","P=xxx:,R=camac1,SIZE=2048")
 
+# END camac.cmd ---------------------------------------------------------------
diff --git a/iocBoot/iocvxWorks/dac128V.cmd b/iocBoot/iocvxWorks/dac128V.cmd
index c19bb7c936ce3b78bf3f6bd80f835867679e9efd..bf003c802a0e3cccca52bc9aeb37e86db1fb2358 100644
--- a/iocBoot/iocvxWorks/dac128V.cmd
+++ b/iocBoot/iocvxWorks/dac128V.cmd
@@ -1,3 +1,6 @@
+
+# BEGIN dac128V.cmd -----------------------------------------------------------
+
 # Initialize Systran DAC
 # initDAC128V(char *portName, int carrier, int slot)
 # portName  = name to give this asyn port
@@ -7,3 +10,4 @@ initDAC128V("DAC1", 0, 3)
 
 dbLoadTemplate("dac128V.substitutions")
 
+# END dac128V.cmd -------------------------------------------------------------
diff --git a/iocBoot/iocvxWorks/industryPack.cmd b/iocBoot/iocvxWorks/industryPack.cmd
index ee3955d81605218e3acae2d83b7bbeddeb9aa93f..cf8b194d73456ededb2da2d3b42bc2ec6c8e838d 100644
--- a/iocBoot/iocvxWorks/industryPack.cmd
+++ b/iocBoot/iocvxWorks/industryPack.cmd
@@ -1,3 +1,6 @@
+
+# BEGIN industryPack.cmd ------------------------------------------------------
+
 # This configures the Industry Pack Support
 
 # First carrier
@@ -41,3 +44,4 @@ ipacReport(2)
 # SBS IpUnidig digital I/O
 #< ipUnidig.cmd
 
+# END industryPack.cmd --------------------------------------------------------
diff --git a/iocBoot/iocvxWorks/ip330.cmd b/iocBoot/iocvxWorks/ip330.cmd
index b79441743c3df6632493d8f44f4b90cbc74e2c8a..ba496e3b09bd4893664bfe2b12f49760d72cfc60 100644
--- a/iocBoot/iocvxWorks/ip330.cmd
+++ b/iocBoot/iocvxWorks/ip330.cmd
@@ -1,3 +1,6 @@
+
+# BEGIN ip330.cmd -------------------------------------------------------------
+
 # Initialize Acromag IP-330 ADC
 # initIp330(
 #   const char *portName, int carrier, int slot,
@@ -58,3 +61,4 @@ dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_2,DTYP=asynMCA,NCHAN=2
 dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_3,DTYP=asynMCA,NCHAN=2048,INP=@asyn(Ip330Sweep1 2)")
 dbLoadRecords("$(MCA)/mcaApp/Db/mca.db", "P=xxx:,M=mip330_4,DTYP=asynMCA,NCHAN=2048,INP=@asyn(Ip330Sweep1 3)")
 
+# END ip330.cmd ---------------------------------------------------------------
diff --git a/iocBoot/iocvxWorks/ipUnidig.cmd b/iocBoot/iocvxWorks/ipUnidig.cmd
index bf17d166c6a0ae85cfb1717d834ccef988573f7a..9e71dad699d78becbd29506a0947abddd98d58b9 100644
--- a/iocBoot/iocvxWorks/ipUnidig.cmd
+++ b/iocBoot/iocvxWorks/ipUnidig.cmd
@@ -1,3 +1,6 @@
+
+# BEGIN ipUnidig.cmd ----------------------------------------------------------
+
 # Initialize Greenspring IP-Unidig
 # initIpUnidig(char *portName,
 #              int carrier,
@@ -20,3 +23,4 @@ initIpUnidig("Unidig1", 0, 1, 2000, 116, 0xfffffb, 0xfffffb)
 # IP-Unidig binary I/O
 dbLoadTemplate "IpUnidig.substitutions"
 
+# END ipUnidig.cmd ------------------------------------------------------------
diff --git a/iocBoot/iocvxWorks/quadEM.cmd b/iocBoot/iocvxWorks/quadEM.cmd
index 6acc11c1b688966d4bb744b0cf384bbb9218e6c7..c18017d273b30ab50abc052764940d2b53dbe18a 100644
--- a/iocBoot/iocvxWorks/quadEM.cmd
+++ b/iocBoot/iocvxWorks/quadEM.cmd
@@ -1,3 +1,6 @@
+
+# BEGIN quadEM.cmd ------------------------------------------------------------
+
 # initQuadEM(quadEMName, baseAddress, fiberChannel, microSecondsPerScan,
 #            maxClients, unidigName, unidigChan)
 #  quadEMName  = name of quadEM object created
@@ -31,3 +34,4 @@ dbLoadRecords("$(QUADEM)/quadEMApp/Db/quadEM_med_FFT.db", "P=xxx:quadEM_FFT:,NCH
 # Database for fast feedback using quadEM and dac128V
 dbLoadTemplate("quadEM_pid.substitutions")
 
+# END quadEM.cmd --------------------------------------------------------------
diff --git a/iocBoot/iocvxWorks/save_restore.cmd b/iocBoot/iocvxWorks/save_restore.cmd
index 84628ae1b3bd7bd36e448e9afee1eb8d1c91c251..8c5e86e38aa6c3e94ce7ce0d7e6568d91859b7de 100644
--- a/iocBoot/iocvxWorks/save_restore.cmd
+++ b/iocBoot/iocvxWorks/save_restore.cmd
@@ -1,3 +1,6 @@
+
+# BEGIN save_restore.cmd ------------------------------------------------------
+
 ### save_restore setup
 #
 # The rest this file does not require modification for standard use, but...
@@ -60,3 +63,5 @@ set_requestfile_path(std, "stdApp/Db")
 set_requestfile_path(vme, "vmeApp/Db")
 
 dbLoadRecords("$(AUTOSAVE)/asApp/Db/save_restoreStatus.db", "P=xxx:")
+
+# END save_restore.cmd --------------------------------------------------------