Commit Graph

3461 Commits

Author SHA1 Message Date
msmith
2013639267 Remove qcam manpages
Submitted by:	pst
1998-02-18 13:50:19 +00:00
guido
5bccced64d Document new variables forward_sourceroute and accept_sourceroute. While
we're at it: also document the already existing arpproxy.
1998-02-16 19:25:41 +00:00
yokota
a0ce30b205 Reword description of Brazilian keyboard.
Submitted by: Daniel C. Sobral
1998-02-15 18:22:40 +00:00
yokota
9aede4687e - Add Brazilian keymap with accent definitions.
- Better Portuguese language support for kbdmap(1).
PR: misc/5723
Submitted by: Daniel C. Sobral
1998-02-12 17:06:47 +00:00
hoek
38db9a70a8 Change documentation for `make package' (Thanks (indirectly) O'Brien!).
Document `make readmes'.  This is getting old, and the intent is to
stop questions regarding it; however, I have a suspicion documenting it
will work counter to ending questions about it and am mentally prepared
to see it go-ooooooooo.......
1998-02-07 21:07:51 +00:00
helbig
9a8103d327 Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILES
to ``shell time''. The previous version didn't work in
/usr/src7share/man/man4.
Reviewed by:	bde
1998-02-07 17:19:06 +00:00
jlemon
856becd843 Document the fpgetprec/fpsetprec functions in their man page.
Add cross-references to the elusive fpsetmask() function to various other
man pages.
Reviewed by:	bde
1998-02-04 22:30:20 +00:00
wollman
0c5a9444e9 Don't install printcap.5 from here. 1998-02-04 15:59:43 +00:00
wollman
9674677a17 Mention nameD_program. 1998-02-04 15:57:13 +00:00
jkh
fb6946e127 MF22 1998-02-04 15:05:23 +00:00
asami
e36340457e (1) Improve the obsolete tcl/tk detection and dignosis.
Reviewed by:	the lists

(2) Change MASTER_SITE_CTAN to reflect current reality.
Submitted by:	fenner

(3) Add new port variable NO_LATEST_LINK.  When this is set, the
    "Latest" package symlink is not created.  Use this for ports that
    are betas when there is also a port for an older, more stable,
    version.

