From 401117dc5d80a2b64e1e51bae9977c498c10cf9a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 8 Jun 2016 11:30:34 +0200 Subject: [PATCH] st.4: srcfix Signed-off-by: Michael Kerrisk --- man4/st.4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man4/st.4 b/man4/st.4 index a0ad76dde..2eb64b106 100644 --- a/man4/st.4 +++ b/man4/st.4 @@ -336,13 +336,15 @@ Format the tape into one or two partitions. If .I mt_count is positive, it gives the size of partition 1 and partition -0 contains the rest of the tape. If +0 contains the rest of the tape. +If .I mt_count is zero, the tape is formatted into one partition. From kernel version 4.6, negative .I mt_count -specifies the size of partition 0 and the rest of the tape contains partition -1. The physical ordering of partitions depends on the drive. +specifies the size of partition 0 and +the rest of the tape contains partition 1. +The physical ordering of partitions depends on the drive. This command is not allowed for a drive unless the partition support is enabled for the drive (see .BR MT_ST_CAN_PARTITIONS