Commit graph

2830 commits

Author SHA1 Message Date
Wolfram Schneider
934d03e415 Bugfixes for HTML output:
- use ${MACROS} for macro package and not hard-coded -ms
	   Note: -me is currently not supported by unroff(1).
	 - use only ${SRCS} as input files.
1997-02-16 22:23:44 +00:00
Bruce Evans
dab159e3d6 Select between the generic math functions and the i387-specific ones
at runtime.

etc/make.conf:
Nuked HAVE_FPU option.

lib/msun/Makefile:
Always build the i387 objects.  Copy the i387 source files at build
time so that the i387 objects have different names.  This is simpler
than renaming the files in the cvs repository or repeating half of
bsd.lib.mk to add explicit rules.

lib/msun/src/*.c:
Renamed all functions that have an i387-specific version by adding
`__generic_' to their names.

lib/msun/src/get_hw_float.c:
New file for getting machdep.hw_float from the kernel.

sys/i386/include/asmacros.h:
Abuse the ENTRY() macro to generate jump vectors and associated code.
This works much like PIC PLT dynamic initialization.  The PIC case is
messy.  The old i387 entry points are renamed.  Renaming is easier
here because the names are given by macro expansions.
1997-02-16 18:26:31 +00:00
Mike Pritchard
8b3a341046 Typo police. 1997-02-16 16:36:31 +00:00
Mike Pritchard
51ac664f83 Typo and style fixes. 1997-02-16 16:36:17 +00:00
Wolfram Schneider
5340c449dd Lowercase file name for contents. All other directories (psd, smm, usd)
use the file name "contents".

Reviewed by:
Submitted by:
Obtained from:
1997-02-16 12:33:56 +00:00
Wolfram Schneider
e0d769c5c8 Install new intro.5 man page. 1997-02-16 12:13:32 +00:00
Wolfram Schneider
92f2618c58 Add cross references to apropos(1), intro(5), intro(6). 1997-02-16 12:12:00 +00:00
Wolfram Schneider
d4be225939 Remove unsupported man section 3f 1997-02-16 11:46:54 +00:00
Wolfram Schneider
92eea88bbc Add directory man6 to SUBDIR 1997-02-16 11:35:05 +00:00
Wolfram Schneider
97750a7d6b Add an intro for games. 1997-02-16 11:30:03 +00:00
Peter Wemm
098f7d11d1 Update my pgp key 1997-02-16 03:27:52 +00:00
David E. O'Brien
765c61ce45 Fixed URL for ftp.tex.ac.uk in MASTER_SITE_TEX_CTAN.
Added ftp.shsu.edu and ftp.dante.de used by jmz in the latex port.
1997-02-16 02:51:17 +00:00
David E. O'Brien
6880351389 Added:
Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>  - big5con port
Justin M. Seger <jseger@scds.ziplink.net>  - bing port

Opps!  Forgot to add Jordan K. Hubbard for his xspringies port.
1997-02-16 01:45:42 +00:00
Poul-Henning Kamp
c685f73d2a Update my pgp key. 1997-02-15 22:11:13 +00:00
Joerg Wunsch
7fbb1f9df1 Update my PGP key (two new sigs). Being at it, fix up jmb's entry,
you can't use &a.foo; inside <verb>, apparently.

Also claim Usenet Support as my `area', now that i'm doing it
anyway...
1997-02-15 17:23:18 +00:00
Masafumi Max NAKANE
a5774a37ed Added Kiroh HARADA for his gn-gnspool port. 1997-02-15 11:15:43 +00:00
John Polstra
39a2443fbd Add jdp's pgp key.
I will sync up -2.2 to this point (except Id->FreeBSD).
1997-02-14 22:00:36 +00:00
Mike Pritchard
6e768644e1 Style fixes. 1997-02-14 07:47:37 +00:00
Hiroyuki Hanai
a99965e29d Reviewed by:
Submitted by:
Obtained from:
1997-02-14 07:26:36 +00:00
Mike Pritchard
e334931601 Xref boot(9). 1997-02-14 07:08:17 +00:00
Mike Pritchard
4c14d8be74 Style fix. 1997-02-14 07:07:13 +00:00
Mike Pritchard
2f581b2bfa Add boot(9) Obtained from NetBSD w/modifications by me. 1997-02-14 07:06:26 +00:00
Mike Pritchard
88fc18877d Add MD5(9).
Obtained from: OpenBSD
1997-02-14 06:42:21 +00:00
Mike Pritchard
a195100836 Oops. I accidently removed fpa.4 from the install list (it is
a pending change...grr)

Submitted by:	bde
1997-02-14 05:18:02 +00:00
John Polstra
261003872e In the "cleanobj" target, always remove the old-style "${.CURDIR}/obj"
links if they exist.  The old-style links confused make and caused
problems when upgrading from a 2.1.5 or 2.1.6 system.

I will merge this into -2.2.
1997-02-14 05:09:07 +00:00
John-Mark Gurney
4a093a9156 some stylistic changes... "you name here" and "you name" to "your name"
2.2 Candidate
1997-02-14 04:16:19 +00:00
Jean-Marc Zucconi
10a84c544f Fix a typo in the .s.o rule: asssembler -> assembler 1997-02-14 01:42:29 +00:00
Masafumi Max NAKANE
96fda39374 Merge 1.209 -> 1.210 changes. 1997-02-13 23:01:21 +00:00
Masafumi Max NAKANE
bdc52b3ffd Merge 1.61 -> 1.62 changes. 1997-02-13 22:02:42 +00:00
Masafumi Max NAKANE
996d53a586 Typo fix. 1997-02-13 22:01:39 +00:00
Masafumi Max NAKANE
6fb9bea400 Merge 1.4 -> 1.5 changes.
Submitted by:	iwasaki@jp.freebsd.org
1997-02-13 21:55:57 +00:00
Masafumi Max NAKANE
078d274aee Merge 1.206 -> 1.209 changes. 1997-02-13 21:52:37 +00:00
Joerg Wunsch
77457cfda5 Do what i usually forget to do:
Add John-Mark Gurney (jmg@FreeBSD.org) to the list of committers.
1997-02-13 21:20:19 +00:00
Mike Pritchard
3586b410dc Add sl(4) and ppp(4).
Obtained from: NetBSD
1997-02-13 18:48:25 +00:00
Mike Pritchard
9a16c56614 Add vn(4) to document vn pseudo-devices.
Obtained from: NetBSD
1997-02-13 18:29:30 +00:00
Mike Pritchard
8c21e889fd Add motd(5).
Obtained from:  NetBSD
1997-02-13 18:03:23 +00:00
Mike Pritchard
15623f37d0 Typo fix.
Obtained from: NetBSD
1997-02-13 17:38:31 +00:00
Mike Pritchard
d654cd00d6 Add psignal(9).
Obtained from: NetBSD
1997-02-13 17:19:50 +00:00
Mike Pritchard
d46ebd5820 Add panic(9).
Obtained from: NetBSD
1997-02-13 17:02:28 +00:00
Thomas Gellekum
f42b3f95de Add Jeffrey Wheat and Paulo Menezes for their ports. 1997-02-13 15:02:12 +00:00
Jordan K. Hubbard
2ff95d56b3 Document FTP_PASSIVE_MODE in the place where I usually set it. 1997-02-13 09:07:32 +00:00
Wolfram Schneider
da5636b6b2 Support PRINTERDEVICE "html" using the troff translator unroff(1).
It works in most cases, but not all (e.g. nvi).
1997-02-13 03:26:02 +00:00
Satoshi Asami
3344f87d7d Change $FreeBSD$ back to $Id$. I'm sorry, but it's been too long and
it's getting too hard to diagnose people's problems with this.
1997-02-12 11:04:58 +00:00
Jordan K. Hubbard
da1336b0fc Swap news editors to reflect reality. :) 1997-02-11 22:38:41 +00:00
Jordan K. Hubbard
c139dc1fcf Add Guido van Rooij to core team. 1997-02-11 03:55:17 +00:00
David Nugent
408bc30d8c Update manpage; corrections, clarifications and login class (with xref). 1997-02-10 16:03:21 +00:00
Mike Pritchard
7b9099712a Update to reflect new Lite2 fs.h. 1997-02-10 07:10:08 +00:00
Mike Pritchard
076dc43ccb Typo police. 1997-02-09 21:08:52 +00:00
Joerg Wunsch
3cf493c646 Various man pages describing the internals of the SCSI subsystem.
Submitted by:	John-Mark Gurney <gurney_j@resnet.uoregon.edu>
1997-02-09 20:29:15 +00:00
Masafumi Max NAKANE
ad1b44de84 Merge 1.59 -> 1.61 changes.
Submitted by:	simokawa@jp.freebsd.org
1997-02-09 06:11:41 +00:00
Jordan K. Hubbard
f852c47b11 whoops! wosch was right! my sources were out of date and this
change is bogus!  heh heh. [slinks away].
1997-02-09 03:12:09 +00:00
Wolfram Schneider
bd23915358 Delete old (and redundant) machine depend code. 1997-02-09 02:21:07 +00:00
Jordan K. Hubbard
8b7457b509 vfontedpr would appear to be in /usr/bin not /usr/libexec? 1997-02-09 02:16:26 +00:00
Masafumi Max NAKANE
1b06d43f85 Merge 1.25 -> 1.26 changes. 1997-02-09 00:03:27 +00:00
Masafumi Max NAKANE
82be494495 Merge 1.203 -> 1.206 chages. 1997-02-08 23:45:34 +00:00
Masafumi Max NAKANE
8c573c6f5e Merge 1.55 -> 1.57 changes. 1997-02-08 23:38:39 +00:00
Masafumi Max NAKANE
557330ca5f Properly credit the name of translator. 1997-02-08 22:01:43 +00:00
Jordan K. Hubbard
d19c44723d Updates for the 2.1.7-to-be.
Submitted-By: pds
1997-02-07 19:17:22 +00:00
Paul Traina
125e9dcf6c Put libopie.a in libnames 1997-02-07 17:06:24 +00:00
John Fieber
196717e01c The rule for <acronym> was adding a newline where it should not. Fixed. 1997-02-07 02:25:36 +00:00
Joerg Wunsch
92cc1cf79e Update to match the new reality. 1997-02-06 22:23:59 +00:00
Jordan K. Hubbard
e040f03b1c Correct some of my grammer. 1997-02-06 21:31:31 +00:00
John Fieber
d82b42f6e3 The afterdistribute target is a nop in this setting, remove. 1997-02-06 21:10:52 +00:00
John Fieber
c0839d16f8 Change the distribution from doc to bin. If this is to be doc, then
everything that depends on this needs to be doc as well.  Maybe they
doc tools should be split out into a separate distribution, but until
that decision is made, at least keep them together.
1997-02-06 20:53:11 +00:00
Mike Pritchard
76fd8deada Add a link to the quota section in the "OPTION QUOTAS" section. 1997-02-06 17:47:14 +00:00
Brian Somers
04f36f75da Incoming packets no longer have their ip_sum zero'd 1997-02-06 11:16:21 +00:00
Jordan K. Hubbard
eb20e7557b Heh heh.. :-} Whoops, put this list back the way it belongs without
all the stuff inserted in the wrong place.
1997-02-06 11:09:16 +00:00
Eivind Eklund
a6a13ef880 Added my own name to the list of developers. 1997-02-06 06:00:59 +00:00
Jordan K. Hubbard
47510e94d3 Eliminate the position of President from the roster. 1997-02-06 04:56:30 +00:00
Jordan K. Hubbard
d2414da767 Commit the mailing list charter changes. 1997-02-05 23:37:31 +00:00
Mike Pritchard
6a6c4c22d2 Fix a bunch of man pages to stop abusing the .Nm macro, along
with some other minor fixes for some problems I noticed
while making these changes.

Pointed out by:	bde
1997-02-05 15:07:37 +00:00
David E. O'Brien
5c69c267fa Add the condition !defined(USG) to the logic to include <sys/param.h>
There is still some debate if this is yet the proper way to handle
<sys/param.h>, but this is certainly closer than what I had to start with.

Submitted by:	Warner Losh <imp@village.org>
1997-02-05 11:39:48 +00:00
Mike Smith
7b17e6e7be Add Danny to the handbook. Wind up them expectations 8) 1997-02-05 01:09:49 +00:00
Jordan K. Hubbard
5237e118f1 Talk about foreign filesystems.
Submitted-By: pds
1997-02-04 02:11:30 +00:00
John Polstra
9dc6e7c9d3 Update the installation section for the current version of CVSup. List
the German distribution site.
1997-02-02 23:41:54 +00:00
Mike Pritchard
b74774a0ad Fix a typo and one small style point. 1997-02-02 21:38:10 +00:00
Joerg Wunsch
c5ec806f68 Add a man page for the uio handling, after all the recent ramblings in
the hackers list.

Please correct me where i'm wrong.
1997-02-02 11:41:07 +00:00
Julian Elischer
bffe3895d7 Description of what the files in this directory do..
(create sample device drivers on request)
1997-02-02 07:35:59 +00:00
Julian Elischer
5e176f9a97 These two shell scripts will
create a skeleton device driver.
one for a real device and the other for a pseudo device.
they each take one argument which is the name (prefix) for the driver.

they add the new file to the /sys tree and add appropriate config files
etc for a build.

hopefully others will build on this so that we get
1/ these drivers improved and the shell scripts
improved in how/where that hook the new code in.
2/ similar tools for providing skeletons for other
modules (I'm tempted to do a VFS filesystem skeleton :)

please take a look and fix anything that maybe should be added.
they compile and link fine,
but I think I wouldn't trust them, as faar as RUNNING yet :)
(well they really wouldn't do very much being skeletons..

we need to add PCI  and EISA skeletons as well
followed by a SCSI driver skeleton.
1997-02-02 07:19:30 +00:00
Andrey A. Chernov
93f303ace3 Don't use im/ei for xterm/dtterm/screen entries, use ic/IC instead.
Should go into 2.2
1997-02-01 21:02:53 +00:00
Masafumi Max NAKANE
b2c323d99b Merge 1.202->1.203 changes. 1997-02-01 20:55:30 +00:00
Andrey A. Chernov
76030f77eb Remove empty im/ei/dm/ed entries
Don't use im/ei for vt200 because of conflict with ic,
pointed by bde. Shorten vt200-based entries as result.

Should go into 2.2
1997-02-01 20:47:30 +00:00
Joerg Wunsch
f552063e6c Correct the synopsis of some EISA or PCI drivers. They don't take
ISA-like arguments (anymore).
1997-02-01 19:54:23 +00:00
Wolfram Schneider
ce650fb894 Add Martin Cracauer to FreeBSD Developers list.
Forgotten by: JKH
1997-02-01 18:46:55 +00:00
John Polstra
b3e65d83c4 Update the list of CVSup mirror sites. 1997-02-01 05:40:36 +00:00
Frank Durda IV
e381d7a250 Submitted by: Frank Durda IV <uhclem@nemesis.lonestar.org>
Fixed some typos and improved a few descriptions over my first revision.
1997-01-31 04:05:41 +00:00
Mike Pritchard
b3c6242fda Don't use hardcoded *roff escape sequences. Use mdoc macros instead. 1997-01-31 01:14:16 +00:00
Mike Pritchard
8f20a914b6 Minor mdoc cleanup. 1997-01-31 00:38:18 +00:00
Mike Pritchard
bba323e822 Update to reflect current include files. 1997-01-31 00:05:08 +00:00
Mike Pritchard
c18460f90e Update to reflect current include files. 1997-01-30 23:57:31 +00:00
Mike Pritchard
cb7ecbe37a Actually remove the old netns/netiso man pages. They haven't
been installed for the last 9 months or so anyways.
1997-01-30 23:51:48 +00:00
Mike Pritchard
0c3a17466f Update to reflect current include files. 1997-01-30 23:49:46 +00:00
Ollivier Robert
13f11c9ee5 Add the missing ``"'' ro url=. It seems my mail do -doc didn't get though. 1997-01-30 20:39:26 +00:00
Joshua Peck Macdonald
04bbb62b7a I just found a bug in my program, I was calling va_arg (..., char),
when parsing a printf-like arg list.  Looking for someone to blame,
I noticed that the man page has a bad example.  It clearly says at
the top that types following the last known argument are passed after
their default type conversions, and then later the example uses

	va_arg (..., char);

so I fixed it.
1997-01-30 10:22:00 +00:00
Jordan K. Hubbard
55188e693a More fixes and an update to the ZIP section.
Submitted-By: pds
1997-01-29 15:02:05 +00:00
Jordan K. Hubbard
d419b67f36 Talk about ZIP drives.
Fix a typo.
Submitted-By: pds
1997-01-29 14:45:57 +00:00
Masafumi Max NAKANE
ec56ee6d52 Merge 1.46 -> 1.47 changes. 1997-01-29 05:56:15 +00:00
Mike Pritchard
e0604514d8 Update to reflect the current types.h. 1997-01-29 05:24:35 +00:00
Jordan K. Hubbard
5ce98208e7 Straighten out Portugal and Russia. 1997-01-29 04:16:28 +00:00
Masafumi Max NAKANE
e6405c7a66 Merge 1.45 -> 1.46 changes. 1997-01-28 21:38:45 +00:00
Masafumi Max NAKANE
d728a955d8 Merge 1.201 -> 1.202 changes. 1997-01-28 21:32:33 +00:00
Satoshi Asami
e91707fc51 Change Brent J. Nordquist's e-mail address.
Submitted by:	"Brent J. Nordquist" <bjn@visi.com>
1997-01-28 08:07:35 +00:00
Mike Pritchard
2c18ef217f Update to reflect current fs.h. 1997-01-28 07:25:18 +00:00
Mike Pritchard
5f9a0f6762 Update to match current include files. 1997-01-28 07:03:33 +00:00
Mike Pritchard
9136a887b6 Update to reflect current acct.h. 1997-01-28 06:53:19 +00:00
Mike Pritchard
ad2c737e4f Update the man page to reflect the current state of
fstab.h.
1997-01-28 06:12:54 +00:00
Andrey A. Chernov
48ab9c2746 Add 3rd Russian mirror 1997-01-28 05:47:25 +00:00
David E. O'Brien
c4ed977f90 Document the "#if (defined(__unix__) || defined(unix))" way of including
sys/param.h.  Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who
still like this method -- leading underscores are in the compiler/library
name space and the Ollivier says to follow GNU Autoconf anyway.
1997-01-28 01:43:21 +00:00
Jordan K. Hubbard
51305d0555 Answer some recently asked questions.
Submitted-By: pds
1997-01-27 17:56:46 +00:00
Andrey A. Chernov
d80ace690d Add save/restore cursor position escapes 1997-01-26 23:27:15 +00:00
Masafumi Max NAKANE
8e44658186 Added Tsuyoshi Maruyama to the translator list for doing some work for
translating dialout.sgml.
1997-01-26 16:33:15 +00:00
Masafumi Max NAKANE
a404261fa6 Merge 1.46 -> 1.49 changes.
Submitted by:	Mitsuru Iwasaki <iwasaki@pc.jaring.my>
1997-01-26 16:15:32 +00:00
Masafumi Max NAKANE
8dacefb7f3 Finally, fill this file with real content (the translation is completed.).
Submitted by:	FreeBSD Japanese Documentation Project
1997-01-26 15:49:38 +00:00
Paul Traina
88636c0b6f Don't use /tmp for afterdepend cleanup target 1997-01-26 01:37:05 +00:00
Mike Pritchard
cc2c561f5e Man page police. 1997-01-25 20:42:09 +00:00
Satoshi Asami
17abb434aa (1) Add ${DESTDIR} to ${LOCALBASE} and ${X11BASE}, and remove it from
${PORTSDIR}.  This undoes the changes done in rev. 1.38 and 1.59
    (part of the bsd.port.mk pre-dawn ages I've never understood).
Requested by: jkh

(2) Add new variable NO_IGNORE that will override any IGNORE causes.
    This is just a little hack to allow building of REQUIRES_MOTIF
    ports and its dependencies only etc., so don't document it.

(3) Update +REQUIRED_BY files as necessary.  Now you should be able to
    delete ports that have runtime dependencies without pkg_delete
    complaining about this file missing.
1997-01-25 02:45:09 +00:00
Satoshi Asami
bee9cbfd38 Explain more about the interleave factor. Mention mirroring, and add
a reminder that you can't mount half of a mirrored two-disk ccd.
1997-01-25 02:10:43 +00:00
Jordan K. Hubbard
f0191e4764 Add a section for FreeBSD-specific works. 1997-01-24 12:00:10 +00:00
Andrey A. Chernov
93b3bdab56 Add save/restore cursor position capabilities for FreeBSD console 1997-01-24 00:54:19 +00:00
David E. O'Brien
2663983f01 Adaptex 1535 and 2980U are supported. 1997-01-23 07:36:04 +00:00
Masafumi Max NAKANE
628c949a71 Merge 1.199 -> 1.201 changes. 1997-01-23 04:26:34 +00:00
Masafumi Max NAKANE
30f326d22f Merge 1.52->1.55 changes. 1997-01-23 04:19:03 +00:00
Masafumi Max NAKANE
8a7bb5c435 Make this list in alphabetical order again.
Added a comment at the top to remind committers keep this list in
alphabetical order.
1997-01-23 04:14:55 +00:00
Jordan K. Hubbard
b9ee2adda6 Note that Adaptec 1505 is also supported.
Pointed-Out-By: Doug White and Danie Van Heerden
1997-01-22 20:29:41 +00:00
Jordan K. Hubbard
3619bac7dd Add Kazutaka YOKOTA to committers list. 1997-01-22 19:23:59 +00:00
Jordan K. Hubbard
f445a0ba55 Add Darren Reed and Tor Egge to developers list. 1997-01-22 14:34:30 +00:00
Jordan K. Hubbard
6fb16f982c Add missing entries for de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4.
Now things build again.

Forgotten Again By:     David E. O'Brien	:-)
1997-01-21 12:25:06 +00:00
Wolfram Schneider
75141cc987 Sort cross references. 1997-01-20 23:23:22 +00:00
Masafumi Max NAKANE
952e7d4c86 Merge 1.4 -> 1.8 changes.
Submitted by:	Mihoko TANAKA <mihoko@pa.yokogawa.co.jp> and
		The Japanese Documentation Project
1997-01-20 16:23:21 +00:00
David E. O'Brien
5747fc5871 Share my poetry with the world.
(de.4, fxp.4, ix.4, le.4, lnc.4, ze.4, and zp.4)

Not forgetten this time by:	obrien  :-)
1997-01-20 09:22:23 +00:00
David E. O'Brien
44fd653298 New manpages for various Ethernet drivers, that I didn't see manpages for.
Manpage police???  Looking kinda bored there aren't you?  Need something
to do?  :-)  I'm sure there's work here to be done.

Inspired by:	Joerg

2.2-R candidate after Mike gets thru with them.
1997-01-20 09:18:54 +00:00
David E. O'Brien
41ed2e23cd Added some verbage from looking at the source code. 1997-01-20 09:16:14 +00:00
David E. O'Brien
9828d8c1f2 Driver also supports the HP PC Lan+ adaptor.
Reviewed by:	personally tested.  :-)
1997-01-20 09:15:35 +00:00
John Fieber
aeae2333f4 Make -hdr and -ftr options (to include arbitrary HTML at the
top and bottom of output) work with docbook.
1997-01-19 21:21:18 +00:00
Masafumi Max NAKANE
101614072a Merge 1.10 -> 1.12 changes. 1997-01-19 17:36:14 +00:00
Masafumi Max NAKANE
9efdc393bc Added a newline at the end of file.
Reviewed by:
Submitted by:
Obtained from:
1997-01-19 17:33:49 +00:00
Masafumi Max NAKANE
4ff5deddb9 Merge 1.15 -> 1.16 changes. 1997-01-19 17:31:32 +00:00
Masafumi Max NAKANE
62562c514e Merge 1.7 -> 1.8 changes. 1997-01-19 17:28:19 +00:00
Masafumi Max NAKANE
211d6c381d Merge 1.191 -> 1.199 changes. 1997-01-19 17:25:34 +00:00
Masafumi Max NAKANE
92932b2ed6 Merge 1.48 -> 1.52 changes. 1997-01-19 17:24:36 +00:00
Mike Pritchard
97e6cd972a Man page police. 1997-01-19 17:24:18 +00:00
Mike Pritchard
114030361b Actually install the new ex.4 man page.
Forgotten by: David E. O'Brien
1997-01-19 17:18:57 +00:00
Masafumi Max NAKANE
d896ae1d95 Make this list in alphabetical order by entity names again. 1997-01-19 17:18:25 +00:00
David E. O'Brien
8d9d877fa6 Basic manpage for the ex driver (Intel EtherExpress Pro/10).
Desired by:	Joerg
1997-01-19 11:16:43 +00:00
Brian Somers
217a4b4c48 Rename a.brian to a.handy and a.briansomers to a.brian 1997-01-18 22:11:49 +00:00
Jordan K. Hubbard
7adaef9c39 Close PR#2522 - wrong reference to 2.1.5. 1997-01-18 16:43:23 +00:00
Brian Somers
84e89c22eb Oh look - it's alphabetical too....... if at first you don't succeed...
Reviewed by:	None
Submitted by:   Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from:  Brian Somers <brian@awfulhak.demon.co.uk>
1997-01-18 04:46:13 +00:00
Brian Somers
dbf5fbbe9c Get it right - the a.name is a reference to the contrib file entry... and
"a.brian" is already used.  It's now a.briansomers
Reviewed by:    None
Submitted by:   Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from:  Brian Somers <brian@awfulhak.demon.co.uk>
1997-01-18 04:40:36 +00:00
Gary Palmer
e1c6215581 Zimmermann' has 2 n's in it.
Submitted by:	 Ulf Zimmermann
1997-01-18 04:35:43 +00:00
John Fieber
f1798258a0 1) Start making tweaks for new things in Docbook 3.0
2) Handle <keycombo> more or less correctly
3) Start dealing with <cmdsynopsis> (it is pretty ugly!)
4) Handle titles and attributions in blockquote.
5) Handle <accel> (accelerator keys in <guimenu> and friends)
6) Probably some other things...
1997-01-18 02:31:36 +00:00
Brian Somers
f7b6f29417 Added myself to the handbook - as per Joerg's suggestion.
Reviewed by:    None
Submitted by:   Brian Somers <brian@awfulhak.demon.co.uk>
Obtained from:  Brian Somers <brian@awfulhak.demon.co.uk>
1997-01-18 01:53:12 +00:00
John Fieber
eb6b45e544 Add jmb's key. 1997-01-17 19:08:10 +00:00
Joerg Wunsch
459cd7dc1e Add page 0x10 (Device Configuration Page for sequential-access devices). 1997-01-17 18:55:53 +00:00
Jordan K. Hubbard
a432708608 Break this section into two chapters. I suppose this also means that
this should be two files (staff.sgml and contrib.sgml), but I didn't want
to get that radical for a first step.
1997-01-17 10:08:11 +00:00
Alexander Langer
8abdc2eb40 Sweep through the tree fixing mmap() usage:
- Use MAP_FAILED instead of the constant -1 to indicate
    failure (required by POSIX).
  - Removed flag arguments of '0' (required by POSIX).
  - Fixed code which expected an error return of 0.
  - Fixed code which thought any address with the high bit set
    was an error.
  - Check for failure where no checks were present.

Discussed with:	bde
1997-01-16 21:58:40 +00:00
Jordan K. Hubbard
7f3a14d595 Fix assorted references, update text. 1997-01-16 06:27:18 +00:00
Jordan K. Hubbard
be33883762 Adjust some broken links for news/mail information. 1997-01-16 03:51:28 +00:00
Jordan K. Hubbard
2b07cff50c Add Jonathan Bresler to the core team - welcome, Jon! 1997-01-16 02:27:47 +00:00
Jordan K. Hubbard
ef7b564596 Add John Polstra to the core team. Welcome to the core team, John!
In later news, Mr. Dyson and Mr. Polstra will be debating the use of
the given name "John" in our mailing lists. :-)
1997-01-16 01:08:10 +00:00
Poul-Henning Kamp
8964f83c4a add more arguments to these things.
2.2 candidate.
1997-01-15 19:39:45 +00:00
Garrett Wollman
de707befce Document Monday's changes in the interface structure. 1997-01-15 19:28:39 +00:00
Masafumi Max NAKANE
8dbba8e3ed Merge 1.57 -> 1.59 changes. (No actual change in the contents.) 1997-01-15 13:30:24 +00:00
Masafumi Max NAKANE
a785ce7ee3 Bump the revision number in the Original revision: line by one iafter
all $Id$ changed to $FreeBSD$.
1997-01-15 13:16:51 +00:00
Masafumi Max NAKANE
de3a27e89a $Id$ was missing in this file. So added $FreeBSD$ (whatever that could
give you.)
1997-01-15 13:04:58 +00:00
Søren Schmidt
c61ba66705 Latest fixes for the psm mouse device, also updates the docs
to reflect the new options etc..

Submitted by:	Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-01-15 12:04:11 +00:00
Torsten Blum
2273e4bf58 workaround: add alias to dtterm entry
Pointed-out by: bde
1997-01-15 09:43:01 +00:00
Jordan K. Hubbard
a37ecb64c2 I recently tried to install over passive FTP, and found it difficult to
understand how to do it from the handbook.  I suggest the following
re-wording and extension to make it clearer.

Submitted-By: Eivind Eklund <eivind@dimaga.com>
1997-01-15 07:09:38 +00:00
Mike Pritchard
019f13780e Fix a few typos.
Obtained from:  OpenBSD
1997-01-15 05:33:11 +00:00
Mike Pritchard
63001a3fff Add a missing quote.
Obtained from: OpenBSD
1997-01-15 05:18:29 +00:00
Mike Pritchard
1e1275da1f Some fixes to make some of the examples in
the mail section come out right, along with some
typo corrections.

Submitted by:	Phillippe Charnier <charnier@xp11.frmug.org>
1997-01-15 04:56:11 +00:00
Jordan K. Hubbard
208a4217aa Rearrange the documentation project roster a little more. 1997-01-15 01:30:12 +00:00
Satoshi Asami
5a56a96fa9 Back out rev. 1.58. 1997-01-14 23:40:51 +00:00
Jordan K. Hubbard
f055dd757f Sigh, OK, now the release map looks right. 1997-01-14 14:43:17 +00:00
Jordan K. Hubbard
ea8a965352 Unsmash my $Id$. 1997-01-14 14:40:42 +00:00
Jordan K. Hubbard
79089b6fd4 Do a better job with my ASCII artwork. 1997-01-14 14:39:37 +00:00
Jordan K. Hubbard
3a567a7ed0 Update the FAQ using some of Peter's text and some of my own.
Submitted-By: pds & jkh
1997-01-14 14:36:13 +00:00
Wolfram Schneider
9ca816cb59 Move gzip(1) option -c from commandline into variable GZIPCMD. Not
all compress programs (e.g. cat(1)) support the option -c.
1997-01-14 11:59:33 +00:00
Satoshi Asami
ade0fb0da9 Move $FreeBSD$ up right next to $NetBSD$ (oh, the solidarity! :). 1997-01-14 07:55:46 +00:00
Satoshi Asami
058dd3bb6d $Id$ -> $FreeBSD$ in samples. 1997-01-14 07:52:03 +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
Jordan K. Hubbard
aac45e814c Make sure dir file exists before we call install-info, which requires it.
Sorry, I know it's a gross fix to call share/info's install target as
a side-effect, but that's less gross than propagating the work-around
changes to files which have nothing to do with the info system.
1997-01-13 23:44:20 +00:00
Masafumi Max NAKANE
bc6c2e1ec7 Merge the en version changes made in 1.58 -> 1.61.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:59:47 +00:00
Masafumi Max NAKANE
9d52ac3055 Typo police.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:55:33 +00:00
Masafumi Max NAKANE
0c0fb41085 Merge the en version changes made in 1.4 -> 1.5.
Some Translation improvement.

Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-13 19:51:37 +00:00
Masafumi Max NAKANE
ae7c733825 Merge the en version changes made in 1.52 -> 1.56. 1997-01-13 19:48:19 +00:00
Torsten Blum
332bf00316 add dtterm
Obtained-From: Xinside's CDE for FreeBSD with Thomas Roell's permission
1997-01-13 12:37:05 +00:00
Masafumi Max NAKANE
a7c5db201b Merge the en version change made in 1.189 -> 1.190. 1997-01-13 12:02:43 +00:00
Thomas Gellekum
8dacfaa50e Add Luigi Rizzo, who was inadvertently left out. 1997-01-13 11:16:09 +00:00
Masafumi Max NAKANE
ebe1a43313 Merge the en version changes made in 1.188 -> 1.189. 1997-01-13 10:15:51 +00:00
Thomas Gellekum
2784f4490e Add Simon Marlow for his cgoban port. 1997-01-13 08:51:04 +00:00
Satoshi Asami
79353ba0f7 Skip non-existent subdirectories. The diff is rather large because
the original logic went into a section of code assuming some
incarnation is there, but it's basically a "test -d" fix.  Closes PR
ports/2082.

Reviewed by:	max ("although I didn't test it, it looks fine")
1997-01-13 02:13:19 +00:00
Wolfram Schneider
af20215665 Sort cross references. 1997-01-13 00:25:51 +00:00
John Fieber
7af0f32ba6 Handle linuxdoc docs with a declaration like:
<!doctype linuxdoc system>

which is the standard practice used for the linux HOWTO documents.
1997-01-12 20:59:49 +00:00
Wolfram Schneider
0f22460de7 Add comments about variables and targets. Incomplete, see '???'. 1997-01-12 16:20:13 +00:00
Wolfram Schneider
edc8135799 Add a general comment about this include file. 1997-01-12 16:12:40 +00:00
Masafumi Max NAKANE
2e838308ac Merge the en version changes made in 1.174 -> 1.188. 1997-01-12 13:32:48 +00:00
Masafumi Max NAKANE
b530af1a5e Merge the en version changes made in 1.45 -> 1.47. 1997-01-12 13:31:38 +00:00
Masafumi Max NAKANE
2ca44e80b9 Move some lines to make the list in alphabetical order by the entity name. 1997-01-12 13:29:43 +00:00
Satoshi Asami
b2502fb7ef Add OpenBSD support. Change some comments to reflect the fact. Also:
(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
    OpenBSD_MAINTAINER.  These are not comments anymore, so we may
    even use it in the future.

(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
    to find the location of md5 an tar.  Play similar trick for fetch
    (OpenBSD uses /usr/bin/ftp which groks http: addresses).

This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion).  One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm.  (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)

Reviewed by:	imp@openbsd.org
1997-01-12 12:37:48 +00:00
Masafumi Max NAKANE
2595aa9f41 Typo fix, and translation improvement.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-01-12 12:17:43 +00:00
Satoshi Asami
0f003de40d (1) New variable, SCRIPTS_ENV, which is passed to scripts/configure
and scripts/{pre,post}-* as environment vars.  Also, if BATCH is
    set, "BATCH=yes" is automatically added to SCRIPTS_ENV.
    (Requested by: max)

(2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as
    BSD_INSTALL_*.  (Requested by: obrien)

(3) New variable MOTIF_ONLY, which will only build ports with
    REQUIRES_MOTIF defined.  This doesn't do dependencies right (what
    if the depended port doesn't need Motif) yet.

(4) Try not to clean the same port twice in clean-depends when (for
    instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS.
    Note that it won't check chained dependencies so you may still see
    the same port cleaned multiple times, but checking that far will
    surely make this run slower than the un-"optimized" case so I left
    it as is.  (Requested by: jkh)

(5) Ignore *.rej files in patches/ directory in addition to *~ and
    *.orig.
1997-01-12 11:48:26 +00:00
Masafumi Max NAKANE
0423508d59 Merge the en version changes made in 1.4 -> 1.5.
(No actual change in the translation.)
1997-01-12 11:28:09 +00:00
David E. O'Brien
e8f5a9d0bb Added two useful URL's. 1997-01-12 10:07:52 +00:00
David E. O'Brien
436674bb86 Updated the Pentium chipset descriptions as suggested by Rodney Grimes.
Submitted by:	Rodney Grimes
1997-01-12 09:36:52 +00:00
Peter Wemm
be216bf89f one more tweak to make it fly without INFO defined. (like bsd.prog.mk) 1997-01-12 07:30:23 +00:00
Peter Wemm
4d1680b452 Make this slightly less bogus. I'm not 100% sure what is correct here,
but replacing the "dir" file unconditionally isn't it.  During the course
of development, if .info files go away from the sources, nothing removes
them from /usr/share/info, this is the same as system binaries etc.
Removing the entire index isn't helpful, because you've got to reinstall
the entire tree to get it back again.  bsd.info.mk has a reference to
/usr/share/info/dir-tmpl, I wonder if it once created dir if needed?
1997-01-12 07:23:58 +00:00
Peter Wemm
167a634704 oops, missed a ${BINDIR} -> ${INFODIR}. Also remove the slash between
${DESTDIR}/${INFODIR}.
1997-01-12 07:15:24 +00:00
Peter Wemm
a6e6861d65 recover spammed revisions 1.20 and 1.21. This fixes the breaks in the
builds when INFO is commented out.

Pointed out by: bde
1997-01-12 07:05:07 +00:00
Steve Price
c3e3432cd3 Revert changes to make the .y.c rule 'make -j n' safe. 1997-01-12 04:01:25 +00:00
Jordan K. Hubbard
d5dd59058d Correct entity entry for Ricardo AG, make him the primary contact
for gallery entries.
1997-01-11 23:54:15 +00:00
John Fieber
ab46a14d91 Public identifiers for Docbook 3.0 1997-01-11 21:54:40 +00:00
John Fieber
dfa34bbc73 Add docbook 3.0 1997-01-11 21:53:52 +00:00
John Fieber
26ac0eefad Remove docbook 2.4.1 1997-01-11 21:52:22 +00:00
Mike Pritchard
d88b4d445d Change Brian Tao's mail address from taob@io.org to
taob@risc.org as requested (It looks like Nate forgot or
didn't know about this one, or I just jumped the gun
and got to it before he did :-).

Submitted by:	Brian Tao <taob@risc.org>
1997-01-11 20:06:03 +00:00
Joshua Peck Macdonald
38a1b9404b In an attempt to make the new info rules bootstrap themselves, make
the rules conditional on NOINFO not being defined, just like NOMAN.
1997-01-11 10:51:36 +00:00
Joshua Peck Macdonald
d6a2d2570f Add info to SUBDIRS 1997-01-11 02:46:51 +00:00
Joshua Peck Macdonald
527aaab97e Makefile and empty dir template. 1997-01-11 02:44:34 +00:00
Joshua Peck Macdonald
0d7f401441 Change the installation rules. It now copies an empty dir file
into the DESTDIR in the beforeinstall rule in src/share/info/Makefile.
Then each info file that gets installed into the dir file using
install-info.

It has struck me that there's going to be a problem bootstrapping
this change, since parts of install will fail until install-info
is installed.  Maybe someone who knows best how to deal with this can
fix it.
1997-01-11 02:39:37 +00:00
Wolfram Schneider
7ed8349293 if !(command) -> if ! (command)
the ksh and I guess some other shells want a space
between '!' and the next command. This problem exist since rev 1.207
1997-01-10 21:02:27 +00:00
Mike Pritchard
77776eccf6 Get rid of all those annoying warnings when making the
handbook.  Closes PR# 2375.

Submitted by:	William Lloyd <wlloyd@mpd.ca>
1997-01-10 07:46:56 +00:00
Mike Pritchard
576821edfc Various changes submitted by the original author.
Closes PR# 2372.

Reviewed by:	The spelling police
Submitted by:	William Lloyd <wlloyd@mpd.ca>
1997-01-10 07:02:43 +00:00
Masafumi Max NAKANE
36219e1a16 Merge the en version change made in 1.14 -> 1.15. 1997-01-10 05:35:43 +00:00
Mike Pritchard
a3e3d6b076 Fix some spelling errors. 1997-01-10 05:29:15 +00:00
Mike Pritchard
28e678762b Change an incorrect path name.
Submitted by:	Sean Kelly
1997-01-10 05:04:49 +00:00
Wolfram Schneider
c15a12df0f add cross reference to cd(1), where CDPATH variable is explained 1997-01-09 21:04:10 +00:00
John Fieber
5ef6c2c373 Lots more squashing of bugs, in particular making sure generated
HTML is compliant with the 3.2 DTD.

Sanity preservation and bug prevention - define frequently used
constructs as entities.

What remains to be done is better hypertextification which includes
breaking large documents into managable chunks, and managing links.
There are currently some (easy to avioid) situations that result
in multiple anchors with the same name, or links nested within other
links.  :(
1997-01-09 18:30:15 +00:00
Mike Pritchard
9d2592273f Update the copyright notices to match our bsd-copyright example. 1997-01-09 07:26:05 +00:00
Mike Pritchard
81fba91b52 Add some real example diagnostics to example.[14]
Add all of the possible errno's to example.3.

Show examples of the .Bx (BSD) and .At (AT&T UNIX) macros
in the various HISTORY sections.

Add some .Rs/.Re (used for referencing things other
than man pages) in the SEE ALSO sections.

Suggested by: wollman
1997-01-09 06:32:22 +00:00
Wolfram Schneider
80001b55bd bring section LIMITS back; reviewed by: mpp 1997-01-08 22:57:15 +00:00
Andrey A. Chernov
e0e0f71abc Rename vt*-em entries to vt*-nac entries
Add vt*-pf entries with k1-k4 as pf1-pf4 and make it non-default
1997-01-07 21:12:05 +00:00
Paul Traina
aa01094fb0 Added Tor Egge to contributor's list 1997-01-07 20:22:17 +00:00
Masafumi Max NAKANE
455d60734b Added proff@suburbia.net (Julian Assange) for doing strobe port. 1997-01-07 13:11:58 +00:00
John Fieber
6a05353cb8 Handle footnotes in a useful manner.
Letter appendicies rather than number them.
Brief descriptive comments for each element.
Lots of cleanup.
1997-01-07 04:39:15 +00:00
Andrey A. Chernov
7a5fe2eb87 Merge vt* entries with Eric's database
Add vt300-340 entries
1997-01-07 01:27:59 +00:00
Satoshi Asami
a8a75a618f pkg/DISPLAY -> pkg/MESSAGE
Reported by:	Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
1997-01-06 14:03:00 +00:00
John Fieber
e579a0d9e2 Marching on...
Lots of tweaks and new functionality.  This now handles pretty much
everything that the linuxdoc to docbook translator generates.  Output
is still a single (very large in the case of the handbaak) file but now
has minimal internal navigation links.
1997-01-06 05:24:35 +00:00
Andrey A. Chernov
f91ef3d095 FIx typing error .SRCDIR -> SRCDIR
Submitted by:  bde
1997-01-06 02:30:13 +00:00
Steve Price
e10e3950fa Make the .y.c rule 'make -j n' friendly.
Inspired by: bde and brian@mediacity.com
1997-01-06 02:07:35 +00:00
Nate Williams
14acc8410d Fix minor typo. BIOSETIF -> BIOCSETIF 1997-01-05 22:15:59 +00:00
Masafumi Max NAKANE
585cb7093e Oops, there was a ] I forgot to erase. 1997-01-05 21:46:40 +00:00
Masafumi Max NAKANE
c0f4f1717e Change wording of MAN?PREFIX description. 1997-01-05 21:41:09 +00:00
Andrey A. Chernov
8a1590b4dc Use SRCDIR to handle non-current directory docs
Use INFO* macros from bsd.own.mk
1997-01-05 15:33:36 +00:00
Wolfram Schneider
453d2467e0 Romania is not a Soc. Rep
fix umlaut converting for Zuerich
1997-01-05 14:36:23 +00:00
Stephen McKay
61afd5bb22 A collection of spelling fixes and minor grammar corrections.
Safe for 2.2.
1997-01-05 12:13:38 +00:00
Adam David
61b44de40f actually apply submitted changes for Finland and Australia
Submitted by:	Ville.Eerola@vlsi.fi, danny@hilink.com.au
1997-01-05 06:34:19 +00:00
Adam David
65cc7f99c2 Caribbean Islands moved from inter.phone to na.phone
partial sync with iso3166
2-letter country codes added to na.phone for Caribbean islands
(except Cayman Islands and Monserrat since the 2-letter codes clash with
Kentucky and Mississippi)
changed city codes in Finland (from Ville.Eerola@vlsi.fi)
changed city codes in Australia (from danny@hilink.com.au)
1997-01-05 06:28:16 +00:00
Masafumi Max NAKANE
08817659d1 Merge the en version changes made in 1.22 -> 1.23. 1997-01-04 22:49:32 +00:00
Masafumi Max NAKANE
35a716bd4a Merge the en version changes made in 1.8 -> 1.9. 1997-01-04 22:46:58 +00:00
John Fieber
1c25c949bd A nudge closer to ditching linuxdoc.
I now have a functioning, semi-automagic linuxdoc to docbook converter,
so once the docbook to (HTML|groff) converters are up to snuff,
linuxdoc will be history.  :)
1997-01-04 22:38:37 +00:00
Ade Barkah
0ffef004c8 Fixed cgi URL from /cgi-bin/ to /cgi/. 1997-01-04 20:43:55 +00:00
Ade Barkah
d001e0628a Fixed cgi URLs from /cgi-bin/ to /cgi/. 1997-01-04 20:36:26 +00:00
Masafumi Max NAKANE
c9246f8baa Merge the en version changes made in 1.43 -> 1.44. 1997-01-04 00:04:14 +00:00
Masafumi Max NAKANE
9f17dde770 Correct the URL for ftp3.uk.freebsd.org.
Obtained from:	freebsd-doc mailing list
1997-01-04 00:02:31 +00:00
Warner Losh
6fc5efb532 Correct a few duplicates, fixes for George, add the Caribean Islands that
are now online with new area codes.
Obtained from: http://www.bellcore.com/NANP/newarea.html
Obtained from: http://www.555-1212.com/aclookup.html
1997-01-03 21:20:15 +00:00
Wolfram Schneider
54efd31a04 960 -> 860 for Connecticut, typo from last commit
Obtained from: http://www.bellcore.com/NANP/newarea.html
1997-01-03 16:43:35 +00:00
Masafumi Max NAKANE
6ad6145dbd Merge the en version changes made in 1.34 -> 1.39.
Submitted by:	Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1997-01-03 14:01:48 +00:00
Wolfram Schneider
48fba597ab Poland is not a People's Rep. of
fix umlauts for Koeln & Duesseldorf
1997-01-03 11:37:28 +00:00
Jordan K. Hubbard
8760875973 Correct the send-pr text to make a little more sense. 1997-01-03 07:43:03 +00:00
Warner Losh
52e6b5859b Massive update of the na.phone database to match the couple of phone
books that I have laying around my house.  Please check to see if your
state is now correct :-).  I know that the one area code states are correct,
as well as CO and KS, but although I've tried to be careful about the
rest, I may have goofed.
1997-01-03 00:30:59 +00:00
Wolfram Schneider
f5bc5997b2 printing examples, automatically generated from
src/share/doc/handbook/printing.sgml with src/tools/tools/epfe/epfe.pl
1997-01-02 22:47:46 +00:00
Mike Pritchard
c13b19be64 Correct one minor style point. 1997-01-02 21:10:30 +00:00
Mike Pritchard
66a5a22607 Mention the new mdoc examples in /usr/share/examples/mdoc. 1997-01-02 20:50:23 +00:00
Mike Pritchard
7c4db66d3e Moved these to /usr/share/examples/mdoc. 1997-01-02 20:39:01 +00:00
Mike Pritchard
9a78dbdeb7 Moved these from /usr/share/misc/mdoc to /usr/share/examples/mdoc,
since it seemed like a better place, and the makefiles for
/usr/share/examples didn't need to be fussed with.

The old stuff can be removed from the Attic.
1997-01-02 20:37:25 +00:00
Mike Pritchard
327c6b9210 Add several example man pages that contain something a
developer can actually take and convert into a real man page
with little work, as opposed to mdoc.template which really
just defines what sections should be present.

So now there is no reason for not providing man pages
with new commands/functions!
1997-01-02 20:11:33 +00:00
Mike Pritchard
cc59ca2185 Refer the reader to intro(9) and style(9) so that
they are aware that we do have some coding style
guidelines.
1997-01-02 18:24:42 +00:00
Masafumi Max NAKANE
25d2a6d803 Use &dollar;Id&dollar; instead of $Id$ in the template of BSD-style
copyright statement, so that this line won't be changed everytime
this file is updated.
1997-01-02 18:21:48 +00:00
Mike Pritchard
77296bf264 Spelling police. 1997-01-02 18:10:40 +00:00
Masafumi Max NAKANE
48576af099 Merge the en version changes made in 1.6 -> 1.7. 1997-01-02 18:03:20 +00:00
Masafumi Max NAKANE
99a36fe1e0 Merge the en version changes made in 1.19 -> 1.20. 1997-01-02 17:59:59 +00:00
Masafumi Max NAKANE
fe512019a0 Merge the en version changes made in 1.13 -> 1.14.
Standardize the header.
1997-01-02 17:55:03 +00:00
Masafumi Max NAKANE
b9350b22ac Merge the en version changes made in 1.18 -> 1.20. 1997-01-02 17:43:08 +00:00
Masafumi Max NAKANE
0c3216f6cc Typo.
Back out one change of doesn't -> does not, as it was message from bsd.port.mk
and is really "doesn't" instead of "does not".
1997-01-02 17:41:59 +00:00
Garrett Wollman
106e35cb5c Merge from vendor branch. 1997-01-02 17:21:25 +00:00
Warner Losh
4e828a17d8 Colorado has a new area code, and has for some time: 970. Anything that
was in the 303 area code that isn't Boulder or Denver is now 970.  Update
to reflect this new reality.

Obtained from: US West :-)
1997-01-02 17:17:06 +00:00
Masafumi Max NAKANE
6dabc5abcb Merge the en version changes made in 1.8 -> 1.9. 1997-01-02 17:16:29 +00:00
Masafumi Max NAKANE
8174b6820f Merge the en version changes made in 1.3 -> 1.4. 1997-01-02 17:14:29 +00:00
Masafumi Max NAKANE
5229bf2ab8 Merge the en version changes made in 1.13 -> 1.14. 1997-01-02 17:10:25 +00:00
Masafumi Max NAKANE
0141ca8a86 Merge the en version changes made in 1.2 -> 1.4. 1997-01-02 17:02:06 +00:00
Masafumi Max NAKANE
2d2ca0a6ae Typo. 1997-01-02 17:00:26 +00:00
Mike Pritchard
c9f4bd6df0 Convert a couple of PRINTER usages to PRINTERDEVICE
in the usd makefiles.

Closes PR# 2357.

Submitted by:	Philippe Charnier
1997-01-02 16:56:35 +00:00
Masafumi Max NAKANE
a66a90e5c4 Merge the en version changes made in 1.23 -> 1.24. 1997-01-02 16:54:25 +00:00
Masafumi Max NAKANE
740cf882d2 Merge the en version changes made in 1.8 -> 1.9. 1997-01-02 16:51:07 +00:00
Masafumi Max NAKANE
9eb7e25197 Merge the en version changes made in 1.44 -> 1.45. 1997-01-02 16:46:37 +00:00
Masafumi Max NAKANE
6b8eeab58a Merge the en version changes made in 1.57 -> 1.58. 1997-01-02 16:42:29 +00:00
Masafumi Max NAKANE
2d413d6578 Merge the en version changes made in 1.14 -> 1.15. 1997-01-02 16:33:16 +00:00
Masafumi Max NAKANE
5d708c9544 Merge the en version changes made in 1.14 -> 1.15.
Standardize the header.
1997-01-02 16:31:02 +00:00
Masafumi Max NAKANE
122835b0d3 Merge the en version changes made in 1.2 -> 1.3. 1997-01-02 16:26:46 +00:00
Masafumi Max NAKANE
6e91018dc2 Merge the en version chages made in 1.16 -> 1.17. 1997-01-02 16:22:06 +00:00
Masafumi Max NAKANE
9ee12c779e Merge the en version changes made in 1.12 -> 1.13.
Standardize the header.
1997-01-02 16:19:59 +00:00
John Dyson
932c2b93be Add Alan Cox <alc@cs.rice.edu> as a contributor. 1997-01-02 04:23:47 +00:00
Jordan K. Hubbard
0ccf9dd3f5 I was wrong about this file - NOOBJ is not correct here. 1997-01-02 00:49:02 +00:00
David E. O'Brien
a0e8cdd20e Virginia has a new area code (540).
I'm not sure if Fredicksburg is still 703.  Any FBSD hackers in VA
(I'm in CA for a few years), that can double check this.
1997-01-01 23:47:33 +00:00
David E. O'Brien
0a2b4d4b07 Documented MANPREFIX and MAN%cPREFIX (where %c=[1-9LN]).
[my wording is probably awkward, if a wordsmith is bored perhaps they
could take a look at this]
1997-01-01 22:39:12 +00:00
Jordan K. Hubbard
be472df07c Make the bug reporting reference point to the send-pr page. 1997-01-01 13:41:50 +00:00
Adam David
791b9018b9 corrected Aruba from phonebook
2nd area code for Puerto Rico
added various Caribbean islands
1997-01-01 13:38:25 +00:00
Adam David
fa5f4e4e2d added many countries, and a few cities
corrected various dialcodes, from 1996 phonebook
NB: many ex-soviet countries with prefix 7 were not added, and others
        might have been missed
    some ex-yugoslav states are probably missing
    Belgrade is both in Serbia and Yugoslavia, while the latter retains
        an existence
1997-01-01 11:31:14 +00:00
Jordan K. Hubbard
f91b47f59a Add missing NOOBJ 1997-01-01 10:29:28 +00:00
Bruce Evans
7793986515 Don't create unused object directory.
Don't override harmless clean rule.
1997-01-01 05:15:09 +00:00
Bruce Evans
8cd33d23b4 Use -C instead of -c for installing non-header source files. 1997-01-01 05:04:34 +00:00
Adam David
fb16fcb52d fix braino on my part 1997-01-01 04:27:46 +00:00
Bruce Evans
015a0dc2e4 Use ${COPY} instead of -c for installing non-source files. 1997-01-01 04:22:23 +00:00
Adam David
7956a30f26 Iceland is now unified as one area code 1997-01-01 04:11:52 +00:00
Jordan K. Hubbard
3b6c6b8f59 We need an afterdistribute target here, too. Closes PR#2338 1997-01-01 01:56:00 +00:00
Mike Pritchard
38bf940791 Add i386 to the .Dt macro call. 1996-12-31 22:47:50 +00:00
Mike Pritchard
32c5eaa8aa Mdoc police.. 1996-12-31 22:42:00 +00:00
Mike Pritchard
f7343bd74d Avoid the use of contractions. This eliminates the "its"/"it's" problems
pointed out by Rick Robinson.  Found and fixed some grammar problems
at the same time.

Note: the reason for avoiding contractions is two-fold:

1) It makes the text easier to understand for people who speak English
   as a second language.
2) Expanding the contractions often reveals poorly worded passages.
1996-12-31 21:54:24 +00:00
Jordan K. Hubbard
58674702e4 Use the afterdistribute target rather than the distribute target.
Submitted-By: jfieber
1996-12-31 21:39:43 +00:00
Adam David
98b0613977 icelandic collation
(non-icelandic characters in latin1 order)
1996-12-31 18:57:26 +00:00
Andrey A. Chernov
87a16f44fa Add de and es collates
Submitted by: joerg
1996-12-30 22:28:51 +00:00
Masafumi Max NAKANE
218cd1c42d Merge the en version changes made in 1.51 -> 1.52. 1996-12-30 22:02:55 +00:00
John Fieber
90dacd141e Bug workaround. (<label> in <header> has to be after text) 1996-12-30 21:33:38 +00:00
Masafumi Max NAKANE
ca743e2595 Merge the en version changes made in 1.1 -> 1.2.
(No real change.  Only the Original revision: line is changed.)
1996-12-30 19:01:22 +00:00
Masafumi Max NAKANE
5a8a698f0b Now, the translation for this file is done.
Submitted by:	The FreeBSD Japanese Documentation Project
Translated by:	Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp>
1996-12-30 18:55:17 +00:00
Masafumi Max NAKANE
a7ccaef83f Remove &a.jvh, &a.proven.
(They have cvs checkout privilege, but don't have commit privilege.)
Pointed-out by:	jorge
1996-12-30 18:31:18 +00:00
Wolfram Schneider
aa8b4ee314 xrs - detect unsorted cross references in section SEE ALSO 1996-12-30 14:58:53 +00:00
Masafumi Max NAKANE
9951af0d8d Added &a.proven, &a.jvh, &a.mbarkah and &a.nsj to the developer list.
Also, sort the developer list.
1996-12-30 10:59:35 +00:00
Poul-Henning Kamp
aea88892fd Add SLIST_EMPTY, SLIST_FIRST, SLIST_NEXT.
Is it time to split this into one "intro" type and a number of
detailed pages ?
1996-12-29 21:21:16 +00:00
Wolfram Schneider
a1427df598 add 'i386' to macro .Dt 1996-12-29 20:36:04 +00:00
Wolfram Schneider
16d8d41154 remove section LIMITS, the limitations are now invalid ;-) 1996-12-29 15:09:17 +00:00
Masafumi Max NAKANE
aa08f7371e Typo. 1996-12-29 04:02:48 +00:00
Masafumi Max NAKANE
57e615acaf Merge the en version changes made in 1.44 -> 1.45. 1996-12-29 03:54:37 +00:00
Masafumi Max NAKANE
57fa011b86 Sort this file in alphabetical order of the entity. 1996-12-29 03:36:51 +00:00
Masafumi Max NAKANE
9857e64194 Merge the en version changes made in 1.12 -> 1.13. 1996-12-28 22:37:25 +00:00
Mike Pritchard
f3f4c3267e Fix typo. 1996-12-28 22:28:46 +00:00
Wolfram Schneider
60bf5d130e add name to postscript printer filter script 1996-12-28 20:38:42 +00:00
Wolfram Schneider
4892b8351c a README 1996-12-28 20:38:31 +00:00
Masafumi Max NAKANE
d435df1cb0 Merge the en version changes made in 1.53 -> 1.57.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1996-12-28 18:42:52 +00:00
Masafumi Max NAKANE
379dda4b88 Merge the en version changes made in 1.22 -> 1.23. 1996-12-28 09:25:06 +00:00
Masafumi Max NAKANE
0bf9db71ab Merge the en version change made in 1.50 -> 1.51.
(No change beside the original revision line.)
1996-12-28 08:25:14 +00:00
Masafumi Max NAKANE
126ce40c60 Typo. 1996-12-28 08:23:52 +00:00
Masafumi Max NAKANE
d5f3ebbba5 Merge the en version changes made in 1.49 -> 1.50. 1996-12-28 07:56:41 +00:00
Masafumi Max NAKANE
51e9aa59c0 Changed the comment about RCS ID in the sample Makefile.
(I see more than a few port submission with no $Id$ line in its Makefile
lately.  And I guess this comment may be somehow misleading.)
1996-12-28 07:55:15 +00:00
Masafumi Max NAKANE
07d41eb750 The translation has been completed. Replacing the empty file with file with
real contents.
Submitted by:	The FreeBSD Japanese Documentation Project
Translated by:	Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1996-12-28 07:36:58 +00:00
Andrey A. Chernov
c77d878ff5 Return to last column space padding: some programs (cal f.e.) make two-letters
abbreviations by stripping last character.

Should be in 2.2
1996-12-28 03:39:51 +00:00
David E. O'Brien
dfe5473411 Added Conrad Sabatier for his port of xless 1996-12-28 03:10:50 +00:00
Masafumi Max NAKANE
33c9a3df24 Merge the en version changes made in 1.4 -> 1.6.
Submitted by:	Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1996-12-27 18:34:39 +00:00
Masafumi Max NAKANE
5a5ded23b8 Merge the en version changes made in 1.21 -> 1.22.
Submitted by:	Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1996-12-27 18:31:22 +00:00
Masafumi Max NAKANE
e447930222 Merge the en version changes made in 1.42 -> 1.44.
Submitted by:	Mitsuru IWASAKI <iwasaki@pc.jaring.my>
1996-12-27 18:26:14 +00:00
Masafumi Max NAKANE
f9abc058e4 Merge the en version changes made in 1.28 -> 1.29.
Submitted by:	Yukinori Maeda <yuki@zephyr.elcom.nitech.ac.jp>
1996-12-27 15:31:35 +00:00
Masafumi Max NAKANE
173b48cdfb Merge the en version changes made in 1.42 -> 1.43.
Submitted by:	Tomoo WATANABE <tomo@maple.elcom.nitech.ac.jp>
1996-12-27 14:39:00 +00:00
David E. O'Brien
1501622c6d Been reading more of Rodney HW emails. 1996-12-27 08:48:17 +00:00
David E. O'Brien
114090ef69 Cut and paste info about the 430VX chipset from some of Rodney's old
fbsd-hw emails.
1996-12-27 08:09:52 +00:00
David E. O'Brien
87ca4fd490 Added "ie. 430FX" for Triton and "ie. 430HX" for Triton-II.
(this is correct, right?  also, does anyone know what the 430VX
	chipset used in the ASUS P55TVP4 is?)
Intel's URL for the VS440FX has changed.
1996-12-27 07:14:11 +00:00
John Polstra
ef72ceb751 Add src-release and src-tools collections.
Inspired by:	ache
1996-12-27 04:03:06 +00:00
Mike Pritchard
188097739b Spelling police. 1996-12-26 22:50:43 +00:00
Mike Pritchard
eb6d684623 Don't claim that the section 7 man pages are mostly troff related,
since they are not.
1996-12-26 22:41:18 +00:00
Wolfram Schneider
236fc12afb add new variable NOMLINKS
NOMLINKS If you do not want install manual page links. [not set]
1996-12-26 22:37:30 +00:00
Mike Pritchard
8044b10425 Mention that cross references in the SEE ALSO section should be
sorted by section number and then placed in alphabetical order.
1996-12-26 22:34:23 +00:00
Mike Pritchard
4e11acf8be Re-add devfs(5) to the xref list, since it now exists,
and remove mount_devfs(8), since that man page is now
really just a pointer to the various section 5 man pages.
1996-12-26 22:16:06 +00:00