(4) Don't be too stupid about "make deinstall".
Submitted by:	fenner
1998-02-04 10:36:56 +00:00
bde
64af97a339 Restrict the include search path using -nostdinc -I- in $(CFLAGS} as
in kernel Makefiles.  Nothing in /usr/include is used (provided
relative paths for sys/* and <machine> can be found), so there is
no need for the -I/usr/include kludge as in kernel Makefiles.
1998-02-01 17:19:54 +00:00
obrien
247217cd33 Allow package building in current directory again. 1998-01-31 20:59:30 +00:00
hoek
7e70e3bbc1 Fill-in and fill-out a little.
Correct a small misfact.  :)
1998-01-31 02:55:58 +00:00
jkh
2f0c56242f MF22: Add tx.4 to build list. 1998-01-30 00:43:16 +00:00
jkh
fd85da8f39 Add new man page for tx driver.
Submitted by:	Ustimenko Semen <semen@iclub.nsu.ru>
1998-01-29 10:26:15 +00:00
yokota
f010532312 Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.
OKed by ache.
1998-01-28 08:01:13 +00:00
yokota
69c3165112 Oops, remove the wrong comment line I accidentaly added in the last commit. 1998-01-28 07:57:00 +00:00
obrien
03884de988 Get the year right. ;) 1998-01-28 01:12:05 +00:00
obrien
24db7387e4 Explains targets and environ vars much better.
Mostly submitted by:	imp
1998-01-28 01:09:46 +00:00
wollman
8b20894f66 Add 781, 978. 1998-01-27 17:04:35 +00:00
yokota
04ee3033e1 - Correct inconsistencies among keymaps.
- define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this
    key sequence but not all keymaps had it!)
  - define CTL-SPACE as NUL in all keymaps.
  - define CTL-ALT-SPACE as `suspend' key in all but Russiun keymaps.
- Fix Japanese keymaps. Some CTL- keystrokes were wrong.
- Remove accent (dead) key definitions from spanish.iso.kbd,
  fr.iso.kbd and icelandic.iso.kbd.  Create spanish.iso.acc.kbd,
  fr.iso.acc.kbd and icelandic.iso.acc.kbd with accent key definitions
  instead.
- Update INDEX.keymaps and Makefile.
1998-01-27 13:36:59 +00:00
bde
7cbf610544 Generate symlinks to the "sys" and <machine> directories and put
them in the include path.  This fixes recent breakage of the syscons
LKMs and general brokenness of the include paths (headers under
/usr/include were used in many cases).
1998-01-26 20:36:38 +00:00
wosch
530ad97724 preconsolidate is mis-spelled preconsoidate
Submitted by:  "Danny J. Zerkel" <dzerkel@phofarm.com>
1998-01-25 19:21:04 +00:00
wosch
2b7140db96 Add reference to /usr/share/misc/iso3166 where are most
country names stored. web2 itself does not contain country names.
1998-01-25 19:20:00 +00:00
yokota
e91db411b2 Add brief note on error message from the driver. 1998-01-24 12:14:13 +00:00
jkh
a26fcf19bd DISTRIBUTION=bin - we separate it out later. 1998-01-23 20:09:21 +00:00
jb
1ee427586a FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless
it is built with this defined (which it isn't by default). This change
to sys.mk treats the absence of MACHINE_ARCH as i386 on the assumption
that it will be appropriately defined (as something else) on any other
architecture. When building FreeBSD's make with NetBSD tools, both
MACHINE and MACHINE_ARCH are correctly set (e.g. when bootstrapping
FreeBSD's make on NetBSD/mvme68k, MACHINE=mvme68k and
MACHINE_ARCH=m68k). This isn't really needed for the alpha which
has both defined as 'alpha', but I thought it was worth getting the
distinction between a MACHINE and a MACHINE_ARCH correct now.

Now, shouldn't PC98 have MACHINE=pc98 and MACHINE_ARCH=i386 ??!!
1998-01-21 01:03:51 +00:00
bde
d7c390eb8a Don't refer to the nonexistent function VOP_VALLOC. 1998-01-20 11:08:06 +00:00
pst
de471d9a3b I wrote a poor, but better-than-nothing manual page for the wfd subdriver.
Obtained from:	 od.4
1998-01-17 05:15:01 +00:00
bde
ebfc352c09 Removed obsolete man pages. 1998-01-16 18:56:34 +00:00
bde
551a2d6746 Removed references to the man pages for the obsolete interfaces
VOP_BLKATOFF, VOP_SEEK, VOP_SELECT, VOP_TRUNCATE, VOP_UPDATE,
VOP_VALLOC and VOP_VFREE.
1998-01-16 18:49:42 +00:00
bde
9a32771ecf Fixed synopsis again. Too much was blown away by splatting a NetBSD-
based version over the top of the FreeBSD version in rev.1.6.
1998-01-16 18:45:52 +00:00
bde
69456bf194 Fixed bitrot. The type of the "level" is intrmask_t, not int. 1998-01-16 18:14:34 +00:00
bde
50ea0c54c5 Fixed prototype for tsleep() (const poisoning). 1998-01-16 18:12:57 +00:00
bde
a6e05ea1ce Fixed a missing #include in the synopsis. 1998-01-16 18:06:23 +00:00
cracauer
cb201a4a42 Fix typo 1998-01-15 13:42:28 +00:00
jb
6a931ec2e7 Choose the default binary format based on machine type.
Alpha is elf, not aout.
1998-01-13 06:00:56 +00:00
julian
f8e5dea182 Add code to the example 'driver-o-matic' to support being an LKM
This may not quite work yet but should head the user in the right
direction.
1998-01-12 07:47:03 +00:00
roberto
c40850d5f4 Add support for dead keys in the French ISO keymap.
Submitted by:	Pierre Beyssac <pb@fasterix.freenix.org>
1998-01-08 23:15:53 +00:00
joerg
214f2c1c2f Reflect reality when documenting the link-level flags for 3c509 cards. 1998-01-08 17:09:38 +00:00
yokota
3784050a7a icelandic.iso.kbd
- New, Icelandic keymap with accent (dead) key definitions.
  Based on the work done by totii@est.is.

spanish iso.kbd
- Added accent (dead) key definitions.
  Based on the work done by jmrueda@diatel.upm.es.
1998-01-07 08:46:53 +00:00
steve
84626e8ad0 Revert previous commit and SEE ALSO yp(4) instead. 1998-01-07 00:57:31 +00:00
jamil
f30420eaa5 documentation changes. 1998-01-06 09:39:07 +00:00
helbig
22217f2bc5 Add Latin LC_TIME file. 1998-01-06 00:54:33 +00:00
helbig
8badb83e2c Add Finnish LC_TIME file.
This is the finish :-)
PR:		5409
Submitted by:	Ville Eerola  Thanks!
1998-01-05 00:21:18 +00:00
steve
3de21281a3 Note in the BUGS section that /etc/ethers has been deprecated and
that using a DNS server is preferred to a static file.

PR:		5233
Obtained from:	partially NetBSD
1998-01-04 17:34:42 +00:00
helbig
c0b4dcf3d9 Add LC_TIME file for Netherlands (nl_NL) and via symlink for
the northern part of Belgium (nl_BE). The southern part of
Belgium is supposed to be covered by the LC_TIME file in fr_BE.

Now only the LC_TIME for Finland is left to close PR 5409.

PR:		5409
Submitted by:	Arjan de Vet  Thanks!
1998-01-04 16:02:09 +00:00
wosch
d5ec10d34c Always copy the source file map3270 during install.
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
helbig
3d7ba2dcde Add Swedish LC_TIME file.
Submitted by Peter Olsson. Thanks!
Changed weekdays -> weekday, as suggested by Steve Price.
PR: 5409 can be closed if someone sends in LC_TIME files
for Belgium, Finland and the Netherlands.
~
1998-01-04 00:03:53 +00:00
steve
225a439006 Add a couple of ?='s missed in the previous commit.
Noticed by:	Paul Allenby <pallenby@zibbi.mikom.csi.co.za>
1998-01-04 00:00:21 +00:00
steve
9c31d64ae2 Comment out xref to buf(9) manpage.
PR:		5421
1998-01-03 22:26:00 +00:00
steve
8d604d6777 (u|w)tmp files are maintained by newsyslog(8).
PR:		5414
1998-01-03 20:31:25 +00:00
wosch
3c50ce9542 Add new variables:
LIBCOMPATDIR 	[/usr/lib/compat]
	LIBDATADIR 	[/usr/libdata]
	INCLUDEDIR 	[/usr/include]
	LIBEXECDIR 	[/usr/libexec]
1998-01-03 19:07:30 +00:00
wosch
dca4eb7d35 444 -> ${SHAREMODE} 1998-01-03 14:13:48 +00:00
wosch
3e3c36dddc 444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}
1998-01-03 14:09:21 +00:00
wosch
d12b0e4638 Use INFO* variables. 1998-01-03 14:06:26 +00:00
wosch
a29bc9801d Undo rev 1.11, the cd is null since NOOBJ is set.
444 -> ${SHAREMODE}
1998-01-03 14:04:55 +00:00
wosch
a83b5c4a1e Delete unused BINDIR variable. 1998-01-03 12:22:56 +00:00
wosch
7ab71c4b6f Set BINDIR correctly. Add BINOWN and BINGRP variables. 1998-01-03 11:29:01 +00:00
wosch
c2cc0cb5f2 These files are now ports in ports/misc. 1998-01-02 19:32:37 +00:00
alex
410918fc30 Expanded cross references. 1998-01-02 19:22:52 +00:00
alex
fbc0e8b964 Typo fix.
Removed "...when it is published" from conformity statement.
1998-01-02 19:19:50 +00:00
wosch
a708b6e5a0 Fix install target again.
Pointed out by: bde
1998-01-02 17:47:07 +00:00
msmith
7f5886c9f1 Sample program using the ppi(4) interface to control LCD modules.
Currently supports the (very common) Hitachi HD44780, but can be
easily modified to add other chipsets.
1998-01-02 12:10:56 +00:00
helbig
7f11229721 Add Spanish LC_TIME file.
PR:		conf/5409
Submitted by:	Jose M. Alcaide, thanks!
1998-01-02 11:44:29 +00:00
asami
9e70bbf772 About one month worth of bsd.port.mk improvements.
(1) Allow multiple checksums of same file.
Submitted by:	hoek

(2) Add "deinstall" target as an alias to "pkg_delete $(make package-name)"
    (well, something like that, see diff for details).

(3) Add new port variable USE_AUTOCONF.   It appends BUILD_DEPENDS to
    devel/autoconf and runs autoconf before configure.
Submitted by:	ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)

(4) Clarify USE_X11 and USE_IMAKE usage.

(5) Add new user-overridable variable MASTER_SITE_KDE.
Submitted by:	vanilla

(6) Add support for "Latest" package links.
Idea by:	Terry Lambert

(7) Try to catch obsolete tcl/tk installations that could cause problems.
Annoyed by various bogus commits by:	you-know-who
1998-01-02 10:37:14 +00:00
msmith
91062cd50c Add a manpage for the 'ppi' device, detailing its use and feeding. 1998-01-02 09:31:18 +00:00
wosch
aaa53a4c55 Do not install the file `zipcodes'. It is now a port (misc/na-zipcodes).
Fix INSTALL variables.
1998-01-01 14:05:30 +00:00
bde
f36a79fc1a Install diskless.8. 1998-01-01 10:50:53 +00:00
bde
41c429ea7e Sorted lists. 1998-01-01 10:45:52 +00:00
bde
55079db420 skey.access.5 has been rotting here for more than 3 years. The version
in libskey is used.
1998-01-01 10:39:40 +00:00
bde
34c0486acc Sorted lists. Use the same style as most Makefiles for `MLINKS+=' lines. 1998-01-01 10:12:14 +00:00
bde
40182de9c0 Install devfs_remove_dev.9 and suser.9. 1998-01-01 09:40:21 +00:00
wosch
3d0db0c385 Sync: add FreeBSD 2.2.6, OpenBSD 2.3; Correct 4.4BSD Lite2 integreation links. 1997-12-30 19:27:30 +00:00
bde
7f03eef721 Remove `retval' from syscall functions here too. 1997-12-30 08:38:34 +00:00
julian
475bb0a6c5 The example drivers should use 'poll' now that it has replaced select. 1997-12-30 03:23:13 +00:00
brian
6197b3c485 Fix typos.
Xref ssc(4).
1997-12-29 21:07:49 +00:00
brian
dc65c67c1b Add ssc(4). 1997-12-29 21:07:10 +00:00
wosch
2608f479cc The terminating character in strings is NUL', not NULL'. 1997-12-28 12:06:29 +00:00
steve
b26196a27a An a termcap entry for ancient Wyse60 terminals, wy60-nt, that don't
have hardware tab support.

PR:		5386
Submitted by:	Kevin Day <toasty@dragondata.com>
1997-12-28 06:29:36 +00:00
steve
c3178de1e2 Document the new ldconfig_paths variable.
PR:		5178
Submitted by:	Evan Champion <evanc@synapse.net>
1997-12-27 19:50:55 +00:00
jkh
8212d4fa1d Update moused docs.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1997-12-27 05:55:54 +00:00
helbig
92b43624f4 For regular files the sticky bit is ignored, but the user can still set it. 1997-12-26 12:26:43 +00:00
jkh
e7557f392f DISTRIBUTION is bin (we'll make the info dist another way). 1997-12-26 00:19:23 +00:00
jkh
0620a13da6 Nuke info dist. 1997-12-26 00:17:28 +00:00
hoek
100ffb8b0a Use consistent spelling,
writeable -> writable (recall prior debate over this? :-)
	initialise -> initialize
	recognise -> recognize

Merry Christmas! :)
1997-12-25 09:36:42 +00:00
julian
13a5c596cc Add a man page for REMOVING devices from devfs. 1997-12-25 05:54:24 +00:00
jkh
6973ddaa13 Put the dir file in the correct distribution. 1997-12-24 10:16:49 +00:00
alex
6541be1e21 Added cross references for apm, cron, inetd, lpd, moused, mrouted,
nfsd, nfsiod, portmap, rpc.lockd, rpc.statd, syslogd, tickadj, and
ypbind.
1997-12-24 00:59:28 +00:00
charnier
18b5ec7c3a Remove obsolete /etc/hostname.ep? reference.
PR:	kern/5310
Submitted by:	tom@sdf.com
1997-12-22 07:37:50 +00:00
charnier
b15af2b63c Use .Tn, .Bx Free and .An. 1997-12-22 07:35:40 +00:00
jraynard
ae83617f47 Year 2000 fixes
PR:		4930
Submitted by:	 Stephen J. Roznowski <sjr@home.net>
1997-12-20 22:31:37 +00:00
julian
91eb9adb3d Add Japanese EUC time definitions
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-12-19 22:46:23 +00:00
bde
ae349861e5 Only remove ${CLEANFILES} in the default clean rule. In particular,
don't remove a.out explicitly.  a.out should only be generated for
libraries and is removed in the non-default rule in bsd.lib.mk.

Removed undocumented cleanfiles target.  It was the same as the
default clean target except it didn't descend into subdirs.  It was
different from special clean targets in other ways.  This feature
hasn't been missed for more important targets.

Removed unused default cleandepend target.  bsd.dep.mk has a better
version which is always used.

Use a better rule for checkdpadd in the BINFORMAT=aout case.  This
mainly checks that ld -f is working correctly.  The old rule is
still available via `make BINFORMAT=foo checkdpadd' and should be
used to check for regressions under 2.2 where ld -f is not available.
1997-12-19 18:48:45 +00:00
bde
5123be31b9 Oops, the previous patch was botched. 1997-12-18 12:56:52 +00:00
bde
fbf2dc264b <bsd.doc.mk> now includes ../Makefile.inc, so don't include it here. 1997-12-17 19:26:07 +00:00
bde
bd59d1ae52 Oops, rm -f can't handle empty lists. 1997-12-17 15:35:09 +00:00
bde
60c58bdca7 Oops, rm -f can't handle empty lists. 1997-12-17 15:18:53 +00:00
bde
8526cea3ba Don't clean files that we don't create.
Fixed style of empty test.

Include <bsd.libnames.mk> if `checkdpadd' is being made, so that it can
:e checked until it goes away.
1997-12-17 13:40:00 +00:00
bde
c0bce29b7d Normally don't include <bsd.libnames.mk>. Include it in the !aout case
(as in bsd.prog.mk).  Include it if `checkdpadd' is being made, so that
it can be checked until it goes away.

Don't clean files that we don't create.

Fixed style of empty test.
1997-12-17 13:36:44 +00:00
bde
4b659b30c1 Removed gross dir file bootstrap rule again. It would break building
when there is no /usr/src/share/info if it were actually used.

Added comments to explain duplicated tex commands.

Use substitution in IFILENS to simplify some things.

Removed /g from many substitutions.  It is bogus for anchored matches.

Don't echo nothing.

Don't add things that wouldn't be built with the current options to
CLEANFILES (except for some cases involving tex).
Reviewed by:	wosch
1997-12-16 18:29:48 +00:00
brian
22f7680abf Remove the UK phone codes from inter.phone and create
uk.phone (in line with na.phone).  This is a more detailed
list than the one in inter.phone.

Add uk.postcodes.  I've prefixed it with `uk' to leave room
for (maybe) au.postcodes etc. (if someone feels so inclined).

Obtained from: http://www.brainstorm.co.uk/public/utils
Ok'd to use by: steve@brainstorm.co.uk (Steve Crook)
1997-12-16 04:05:14 +00:00
helbig
bf82710fe7 Add libcalendar 1997-12-15 20:30:38 +00:00
wosch
dea81c7ca7 Optimize rm(1) usage. 1997-12-14 15:38:47 +00:00
wosch
4604acd104 Sync with original source: add FreeBSD 2.2.5, NetBSD 1.3, and OpenBSD 2.2 1997-12-09 22:53:06 +00:00
wosch
460ec4efc9 Add LIBZ 1997-12-09 20:17:49 +00:00
jamil
f8fa9f2f36 excuse me, adding alog.4 man page now forgot to commit previously 1997-12-09 11:38:02 +00:00
jamil
6e09fc64a4 Added alog.4 man page to /usr/src/share/man/man4/man4.i386/ directory
Altered Makefile in that directory so that make builds the alog.4 man page
1997-12-09 11:36:36 +00:00
charnier
a4e10096ad Correct a path. 1997-12-08 07:44:20 +00:00
wollman
be3ced3cd6 oops, remove a dangling predicate left over after a sentence was rewritten. 1997-12-07 20:25:45 +00:00
wollman
3a8f41f403 Add some more macro advice and correct spelling of ``parentheses''. 1997-12-07 20:19:20 +00:00
wollman
764a89788d 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
bde
92dcad637d Added mouse.4. 1997-12-07 18:07:37 +00:00
yokota
6acb892697 Document recent mouse code changes. 1997-12-07 08:46:56 +00:00
tegge
074a0947ba Add some extra flags in the caching page.
Some firmware versions becomes unreliable when these bits are not preserved,
e.g. ST15150N-0017 breaks if the DISC bit is cleared in the caching page.
This happened by default when editing the page.
1997-12-05 22:14:15 +00:00
wollman
d40bd7124d Now that it's built at the same time as its source, disable building 07.lpr
here.  Hopefully this will set a trend.  (What was I thinking when I set
this up the first time?)
1997-12-02 21:46:58 +00:00
wollman
22ba0d8b90 Document the new long names for printcap capabilities. 1997-12-02 21:41:40 +00:00
bde
77a5ba68eb Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
asami
aae112eddc Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so
we won't have double-slashes.

Add support for new port variable MANUAL_PACKAGE_BUILD.  If this is
defined as well as the user variable PACKAGE_BUILDING, the port will
be ignored.  This is used to mark ports that can be built normally
except on a machine that has a lot of conflicting ports (i.e., our
package building machine).
1997-11-20 05:33:56 +00:00
asami
b520e8c172 Add new target "checksubdirs". It will warn about any subdirectories that
are not in the SUBDIR list.  It also knows about the "standard" directories
that are to be ignored ("CVS", "distfiles", etc.).
1997-11-20 05:31:44 +00:00
wosch
a37ef2f5b2 Add `writeable' 1997-11-17 17:59:44 +00:00
steve
0f428e70f1 Document the new clear_tmp_enable option in the manpage.
Prodded by:	max
1997-11-16 15:59:58 +00:00
wosch
e785b9903f target(__target) -> target(${__target})
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>

Index: bsd.subdir.mk
===================================================================
RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v
retrieving revision 1.18
diff -u -r1.18 bsd.subdir.mk
--- bsd.subdir.mk	1997/06/21 15:40:34	1.18
+++ bsd.subdir.mk	1997/11/09 18:04:33
@@ -59,7 +59,7 @@

 .for __target in all checkdpadd clean cleandir depend lint \
 		 maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
 ${__target}: _SUBDIRUSE
 .endif
 .endfor
1997-11-15 13:09:52 +00:00
markm
edc9fb186f Upgrade perl to perl5.004_04 1997-11-12 10:25:17 +00:00
obrien
5dafd13bb0 state that "kernel includes" ==> sys/*.h 1997-11-12 06:29:10 +00:00
yokota
38a01164d1 Documented PSM_HOOKAPM and PSM_RESETAFTERSUSPEND options. 1997-11-11 03:06:45 +00:00
wosch
67788c6ee9 target(__target) -> target(${__target})
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1997-11-10 00:35:25 +00:00
wosch
e736d68c30 Remove the comments hat just list the nested includes.
The lists don't provide significantly more information than
grep '\.include', and grep gives lists that are actually correct.
Submitted by: Bruce
1997-11-09 15:03:15 +00:00
wosch
1156e6987f target(__target) -> target(${__target})
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1997-11-09 14:37:40 +00:00
obrien
adcd7ae702 Add an introductory manpage for the ports system. 1997-11-09 06:05:45 +00:00
jraynard
73454caef1 Make fix for PR 4883 consistent with other similar cases. 1997-11-09 00:48:01 +00:00
jraynard
b75b0b1064 Back-out previous change. A better fix is to follow.
Requested-by: bde
1997-11-08 20:29:33 +00:00
brian
ded7d50b91 Update the LOOP AVOIDANCE section to reflect reality.
Requested by:	Archie Cobbs <archie@whistle.com>
1997-11-08 01:02:08 +00:00
sef
5cb2a472c9 Allow the system to be configured to pass "-n" to kerberos and
kadmind or not; also, only run kadmind on a non-slave server.  Man
page for rc.conf is also updated.

Reviewed by:	Mark Murray
1997-11-07 20:45:48 +00:00
ache
eb2e9db532 Add Slovenian keyboard
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:55:07 +00:00
ache
37413d3760 Add Slovenian data
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:46:45 +00:00
ache
4da50d0b2b Add Slovene link 1997-11-07 15:40:55 +00:00
ache
9f77a679cc Add link to Polish locale 1997-11-07 15:27:12 +00:00
ache
bf03f8b79c Add Polish link
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:18:11 +00:00
ache
5117a32704 Add Polish data
Submitted by: Andrzej Bialecki <abial@warman.org.pl>
1997-11-07 15:14:11 +00:00
joerg
bdb9ba6125 Fix the SYNOPSIS Lnie so the entry will actually work.
Submitted by:	Ulli Linzen <ulli@perceval.camelot.de>
1997-11-07 00:05:24 +00:00
fenner
8f1f01f232 Convert <, > and & into &lt;, &gt; and &amp; in port names, COMMENT and
DESCR files when building README.html .
Don't use control characters in sed statement.

Problems reported by "Chris G. Demetriou" <cgd@pa.dec.com> in NetBSD PR
pkg/4341.
1997-11-06 02:20:27 +00:00
steve
376460ca5f Update the man page to reflect that libc_r is built as part
of make world unless the '-DNOLIBC_R' option is given to make(1).

PR:		4710
Submitted by:	Magnus Enbom <dot@tinto.campus.luth.se
1997-11-05 03:54:11 +00:00
julian
970ab2b91b Submitted by: Terry Lambert
Obtained from: pure guesswork?
1997-11-05 02:32:17 +00:00
jdp
bc45124a17 Describe "mrouted_flags". 1997-11-02 21:45:31 +00:00
wosch
69ec3ff2e9 Inlucde ../Makefile.inc if exists. This make it easier to
build the Unix Seventh Edition Manual volumes 2.
1997-11-02 18:50:53 +00:00
wosch
eac98c5993 Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and
not in .OBJDIR so the hyper links will work again.
1997-11-01 19:45:02 +00:00
charnier
d481f2e6ec /etc/sysconfig -> /etc/rc.conf. 1997-10-31 12:30:49 +00:00
wosch
923e0b9d9c The documentation contained here is horribly out of date. 1997-10-31 07:56:09 +00:00
jraynard
da5484899b Fix a couple of typos in documentation.
PR:		4883
Submitted by:	invis@visi.com
1997-10-30 00:10:52 +00:00
wollman
5a1ca03129 Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
codes.

Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
1997-10-28 15:45:09 +00:00
wollman
d7f6ac9939 Merge changes from vendor branch. 1997-10-25 18:27:25 +00:00
wollman
0a36e4c6fd This commit was generated by cvs2svn to compensate for changes in r30708,
which included commits to RCS files with non-trunk default branches.
1997-10-25 18:22:53 +00:00
wollman
dac8581b71 New version of the timezone database (1997i) from Arthur Olson.
Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
1997-10-25 18:22:53 +00:00
bde
c460dbf96b Oops, comment lines can't be indented either. 1997-10-21 10:39:27 +00:00
bde
da0f70fc69 Oops, comment lines can't be continued. 1997-10-21 10:36:07 +00:00
bde
4004e38e8b Added -Wuninitialized to CWARNFLAGS. Warnings about uninitialialized
variables were lost when we removed -W, and 23 new ones including at
least one serious one have crept in for LINT.

Restored -Winline to CFLAGS.  This gives only 3 old warnings and 1 new
for LINT.
1997-10-21 06:53:24 +00:00
danny
0f800fa826 Make rc.conf man page reflect reality w.r.t firewall_{*}. 1997-10-20 08:37:59 +00:00
joerg
6152196d33 Document the new fdc(4) flags. 1997-10-19 13:12:35 +00:00
yokota
804107bc40 Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one
in console.h.
Pointed out by bde.
1997-10-19 10:45:18 +00:00
sos
cea09bdfae Add a little example on libvgl usage. 1997-10-16 07:29:26 +00:00
joerg
fef7c77457 Improve my hack from rev 1.6 of displayq.c, and make the TCP
connection timeout controllable by a new printcap(5) capability named
`ct' (connectiom timeout), defaulting to 120 seconds (which is the
default TCP connection timeout).

Would anybody see a problem with merging all this into RELENG_2_2?
1997-10-14 16:01:02 +00:00
wosch
3ddcf87422 Support output format html.
Add make variables INFO2HTML, TEX, DVIPS, DVIPS2ASCII.
1997-10-12 18:54:34 +00:00
peter
4faaf1959d Update de.4 to list new media options. Hopefully this is reasonably
correct.
1997-10-12 02:20:54 +00:00
wosch
a14e4dea11 Do not use an intermediate file. The intermediate filename will go
into the info output which may breaks other programs (e.g. info2html).
1997-10-11 17:30:18 +00:00
joerg
0331a25e0d Update to match reality. PAP/CHAP are now implemented, a number of bugs
fixed as well.
1997-10-11 11:27:25 +00:00
phk
17f9f4e578 Update malloc.9 to reflect new reality. 1997-10-11 08:11:31 +00:00
phk
bd3b9b08a8 Be a little closer to current reality. 1997-10-11 07:39:45 +00:00
wosch
0145bd0653 Bugfix for rev 1.41:
makeinfo does not understand the tex command \input
1997-10-09 18:14:18 +00:00
jkh
070a779785 Back out my last commit - the trailing / should stay and fetch(1) should
stop puking on null directory components.
1997-10-08 12:07:09 +00:00
jkh
9e9be89c53 Remove trailing slash from MASTER_SITE_BACKUP example since it
can lead to two trailing /'s, which is in turn an invalid URL (just
bit me :-).
1997-10-08 10:56:27 +00:00
asami
6fa69fb612 Install ${PKGDIR}/MESSAGE as /var/db/pkg/${PKGNAME}/+DISPLAY if it exists.
Reviewed by:	kiri
1997-10-08 05:04:48 +00:00
obrien
cb8e8961fc Add login.conf(5) to "SEE ALSO".
ISSUES:
        An example and better explansion on how to use login classes is needed
        in both passwd.5 and login.conf.5.
1997-10-07 05:35:52 +00:00
jkh
418d0a6a92 Changes to support full make parallelism (-j<n>) in the world
target.
Reviewed by:	<many different folks>
Submitted by:	Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
1997-10-05 09:40:24 +00:00
wosch
e772f46053 Delete redundant entries.
Run tex twice due cross references.
Cleanup many tex generated files in `make clean'
Format latin1 output in 80 characters column (was ~110 characters).
1997-10-04 13:00:56 +00:00
jkh
c2a5ed6b42 Correct typo.
PR:		4681
Submitted by:	Masahiro Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>
1997-10-03 03:34:00 +00:00
jkh
9d4e104f24 src-contrib-crypto is now just src-crypto (unless the user wants to see
tons of stuff in an Attic).
1997-10-02 00:01:36 +00:00
wosch
e4a3982a6e Support output formats dvi, ps, latin1. 1997-10-01 21:35:14 +00:00
dg
90766df182 Updated for the new media selection mechanism. 1997-09-30 15:19:49 +00:00
wosch
31f0560e23 Case insensitive sort. Ignore troff comments. Bugfixes. 1997-09-29 12:41:35 +00:00
wosch
0de5e596d7 Sort cross refereces in section SEE ALSO. 1997-09-29 10:11:02 +00:00
jkh
30eca4fdb6 Document the ever decreasingly popular USA_RESIDENT variable. 1997-09-28 22:11:21 +00:00
markm
053846deda Final commit for KTH KerberosIV.
-DMAKE_EBONES -> -DMAKE_KERBEROS4
1997-09-28 09:29:11 +00:00
msmith
fb193b1b60 Update documentation for the 'ex' driver to indicate that it supports
the Pro/10+ cards as well.
1997-09-26 17:16:52 +00:00
joerg
2c55c29ae9 Set `crt' by default to make mail(1) happy. 1997-09-26 08:28:31 +00:00
ache
8b97f3e687 - print ¤ when pressing Shift-4 (not w/ AltGR-4 as in the original).
- print $ when pressing AltGr-4 (not w/ Shift-4 as in the original).

Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
1997-09-24 22:13:18 +00:00
julian
60b0e6fbbf Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>
Basic support for the Shift JIS encoding of japanese.
(and one tiny typo fixed in a comment)
1997-09-24 20:38:12 +00:00
julian
5771b3d5f6 put in the link for the dummy collation module for Shift-JIS 1997-09-24 20:06:53 +00:00
jdp
9721b2de03 Add the "src-kerberosIV" collection. 1997-09-24 03:54:44 +00:00
wosch
7666d80ef1 Polish fonts and keymap.
Submitted by: abial@warman.org.pl
PR: 4522
1997-09-22 21:44:54 +00:00
gibbs
10311ac873 Updated timeout.9 man page describing the new callout interface. This
man page was based on the NetBSD version.
1997-09-21 22:12:19 +00:00
ache
e62fb2bfcb Describe all know capabilities now 1997-09-20 01:10:28 +00:00
julian
704aa1dab5 remove bad comment 1997-09-19 00:56:49 +00:00
julian
7c7a9e8251 oops
somehow the file I was supplied with turned out to be EUC encoding..
luckily they can be translated by a simple c program :)
1997-09-19 00:51:52 +00:00
julian
6445d7bdf8 make/install the japanese SJIS date locale file. 1997-09-18 19:16:51 +00:00
julian
162b09bf98 Shift JIS versions of date stuff.
more changes to come.
Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp>
 AM/PM changed to 2 letter versions for now, original SJIS versions
 commented out. change/check later..
1997-09-18 19:09:08 +00:00
joerg
d71985ee3a Explain the newer sio(4) flag values.
Fogotten by:	phk, bde
1997-09-14 18:55:41 +00:00
wosch
ad4deae37e PR: docs/3979
better wording

Submitted by: Tim Vanderhoek <hoek@hwcn.org>, Gary Howland <gary@hotlava.net>
1997-09-13 17:52:36 +00:00
wosch
8c817c1608 PR: docs/4347
Makefile doesn't support cleandepend
Submitted by: wlr@furball.wellsfargo.com
1997-09-13 17:49:21 +00:00