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 $Id$ 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
Mike Pritchard
7192d602a9
Spelling police.
1996-12-26 22:08:11 +00:00
Wolfram Schneider
0b992c1d66
Sort cross references.
1996-12-26 16:16:37 +00:00
Andreas Klemm
5d61b1fef3
Request from Sascha to change his e-mail address. His old reply-to
...
address isn't valid anymore.
Reviewed by:
Submitted by:
Obtained from:
1996-12-26 13:29:50 +00:00
Jordan K. Hubbard
7e8009cf51
Phillips -> Philips
...
Noted-By: some really pedantic person. :)
1996-12-26 05:56:20 +00:00
Wolfram Schneider
c69a537c8f
Sort cross references.
1996-12-26 02:02:31 +00:00
Satoshi Asami
887070162e
I'm sorry, this kind of commits need to be reviewed by me, espicially
...
in a time like this (i.e., right before the release).
Back out rev 1.242, also add a stronger note above the MAINTAINER.
1996-12-26 01:02:29 +00:00
Masafumi Max NAKANE
60e59fcd96
Some translation improvement.
1996-12-25 18:28:04 +00:00
Warner Losh
e107b29a74
Integrate changes from OpenBSD's efforts to use the FreeBSD ports system.
...
Generalize the selection of programs to run based on the existance of files
rather than the OS names that we find. Add comments about me being the
keeper of the OpenBSD mods of this file. Use ftp on OpenBSD rather than
fetch since OpenBSD's FTP supports urls and there is no fetch.
Reviewed by: Joerge Wunch, Jordan Hubbard, and others in ports I've forgotten
Obtained from: OpenBSD with changes from me.
1996-12-25 18:19:22 +00:00
Masafumi Max NAKANE
d13912467f
Merge the en version chnages made in 1.41 -> 1.42.
...
Submitted by: Tomoo WATANABE <tomo@maple.elcom.nitech.ac.jp>
1996-12-25 04:19:52 +00:00
Andrey A. Chernov
4d84142757
Handle en_US, en_CA, en_AU now
...
Should go into 2.2
1996-12-25 02:37:35 +00:00
Andrey A. Chernov
a74bb96cd0
Add missing src-release and src-tools to individual targets list
1996-12-25 01:51:53 +00:00
Andreas Klemm
4bd24a1ce8
corrected Sascha's Mail address. Thanks Joerg for your ,sharp eyes' !
1996-12-24 15:37:41 +00:00
Masafumi Max NAKANE
3454b02adb
Added kernelopts.sgml to SRCS.
1996-12-23 21:30:52 +00:00
Masafumi Max NAKANE
bfaf4a34f1
Merge the en version changes made in 1.63 -> 1.64.
...
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>
1996-12-23 21:30:25 +00:00
Masafumi Max NAKANE
07e6bf1661
Merge the en version changes made in 1.19 -> 1.20.
1996-12-23 21:28:18 +00:00
Masafumi Max NAKANE
7a60c4e899
Fixed sgml errors.
1996-12-23 21:19:30 +00:00
Masafumi Max NAKANE
8ff8df932c
Add an empty file till the translation is completed.
1996-12-23 21:14:36 +00:00
Andreas Klemm
7add68182c
Added Sascha Blank <blank@sliphost37.uni-trier.de> as FreeBSD
...
contributor because of his valuable bugfix to pgcc-current, which
allows usage of optimization levels >= 3.
1996-12-23 18:40:11 +00:00
Masafumi Max NAKANE
227f0dcea5
Some translation improvement.
...
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1996-12-23 14:01:37 +00:00
Joerg Wunsch
1c57564d21
Add my description for how to add a new-style kernel option, including
...
Bruce's comments.
1996-12-23 12:20:05 +00:00
Thomas Gellekum
7e24fc58bf
Add Mikhail Teterin for his jbig port.
1996-12-23 07:50:46 +00:00
Peter Wemm
747328f032
Add commented out samples on how to activate the compat libs during build.
...
Note that nothing is stopping somebody from cd'ing to src/lib/compat/<dist>
and doing a 'make all install' there by hand.
1996-12-23 05:17:09 +00:00
Satoshi Asami
dad7105a9b
Suggested by: msmith
...
Add a little more sophistication to the md5 grep command.
Change the md5 checksum logic a bit. Now, the message is printed
out for every successfully/unsuccessfully matched checksum, and it
aborts at the end if there was a mismatch. Also, make missing checksum
and IGNORE file inconsistency fatal, as there is now no reason to have
a missing checksum.
1996-12-23 02:49:35 +00:00
Wolfram Schneider
dbab5e88a6
Do not use variable PRINTERDEVICE as printer name.
1996-12-22 16:16:13 +00:00
Mike Pritchard
46a1272500
Convert to mdoc format.
1996-12-21 23:54:30 +00:00
Mike Pritchard
c310249e03
Covert to mdoc format.
1996-12-21 23:30:53 +00:00
Mike Pritchard
6071eeacb3
Update mdoc.samples(7) to match what is now
...
installed in /usr/share/misc/mdoc.template
1996-12-21 22:02:30 +00:00
Nate Williams
04a7dd5fec
Added Charles Mott <cmott@srv.net> for his packet aliasing code in User-PPP.
...
Forgotten by: jkh
1996-12-21 18:36:48 +00:00