diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-07-30 10:58:42 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2004-07-30 10:58:42 +0000 |
commit | af7b3605253e18c879cd8d40b0ddc1497bead238 (patch) | |
tree | bffa09c10b6503db2f87f1ea65121046306c3ca0 /el_GR.ISO8859-7/articles/formatting-media | |
parent | 3a4e9341ba6d02a6e661512e8c972aac675c3548 (diff) |
MFen: 1.20 -> 1.27
Notes
Notes:
svn path=/head/; revision=21734
Diffstat (limited to 'el_GR.ISO8859-7/articles/formatting-media')
-rw-r--r-- | el_GR.ISO8859-7/articles/formatting-media/article.sgml | 43 |
1 files changed, 31 insertions, 12 deletions
diff --git a/el_GR.ISO8859-7/articles/formatting-media/article.sgml b/el_GR.ISO8859-7/articles/formatting-media/article.sgml index 61b135cea9..0690f40789 100644 --- a/el_GR.ISO8859-7/articles/formatting-media/article.sgml +++ b/el_GR.ISO8859-7/articles/formatting-media/article.sgml @@ -1,10 +1,16 @@ <!-- $FreeBSD$ The FreeBSD Greek Documentation Project - Original version: 1.20 + Original version: 1.27 --> <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ +<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> +%authors; +<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"> +%freebsd; +<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EL"> +%trademarks; <!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> %man; ]> @@ -30,6 +36,13 @@ <pubdate>������� 1997</pubdate> + <legalnotice id="trademarks" role="trademarks"> + &tm-attrib.freebsd; + &tm-attrib.iomega; + &tm-attrib.opengroup; + &tm-attrib.general; + </legalnotice> + <abstract> <para>�� ����� ������� ���������� ��� �� ������ �� ������� (slices), ������������ (partition) ��� ������������� (format/����������) @@ -101,7 +114,7 @@ <sect2> <title>�������</title> - <para>� ���������� ������ ��� Unix ���� ����� ��� ������ �� ���������� + <para>� ���������� ������ ��� &unix; ���� ����� ��� ������ �� ���������� ������. �� �������� ��������� ������ ��� �������� ��� �������������� �� ���� �� ������� ��� ��� FreeBSD ������ (��������).</para> @@ -124,12 +137,18 @@ </listitem> <listitem> - <para>������: ���� �������� ������ ���������� � ��������� ������ ��� - ������ �� ������� ���������, ��������� ���� ��� ��� ������ ��� - ������� ��� �����. �� �������� ������������� ���������� ��� ����� - ����������� ��� �����, � ������ ������ ���� �� ���������. ������� - ������, CDROMs, �������-������ ���� ��� Zip/Jazz ����������� ���� - ����� ������������ ������.</para> + <para>������: �� ������� ������, �� CDROM, �� �������-������� + �������� ��� �� ����������� ���� &iomegazip;/&jaz; ����� ������� + ��� ��� �������� ������� ����������� ��������� ��� + ���������������� ������. + � ������ ���� ����������� ����� ��� ����� ����������� ���� � + ������������ ������ �� ������ �������������� ��� ��� �����, ��� + ��� ������ �������� �� ��� �������� ���� ���� ������ ��� ������ + ��� �������� ��� �� ����� � ������ �������� �� �����. + �� ������� ������� �� �������� ������� ������� ��������������� ��� + ������ (��������� ���, ���������������, ���.) ��� �� �������� + ������� �� <quote>���������</quote> ������� ���� ���� ������ + �������� ��� ������.</para> </listitem> <listitem> @@ -338,7 +357,7 @@ drive(s)?</screen> <informalexample> <screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/ad2 count=2</userinput> -&prompt.root; <userinput>disklabel /dev/$d > /tmp/label</userinput> +&prompt.root; <userinput>disklabel /dev/ad2 > /tmp/label</userinput> <lineannotation>������� �� disklabel ��� �� ���������� partitions:</lineannotation> &prompt.root; <userinput>vi /tmp/label</userinput> &prompt.root; <userinput>disklabel -B -R -r ad2 /tmp/label</userinput> @@ -543,7 +562,7 @@ swapon: added /dev/da0b as swap space</screen> ������� ������� ������� ���� �� ��������������� �� ����. � ���������� ������� ���������� (striping). �� ��� ���������� ����� �������� ������������ ���� �������� ������ ����������� �� �������� ��� �� - ���������� ����� �������. �������� �� &man.ccd.4; ��� + ���������� ����� �������. �������� ��� manual pages &man.ccd.4; ��� &man.ccdconfig.8; � ��� <ulink URL="http://stampede.cs.berkeley.edu/ccd/">������ ������ ��� CCD</ulink> ��� ������������ ������������.</para> @@ -626,7 +645,7 @@ swapon: added /dev/da0b as swap space</screen> </listitem> <listitem> - <para>Jordan Hubbard (<email>jkh@FreeBSD.org</email>) + <para>&a.jkh; ��� ����� �� sysinstall ������� ��� ������� ������ ��������.</para> </listitem> @@ -637,7 +656,7 @@ swapon: added /dev/da0b as swap space</screen> </listitem> <listitem> - <para>Greg Lehey (<email>grog@FreeBSD.org</email>) + <para>&a.grog; ��� ������ ��� ������� ���, ��������� ��� �����������, ��� ��� ��� ���������� ��� �� ������� ������.</para> </listitem> |