Daniel Gerzo
c3a59abed8
- Include string.h to avoid compile warning about using bzero without
...
defining it
- use herror() rather than perror() to give useful error messages
(the *hostby*() functions set h_errno not errno)
PR: docs/126031
Submitted by: gavin
2008-08-03 09:50:20 +00:00
Xin LI
e140896ec8
Escape <, >, &'s, plus some cleanups against the SGML. There should not
...
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.
Requested by: intron at intron ac
Reviewed by: Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by: simon
2006-01-05 20:03:39 +00:00
Jesus R. Camou
0c5645526e
Fix typo.
...
Noticed by: ceri
Approved by: trhodes (mentor)
2005-11-10 04:54:00 +00:00
Jesus R. Camou
1a115bf288
Update sockets.
...
PR: docs/88507
Submitted by: Ulf Lilleengen <lulf@kerneled.org>
Approved by: trhodes (mentor)
2005-11-09 03:30:59 +00:00
Marc Fonvieille
e98c98f0a9
Typo: s/herror/perror
...
Submitted by: G. Adam Stanislav <adam@redprince.net>
2005-07-22 08:18:31 +00:00
Murray Stokely
40c95a5807
Spellcheck.
2005-05-04 14:17:09 +00:00
Remko Lodder
a71b558a75
s/FreeBSD-current/&os.current;/
...
s/transfered/transferred/ (correct spelling)
PR: docs/78037
Submitted by: Jesus R. Camou <jcamou at cox dot net>
Approved by: simon (mentor)
2005-02-25 15:35:08 +00:00
Josef El-Rayes
6d05c0410f
Modify the author information into standard used through out the handbook.
...
Discussed on: freebsd-doc@
2004-05-16 21:28:34 +00:00
Simon L. B. Nielsen
0b473c33aa
*.sgml:
...
- Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Add trademark entity for Sun.
2004-02-16 00:11:08 +00:00
Marc Fonvieille
a083e812b3
s/close s;/close(s);/
...
Submitted by: BelletJr@aol.com
2003-04-12 11:32:40 +00:00
Marc Fonvieille
87244b4a45
Remove files moved to share/images/books.
2003-04-11 09:34:49 +00:00
Giorgos Keramidas
6ddd2cc0dc
Fix &entities; that lacked an ending ';' character,
...
as reported by the following:
% cd doc/en_US.ISO8859-1
% find . -type f -name '*.sgml' |\
xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$'
% find . -type f -name '*.sgml' |\
xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\
grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'
2002-03-27 01:16:55 +00:00
Chern Lee
fb68848e50
Spelling Fixes:
...
* loadded -> loaded
* useability -> usability
* idealogy -> ideology
* manpages -> man pages
* fucntion -> function
* useable -> usable
* nowehere -> nowhere
* loger -> longer
* mechanisim -> mechanism
* staticly -> statically
* seperatly -> separately
* initilized -> initialized
* priorites -> priorities
* funtions -> functions
* predeclard -> predeclared
* fuction -> function
* signalled -> signaled
* keypresses -> key presses
* devicere -> device
* programing -> programming
* begining -> beginning
* hardcoding -> hard coding
* outputing -> outputting
* siginificant -> significant
And many other "theword" -> "the word" whitespace fixes in the usb chapter.
2001-11-01 00:22:20 +00:00
Chern Lee
cfb67e5b21
Add a $FreeBSD$ version tag.
2001-11-01 00:17:06 +00:00
Dima Dorfman
4a5e851cb2
DocBook police: open and close tags for <screen> should cuddle up to
...
the contents within.
2001-07-06 13:03:06 +00:00
Daniel Harris
5a583aa361
Correct some typos and clarify.
...
PR: 28352
Submitted by: author
2001-06-22 21:29:18 +00:00
Murray Stokely
33c100c32d
Add a chapter on sockets programming.
...
Submitted by: G. Adam Stanislav
2001-06-22 08:49:14 +00:00