John Birrell
44ee97a91b
Added my name/address as requested by Wolfram Schneider.
1997-03-31 04:58:47 +00:00
Hiroyuki Hanai
e8f633781f
Catch up with the original.
1997-03-31 02:40:10 +00:00
Wolfram Schneider
364fe18b8c
The Unix system family tree, BSD part. This is a local copy of
...
http://www.de.freebsd.org/de/ftp/unix-stammbaum
1997-03-31 00:06:03 +00:00
Marc G. Fournier
30d23e30a7
Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example
1997-03-30 23:43:41 +00:00
Marc G. Fournier
f457e46e0d
Add ${MAKEFLAGS} to ${MAKE} in _SUBDIRUSE so that something like
...
'make -j3 world' works
Jordan points out that this may not be the only place this is required to be
added, but so far, its the only one I've found to break -j3
1997-03-30 23:39:39 +00:00
David E. O'Brien
5ac0429f1d
Add an example README.FreeBSD. The tcl one you tend to refer to since tcl
...
is the example is quite spartan.
As pointed out by Bruce there are *three* different filenames being used:
cvs FREEBSD.README
groff FREEBSD-upgrade
libgmp FREEBSD-upgrade
libpcap FREEBSD-upgrade
tcpdump FREEBSD-upgrade
traceroute FREEBSD-upgrade
tcl README.FreeBSD
The handbook states "README.FreeBSD". Perhaps this should be changed?
1997-03-30 09:55:11 +00:00
Peter Wemm
f477a27251
Fix some bugs from bde's list (long lines)
1997-03-29 12:39:52 +00:00
Hiroyuki Hanai
71725c7e0b
Correct the typo, /heading>', to
</heading>'.
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-03-28 16:15:08 +00:00
Andrey A. Chernov
ac02e93687
Fix length-related bugs
...
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-27 03:07:25 +00:00
Peter Wemm
22b1388b70
Add Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-03-27 02:57:53 +00:00
Andrey A. Chernov
af3a7d6841
This variant is commented
...
Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr>
1997-03-26 13:20:30 +00:00
Hiroyuki Hanai
03e9a2b1ca
Catch up with the original.
1997-03-26 05:51:03 +00:00
Andrey A. Chernov
6f810dd5fe
Add ASCII collate mainly for fallback for EUC-type locales
1997-03-25 16:50:07 +00:00
Andrey A. Chernov
ca71f5fc9a
Add Korean LC_TIME
...
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:17:00 +00:00
Andrey A. Chernov
1037a51b7e
Add fake codesets 3 & 4
...
Submitted by: junker@jazz.snu.ac.kr
1997-03-25 16:03:16 +00:00
David E. O'Brien
c573e9ed49
Added Choi Jun Ho <junker@jazz.snu.ac.kr> for his kr-h2ps port.
1997-03-25 10:51:01 +00:00
Hiroyuki Hanai
de4f9d85bf
Catch up with the original.
...
Submitted by: yoshiaki@kt.rim.or.jp and nao@tom-yam.or.jp
1997-03-25 06:31:27 +00:00
Hiroyuki Hanai
ff26e1340f
Catch up with the original.
1997-03-25 05:03:47 +00:00
Joerg Wunsch
3a0d8e274e
top(1) has a tunable parameter for the hash size to hash the user
...
entries. Mention it in make.conf.
1997-03-25 00:04:33 +00:00
Hiroyuki Hanai
b0630b15d9
Sync with the original.
1997-03-24 02:56:52 +00:00
Mike Pritchard
7c692a17cf
Update to reflect the recent changes to support better inode
...
generation numbers.
1997-03-24 00:33:38 +00:00
Mike Pritchard
88cf6634a5
Add malloc(9) to document the kernel malloc() and free() routines.
...
Obtained from: NetBSD w/changes to reflect current FreeBSD headers
and diagnostic messages.
1997-03-22 23:50:21 +00:00
Mike Pritchard
5ea8e149f2
Minor mdoc fixes.
1997-03-22 22:47:34 +00:00
Mike Pritchard
c8ff0947c0
Add vslock(9) to document the vslock() and vsunlock() kernel functions.
...
Obtained from: NetBSD
1997-03-22 22:21:37 +00:00
Mike Pritchard
1e133bd480
One minor mdoc fix.
1997-03-22 22:19:26 +00:00
Mike Pritchard
dad0f56607
Add kernacc(9) that documents the kernacc() and useracc() kernel
...
functions.
Obtained from: NetBSD (renamed from access.9)
1997-03-22 22:06:07 +00:00
Mike Pritchard
4b2502a3e8
Add physio(9).
...
Obtained from: NetBSD w/minor FreeBSD changes
1997-03-22 21:31:29 +00:00
Mike Pritchard
b6c4b1903b
Add mi_switch.9. It documents the kernel mi_switch() and cpu_switch()
...
context switching functions.
Obtained from: NetBSD (renamed from ctxsw.9)
1997-03-22 20:59:18 +00:00
Mike Pritchard
ec505e0408
Add resettodr(9).
...
Obtained from: NetBSD
1997-03-22 20:07:04 +00:00
Mike Pritchard
4035c9100d
Add inittodr(9) to document how the system clock is initialized.
...
Obtained from NetBSD and then modified to reflect how things work
in FreeBSD, along with some minor changes to make a few points
clearer.
1997-03-22 19:46:44 +00:00
Mike Pritchard
de1543a46d
Add time(9) to document the kernel time variables. Obtained from
...
NetBSD and then modified by me to reflect some FreeBSD specific
things and to clarify some other pointed based on some old mail
from Bruce Evans about this man page.
1997-03-22 19:09:31 +00:00
Mike Pritchard
95522ed527
Minor mdoc cleanup - don't use .Pa for non-pathname items.
1997-03-21 20:16:33 +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
Mike Pritchard
fb5ce63a63
Fix a number of typos and use the .Tn macro where appropriate.
1997-03-21 20:04:21 +00:00
Wolfram Schneider
aaa489a86d
Change X Inside to Xi Graphics
...
See http://www.xig.com/ci/pr/970219.xigraphics.html
Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet
1997-03-21 18:40:08 +00:00
Wolfram Schneider
3c57a6592b
Change domain name xinside.com to xig.com
...
http://www.xig.com/ci/pr/970219.xigraphics.html
Leading Software Company Changes Name to Avoid Confusion with Internet
Porn Denver -- A leading developer of high-performance graphical
software has changed its name from X Inside to Xi Graphics. The
reason: Ongoing confusion between the software developer and the
increasing number of X-rated pornography companies on the Internet
1997-03-21 17:02:44 +00:00
Hiroyuki Hanai
68491b9663
Catch up with the original.
1997-03-21 09:46:34 +00:00
Hiroyuki Hanai
aa3f06734f
Catch up with the original.
1997-03-21 09:22:24 +00:00
Hiroyuki Hanai
8cd3868fee
Change the release number and <date> to fit with the current release.
1997-03-21 06:57:50 +00:00
David E. O'Brien
6200903a02
Very minor word change.
1997-03-21 01:36:18 +00:00
Mike Pritchard
df7f5d4de4
Fix a minor grammar problem.
1997-03-21 00:30:58 +00:00
Mike Pritchard
d00f4c321d
Use the .An macro in the AUTHOR section.
1997-03-20 16:14:21 +00:00
Mike Pritchard
0728623156
Document the .An (author name) macro. Also cleanup some other problems
...
I noticed while editing these man pages.
Usage: .An Author_name
Example:
This manual page was written by
.An Mike Pritchard Aq mpp@FreeBSD.ORG .
Produces:
This manual page was written by Mike Pritchard <mpp@FreeBSD.ORG>.
1997-03-20 16:04:04 +00:00
Jordan K. Hubbard
4baaa399be
Reinstating stuff that fell out after jeorg's update...
...
Submitted-By: pds
1997-03-20 13:15:41 +00:00
Mike Pritchard
a238c207df
Update to use the .Rv macro now that I know it exists :-).
1997-03-19 21:08:48 +00:00
Bruce Evans
eb051a2cf8
Fixed missing #includes in synopsis.
...
Fixed stale reference to <sys/inode.h>.
1997-03-19 21:02:11 +00:00
Mike Pritchard
8889d6ac3a
Document the .Rv (return values) macro.
...
".Rv -std atexit" will generate the following text:
The atexit() function returns the value 0 if successful; otherwise the
value -1 is returned and the global variable errno is set to indicate the
error.
1997-03-19 21:01:45 +00:00
Bruce Evans
e0d9d675fb
Fixed misuse of .Ft for enum members. (.Fa seems to be the best
...
available macro for enum, struct and union members. .Ft seems to
be the best available macro for enum, struct and union tags and
types).
Fixed missing void arg types.
1997-03-19 20:42:18 +00:00
Mike Pritchard
5b945c8686
Update the table of contents such as it is to reflect my previous change.
1997-03-19 20:31:42 +00:00
Mike Pritchard
c41c97fab9
Document the previously undocumented .Bf (begin font mode) macro.
...
Moved the descriptions of the .Em, .Li and .Sy macros into
the new "Font Modes" sub-section along with .Bf, since they are
all related.
1997-03-19 20:16:50 +00:00