Commit graph

40 commits

Author SHA1 Message Date
Dru Lavigne
f223ab1430 Add section ID to ZFS Quotas so it can be referred to in Disk Quotas.
Editorial review of Disk Quotas.

Sponsored by:	iXsystems
2014-04-09 15:41:54 +00:00
Dru Lavigne
d0de403a42 Fix XFS section to indicate that this now requires the kernel support to be
compiled in as it is no longer attached to the build.

Sponsored by:	iXsystems
2014-04-07 20:38:16 +00:00
Dru Lavigne
2c7d7c4fed Remove references to NTFS as it was removed from the build in 2012.
Sponsored by:	iXsystems
2014-04-07 17:21:45 +00:00
Dru Lavigne
a0071a7cbe White space fix only. Translators can ignore.
Sponsored by:	iXsystems
2014-04-07 16:48:22 +00:00
Dru Lavigne
cee3cf9230 Add entity for reiserfs(5).
Fix filesystems to file systems.
Editorial review of Linux File Systems.

Sponsored by:	iXsystems
2014-04-07 16:40:15 +00:00
Warren Block
d00687c023 Restore lost <replaceable> tags. 2014-03-16 21:50:24 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Rene Ladan
1d9bea10ed Merge the projects/entities branch into head/
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.

Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated

Translations are untouched except for build fixes.

Approved by:	doceng (gjb)
Approved by:	gjb (mentor)
2013-07-09 21:15:47 +00:00
Gabor Kovesdan
3ab2d87bc1 - MFH 2013-02-18 15:29:06 +00:00
Dru Lavigne
3768200106 Minor patch to r40947 which addresses kaduk's comments.
Approved by:  gjb (mentor)
2013-02-13 15:14:51 +00:00
Dru Lavigne
6aea3fc76d This patch addresses the following:
- removes you

- fixes xref

- modernizes the intro

- modernizes the ZFS RAM section

- updates the date in one sample output

Approved by:  gjb (mentor)
2013-02-11 14:58:34 +00:00
Gabor Kovesdan
a06603e1e8 - MFH 2013-02-05 09:14:34 +00:00
Eitan Adler
7e1c3e6035 Prefer the use of service(1) to explicit invocation of /etc/rc.d
scripts: service(1) puts things in one place and abstracts them.  Also, it's less
typing and easier to autocomplete.

While here modernize script examples by removing the ".sh" suffix.

Discussed on:	-doc
Reviewed by:	bjk (prior version)
Approved by:	bcr (mentor)
2013-01-28 19:42:38 +00:00
Gabor Kovesdan
d95165dc16 - Make the English documentation valid XML 2013-01-21 17:37:33 +00:00
Warren Block
74b4476eda Whitespace-only fixes for the filesystems chapter. Translators, please
ignore.

Patch from dru on freebsd-doc, plus additional indentation fixes for ZFS
section and a few other miscellaneous whitespace problems.

Submitted by:	Dru Lavigne <dru.lavigne@att.net>
2013-01-18 23:26:13 +00:00
Eitan Adler
eeacdc1c2d Correct typo: s/s/d/ in ad1s1
PR:		docs/174061
Submitted by:	Polytropon <freebsd@edvax.de>
Approved by:	??? (mentor)
2012-12-02 23:49:26 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
bfb29d953f MFH
Approved by:	doceng (implicit)
2012-09-14 09:21:39 +00:00
Warren Block
549ad2af05 Remove some extraneous uses of "the". 2012-09-11 17:53:02 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
7ba98a21ad MFH
Approved by:	doceng (implicit)
2012-08-19 23:05:52 +00:00
Manolis Kiagias
620b41c9fe Enhance the mark-up in a few examples 2012-08-11 13:38:59 +00:00
Gabor Kovesdan
3cdf4e4922 - XMLify English books
Approved by:	doceng (implicit)
2012-06-21 16:04:40 +00:00
Eitan Adler
93da362636 Fix a variety of English style nits and other issues found with igor.
Reviewed by:	gabor
Approved by:	wblock
2012-02-13 22:30:13 +00:00
Hiroki Sato
dff504086f Unbreak build. 2012-02-07 09:41:49 +00:00
Ganbold Tsagaankhuu
ad5b332cd2 Add closing tag. 2012-02-07 04:16:18 +00:00
Gavin Atkinson
aeb604418f Mention support of three filesystems generally encountered on Linux
systems: ext2fs, reiserfs and xfs.

This work was done by Isabell Long as part of Google Code-In (GCIN) 2011.

Submitted by:		Isabell Long (isabell121 gmail com)
Minor changes by:	me
Approved by:		bcr (mentor)
2012-02-01 22:44:40 +00:00
Benedict Reuschling
5e41f5f784 Add a section about using the ZFS reservation feature.
This work was done as part of Google Code-In (GCIN) 2011.

GCIN student:		Isabell Long (isabell121 gmail com)
GCIN task mentor:	theraven, pgj
Patch reapplied by:	Niclas Zeising (zeising daemonic se)
Minor cleanups by:	me
2012-01-30 20:01:24 +00:00
Benedict Reuschling
f1485856ea Add a section about using the ZFS quota feature.
This work was done as part of Google Code-In (GCIN) 2011.

GCIN student:		Isabell Long (isabell121 gmail com)
GCIN task mentor:	pgj
Patch reapplied by:	Niclas Zeising (zeising daemonic se)
Minor cleanups by:	me
2012-01-30 19:43:43 +00:00
Gavin Atkinson
c7e307c1fb Minor grammar tweaks.
Submitted by:	Isabell long <isabell121 gmail.com>
2011-05-15 13:35:36 +00:00
Benedict Reuschling
0dce6d58b6 Remove the warning about ZFS being an experimental feature in FreeBSD.
Approved by:    jkois (mentor)
2009-11-26 22:14:55 +00:00
Benedict Reuschling
2b88fcaa22 i386 -> &i386;
Discussed with:     manolis, jkois
Approved by:        jkois (mentor)
2009-08-14 16:48:45 +00:00
Remko Lodder
3aa60364d6 Fix up a few style errors, reword a little and change the
warning into a note.

Submitted by:	gavin
Discussed with:	cvs-doc
2009-08-13 06:17:08 +00:00
Remko Lodder
027dad28c0 Tidy up the ZFS section a bit, adjust the RAID-Z example from two to three
drives and add a warning that the suggested configuration is between three
to nine disks.

PR:		135983
2009-08-11 07:10:14 +00:00
Gabor Pali
640f5f68dd Fix a typo
Submitted by:	Andriy Gapon <avg (at) icyb (dot) net (dot) ua>
2008-11-26 04:54:41 +00:00
Marc Fonvieille
02ab3959ea s/scrubing/scrubbing
Found by:	Mike Miller <mmshop10@mgm51.com>
2008-11-04 20:34:20 +00:00
Tom Rhodes
3cca666122 The zfs and zpool manual pages are in section 8. Fix this.
Noticed by:	ds
2008-10-04 07:39:06 +00:00
Tom Rhodes
d341e2254d Fix two small typos in this chapter.
Noticed by:	ganbold
2008-09-29 12:53:40 +00:00
Tom Rhodes
02c59cb128 Add a chapter on file systems, currently covers ZFS with single disks and
RAIDZ configurations.  My intention is to eventually make this chapter a
complete resource for users who transfer files between, say, OSX, Windows,
and FreeBSD via external storage devices.  But those sections are just
stubs right now, and this chapter is not yet connected to the build.

Reviewed by:	keramida, pgj, manolis, remko
2008-09-28 12:06:24 +00:00