From e91db34f6df1861acb275d931553ed562efe3ba0 Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Mon, 19 Apr 2021 21:07:55 +0200
Subject: [PATCH] Removed Oracle library syntax from the manualk pages of
 cta-mediachanger-dismount and cta-mediachanger-mount

---
 mediachanger/cta-mediachanger-dismount.1cta | 10 +++-------
 mediachanger/cta-mediachanger-mount.1cta    | 10 +++-------
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/mediachanger/cta-mediachanger-dismount.1cta b/mediachanger/cta-mediachanger-dismount.1cta
index cc91521e0b..bf15f080c6 100644
--- a/mediachanger/cta-mediachanger-dismount.1cta
+++ b/mediachanger/cta-mediachanger-dismount.1cta
@@ -17,7 +17,7 @@
 .SH NAME
 cta-mediachanger-dismount \- dismount a volume
 .SH SYNOPSIS
-.BI "cta-mediachanger-dismount [options] VID DRIVE_SLOT"
+.BI "cta-mediachanger-dismount [options] VID smcDRIVE_ORDINAL"
 
 .SH DESCRIPTION
 \fBWarning\fP, \fBcta-mediachanger-dismount\fP is a developer tool and
@@ -26,12 +26,8 @@ CASTOR.
 End users should not rely on this tool to operate their CASTOR installation.
 
 \fBcta-mediachanger-dismount\fP dismounts the volume with the specified
-\fBVID\fP from the drive located in the specified \fBDRIVE_SLOT\fP within the
-tape library.  \fBDRIVE_SLOT\fP must be in one of the following two forms:
-.IP
-.B acsACS_NUMBER,LSM_NUMBER,PANEL_NUMBER,TRANSPORT_NUMBER
-.IP
-.B smcDRIVE_ORDINAL
+\fBVID\fP from the drive located in the specified \fBDRIVE_ORDINAL\fP within the
+tape library.
 
 .SH OPTIONS
 .TP
diff --git a/mediachanger/cta-mediachanger-mount.1cta b/mediachanger/cta-mediachanger-mount.1cta
index d422a7b61d..f6f1e9cba1 100644
--- a/mediachanger/cta-mediachanger-mount.1cta
+++ b/mediachanger/cta-mediachanger-mount.1cta
@@ -17,7 +17,7 @@
 .SH NAME
 cta-mediachanger-mount \- mount a volume
 .SH SYNOPSIS
-.BI "cta-mediachanger-mount [options] VID DRIVE_SLOT"
+.BI "cta-mediachanger-mount [options] VID smcDRIVE_ORDINAL"
 
 .SH DESCRIPTION
 \fBWarning\fP, \fBcta-mediachanger-mount\fP is a developer tool and is
@@ -25,12 +25,8 @@ therefore subject to change in and even removal from a future release of CASTOR.
 End users should not rely on this tool to operate their CASTOR installation.
 
 \fBcta-mediachanger-mount\fP mounts the volume with the specified
-\fBVID\fP into the drive located in the specified \fBDRIVE_SLOT\fP within the
-tape library.  \fBDRIVE_SLOT\fP must be in one of the following two forms:
-.IP
-.B acsACS_NUMBER,LSM_NUMBER,PANEL_NUMBER,TRANSPORT_NUMBER
-.IP
-.B smcDRIVE_ORDINAL
+\fBVID\fP into the drive located in the specified \fBDRIVE_ORDINAL\fP within the
+tape library.
 
 .SH OPTIONS
 .TP
-- 
GitLab