Remove duplicate word "size size".

PR:		docs/166272
Submitted by:	eadler
This commit is contained in:
Sergey Kandaurov 2012-03-20 08:56:30 +00:00
parent 671d3cc419
commit a44a5a598c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38612

View file

@ -21,8 +21,8 @@
<year>2001</year>
<holder>Robert A. Van Valzah</holder>
</copyright>
<pubdate>$Date: 2006-08-29 19:45:44 $ GMT</pubdate>
<releaseinfo>$Id: article.sgml,v 1.16 2006-08-29 19:45:44 blackend Exp $</releaseinfo>
<pubdate>$Date: 2012-03-20 08:56:30 $ GMT</pubdate>
<releaseinfo>$Id: article.sgml,v 1.17 2012-03-20 08:56:30 pluknet Exp $</releaseinfo>
<legalnotice id="trademarks" role="trademarks">
&tm-attrib.freebsd;
&tm-attrib.general;
@ -2092,7 +2092,7 @@ ok <userinput>boot -s</userinput></screen>
use strict;
use FileHandle;
my $config_tag1 = '$Id: article.sgml,v 1.16 2006-08-29 19:45:44 blackend Exp $';
my $config_tag1 = '$Id: article.sgml,v 1.17 2012-03-20 08:56:30 pluknet Exp $';
# Copyright (C) 2001 Robert A. Van Valzah
#
# Bootstrap Vinum
@ -2291,7 +2291,7 @@ foreach my $i (0..$#spndl) {
printf DLOUT "%4s%9d%9d%10s\n", "$vip:", $totsiz+$cfgsiz, $minoff-$cfgsiz,
'vinum';
} else {
# No need to mess with size size and offset if there was no swap
# No need to mess with size and offset if there was no swap
printf DLOUT "%4s%9d%9d%10s\n", "$vip:", $totsiz, $minoff,
'vinum';
}