Commit graph

26 commits

Author SHA1 Message Date
Warren Block
f2df77b75d Fix two indents missed earlier. 2012-02-08 23:10:59 +00:00
Warren Block
cb153e34f7 Move indexterm outside of a paragraph. 2012-02-08 23:09:55 +00:00
Warren Block
b7c13d3c95 Whitespace-only fixes. 2012-02-08 23:00:04 +00:00
Gabor Pali
7c39370311 - Fix title capitalization style 2008-12-07 22:03:48 +00:00
Simon L. B. Nielsen
ad76c7f369 - endeavours -> endeavor (US English spelling)
- Bump copyright year

PR:		docs/77576
Submitted by:	Jesus R. Camou <jcamou@cox.net>
2005-02-20 16:46:26 +00:00
Ceri Davies
41e9bbc4f4 Use "cp -R" in an example over the
stated-to-be-undesirable-in-the-manual "cp -r".

PR:		docs/74533
Submitted by:	Joel Dahl <joel at automatvapen dot se>
2004-11-29 19:54:10 +00:00
Hiroki Sato
84f8ee0a15 Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
2004-07-06 15:09:55 +00:00
Denis Peplin
bf2a771582 Use &url.main; for references to main FreeBSD website
Ihis entity auto-replaced with ../../../.. by default
and with http://www.FreeBSD.org/ when URLS_ABSOLUTE is set
(used for mirrors and for release building accordingly)
2004-05-11 13:29:48 +00:00
Marc Fonvieille
803f927625 - Remove an useless </dd> in one example.
- Use of .cshrc as "startup" file for csh(1) and tcsh(1) instead of
  .login
- Some British English -> American English
  organise(d) -> organize(d)
  organisation -> organization
  generalised -> generalized

PR:		docs/54456
Submitted by:	Ken Smith <kensmith@cse.Buffalo.EDU>
2003-07-20 20:55:18 +00:00
Peter Pentchev
1f359cbbab /tmp/msg 2003-01-12 18:20:55 +00:00
Giorgos Keramidas
831f707141 Fix a couple of typos:
Every one -> Everyone.
    translating in to -> translating into

PR:		docs/38399
Submitted by:	Chris Pepper <pepper@rockefeller.edu>
2002-05-22 04:45:43 +00:00
Giorgos Keramidas
c77870143a Fix duplicate 'the the' -> 'the'.
PR:		docs/36599
Submitted by:	Shaun Branden <shaun@pcuse.com>
2002-04-01 09:30:03 +00:00
Peter Pentchev
eed41e97e6 Convert the names, descriptions and e-mail addresses of FreeBSD
committers and mailing lists to &a.xxx; entities.

Reviewed by:	keramida
Approved by:	keramida, silence on -doc
2002-03-15 07:46:22 +00:00
Dima Dorfman
fcfccd4a32 <port>fish</port> -> <filename role="package">fish</filename>
Generated with:	s:<port>(.*?)</port>:<filename role="package">\1</filename>:g
2002-02-27 05:08:13 +00:00
Peter Pentchev
0837dba788 Change <filename> tags to <port> when the documentation is referring
to ports as in the FreeBSD Ports Collection.

As pointed out by Nik and others, the <port> tag is not the best way
to mark up Ports Collection ports.  However, for the present it is
the best we have, and the least we can do is be consistent in its
usage :)

Approved as a temp "best current practice" measure by:	bmah, -doc
2002-01-18 07:57:33 +00:00
Murray Stokely
bc83273cff * Correct some links
* Use ftp.hostname.com/directory rather than
  ftp.hostname.com:directory.
* s/freebsd.org/FreeBSD.org/
* Use relative links for FreeBSD.org documents

PR:		31447
Submitted by:	Cyrille Lefevre
Found by:	linbot
2001-10-23 21:54:19 +00:00
Murray Stokely
b6c1d3fcbf Clarify an example.
PR:		docs/30975
Submitted by:	Giorgos Keramidas <charon@labs.gr>, bmah
2001-10-02 06:00:27 +00:00
Murray Stokely
c0425835ca Whitespace change only. Translators please ignore.
PR:		docs/30977
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-10-02 05:28:57 +00:00
Murray Stokely
16dcb50ab9 Fix typo.
PR:		docs/30851
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-09-26 21:49:28 +00:00
Nik Clayton
b30b3464f5 Add a "Quick Start" section, based on one of my messages to -doc. 2001-07-16 14:45:56 +00:00
Nik Clayton
0825dcbd59 Switch to the 4.1 based DTD.
Include some initial experiments in indexing, turned off by default.
2001-04-17 16:16:19 +00:00
Daniel Harris
6fd8dbb265 Fixed lots of typos, thinkos and grammar errors. I ran this by Nik a while
back, since he's the only one who's touched most of the fdp-primer.

Reviewed by:	nik
2000-07-07 18:38:38 +00:00
Peter Wemm
5ff728b8ca $Id$ -> $FreeBSD$ 1999-09-06 06:53:43 +00:00
John Baldwin
cd08f5c92f Lots of [fF]ree(bsd|BSD).(org|ORG) -> FreeBSD.org fixups.
A few doc@FreeBSD.org -> freebsd-doc@FreeBSD.org fixes.

One freebsd -> FreeBSD name fix.

Reviewed by:	nik
1999-08-29 16:08:47 +00:00
Nik Clayton
17da18f046 Rewritten a lot. Clearer in some places, more explicit in others (no,
that does not mean "Get your XXX pics here").

Added $Id$.
1999-07-14 19:25:40 +00:00
Nik Clayton
c4ab126805 My primer for people new to the Doc. Proj. Incomplete, but should be
enough for most people, and gets it into the repository, making it
easier for others to add to as necessary.

This has not (yet) been turned on in the upper level Makefile or
listed on the web site yet, I want to get some more feedback
from readers first.  It should be "made visible" later this week.
1999-04-20 20:59:59 +00:00