Garrett Wollman
25a5737a0f
Add some more macro advice and correct spelling of ``parentheses''.
1997-12-07 20:19:20 +00:00
Garrett Wollman
c9c42d0aa7
Added some advice to avoid typedef'ing structures, as this breaks
...
information-hiding. Also recommended against naming typedefs to end
in _t unless POSIX or ANSI requires it, and in favor of using queue(3)
macros to generate lists rather than rolling one's own.
1997-12-07 19:53:44 +00:00
David E. O'Brien
d927c2c392
state that "kernel includes" ==> sys/*.h
1997-11-12 06:29:10 +00:00
Peter Wemm
122c2021d3
An overhaul of style.9 to clear up some of the ambiguities. A number of
...
things are explicitly stated now rather than being implied by example.
Obtained from: Quite a few people over the last few weeks
Reviewed by: core
1997-05-27 10:00:08 +00:00
Mike Pritchard
405eecfbb1
Check for -1 instead of EOF in the getopt() example.
...
Submitted by: Kent Vander Velden
1997-04-09 19:03:14 +00:00
Mike Pritchard
dd5527c607
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
...
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
1997-03-21 20:14:15 +00:00
Peter Wemm
e25aeca937
Revert $FreeBSD$ back to $Id$
1997-02-22 13:26:29 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Wolfram Schneider
0b992c1d66
Sort cross references.
1996-12-26 16:16:37 +00:00
Mike Pritchard
aab5e1b6d0
Minor formatting/style fixes.
...
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134
1996-12-09 07:45:59 +00:00
Wolfram Schneider
f31078c2f7
bring back ``case '?':'' in switch statement
1996-08-24 10:49:09 +00:00
Wolfram Schneider
7416827fb1
add copyright, $Id$
...
remove case '?', if '?' is not in getopt(), it should
not be in the switch statement
1996-08-22 16:55:15 +00:00
Bruce Evans
0ba27adc20
Restored most of suggestion about using NULL, even though wollman
...
disagrees with it personally :-), and fixed the misleading parts.
1996-07-17 12:32:18 +00:00
Garrett Wollman
117e1bd9ef
Delete incorrect and misleading suggestion about NULL. I left in
...
the part about testing pointers against NULL, even though I disagree
with it personally.
1996-06-13 19:52:42 +00:00
Mike Pritchard
89e33e9285
Fix some typos.
1996-04-07 08:37:54 +00:00
Mike Pritchard
906c1e27fc
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
Joerg Wunsch
81f2fe8dca
Convert this to a real man page. Using one blurb of a .Bd -literal
...
looks rather ugly.
Also slightly adopt the contents to the results of a discussion that
took place in -core some months ago. We couldn't agree on everything,
but some of the previous sentiments were rather outdated.
1996-03-31 22:36:14 +00:00
Mike Pritchard
6fad16fd59
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
Poul-Henning Kamp
56accb4fa4
Recreate style with original indent.
1995-12-21 18:35:19 +00:00
Bruce Evans
091e867f75
Don't use the normal `.Sh' indentation of 5 for the style guide. It
...
screws up the indentation and the style guide is half about indentation.
1995-12-14 18:26:31 +00:00
Poul-Henning Kamp
b030a30523
Add a slightly edited version of the style document.
1995-12-14 10:50:27 +00:00