From 3ea53e44e2af988331b73fa07a6b37f3a94e88c9 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Sun, 26 Jan 2003 21:13:32 +0000 Subject: [PATCH] Use of some manual pages entities. --- .../books/handbook/disks/chapter.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 8fea4924fb..f78102935f 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -1498,7 +1498,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready So How Do I Backup My Data to Floppies? The best way to backup to floppy disk is to use - tar with the (multi + &man.tar.1; with the (multi volume) option, which allows backups to span multiple floppies. @@ -1507,8 +1507,8 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready &prompt.root; tar Mcvf /dev/fd0 * - When the first floppy is full tar will prompt you to - insert the next volume (because tar is media independent it + When the first floppy is full &man.tar.1; will prompt you to + insert the next volume (because &man.tar.1; is media independent it refers to volumes; in this context it means floppy disk). Prepare volume #2 for /dev/fd0 and hit return: @@ -1527,11 +1527,11 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready compression - Unfortunately, tar will not allow the + Unfortunately, &man.tar.1; will not allow the option to be used for multi-volume archives. - You could, of course, gzip all the files, - tar them to the floppies, then - gunzip the files again! + You could, of course, &man.gzip.1; all the files, + &man.tar.1; them to the floppies, then + &man.gunzip.1; the files again! @@ -1547,13 +1547,13 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready &prompt.root; tar Mxvf /dev/fd0 filename - tar will prompt you to insert subsequent floppies until it + The utility &man.tar.1; will prompt you to insert subsequent floppies until it finds the required file. Alternatively, if you know which floppy the file is on then you can simply insert that floppy and use the same command as above. Note that if the first file on the floppy is a continuation from the - previous one then tar will warn you that it cannot + previous one then &man.tar.1; will warn you that it cannot restore it, even if you have not asked it to!