Glen Barber
82f39c10fe
Fix an mdoc(7) formatting nit.
...
MFC after: 3 days
2012-05-30 01:52:01 +00:00
Glen Barber
67d785e9ef
Typo and mdoc(7) style fixes.
...
PR: 167890
Submitted by: Nobuyuki Koganemaru (kogane&jp!freebsd!org)
MFC after: 3 days
2012-05-20 16:09:40 +00:00
Glen Barber
0dded3391e
Remove duplicate words in mdoc(7) pages.
...
PR: 167810
Submitted by: Bryan Drewery {bryan!shatow%net} (hackers lounge)
Found with: textproc/igor
MFC after: 3 days
2012-05-12 03:46:43 +00:00
Ulrich Spörlein
71b310be7b
Stop lying about default UFS blocksizes.
...
This catches up with the year-old change to default blocksizes. Also
reduce the variants of spelling gigabyte from 3 down to 2 (GB and GiB).
Suggested by: arundel (about a year ago now ...)
2012-05-11 10:13:34 +00:00
Eitan Adler
9d64a0ce19
Prefer the use of csup to cvsup when talking about the binary.
...
PR: docs/167459
Submitted by: "Bryan Drewery" <bryan@shatow.net>
Approved by: bcr
MFC after: 1 week
2012-05-02 21:50:13 +00:00
Eitan Adler
50d675f7a9
Remove trailing whitespace per mdoc lint warning
...
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
2012-03-29 05:02:12 +00:00
Joel Dahl
c2965cd185
mdoc: terminate quoted strings.
...
Reviewed by: brueffer
2012-03-26 15:18:14 +00:00
Joel Dahl
3030137a23
Remove superfluous paragraph macro.
2012-03-24 13:37:57 +00:00
Glen Barber
d63559341c
Fix date from r231111.
...
Pointy-hat to: gjb (myself, approver of r231111)
2012-02-10 03:34:32 +00:00
Glen Barber
814b16ba92
Fix some Xr references:
...
- ada(4): ad(4) - removed, ada(4) would be a self-referencing entry
- cd(4): ad(4) -> ada(4)
- da(4): ad(4) -> ada(4)
- DEVICE_PROBE(9): ugen(5) -> ugen(4)
- ed(4): dhclinet(8) -> dhclient(8) (typo)
- lmc(4): Netgraph(4) -> netgraph(4)
- security(7): rc.conf(8) -> rc.conf(5)
- sfxge(4): cpuset(8) -> cpuset(1)
- sbp(4): sysctl(1) -> sysctl(8)
- portindex(5): build(1) -> build(7)
- u3g(4): usbconfig(5) -> usbconfig(8)
- usb_quirk(4): usbconfig(5) -> usbconfig(8)
Found with: textproc/igor
MFC after: 3 days
2012-02-09 04:37:30 +00:00
Eitan Adler
eed1dcab79
ports(7) currently makes no mention of LOCALBASE: fix that
...
PR: docs/159551
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by: gjb
MFC after: 3 days
2012-02-07 04:00:57 +00:00
Joel Dahl
b6bc9e3bb6
Add /usr/src/cddl/ to the hierarchy.
2012-02-04 08:03:01 +00:00
Gleb Smirnoff
5af5af75aa
No need to run buildworld before generate-release.sh.
2012-01-14 18:16:10 +00:00
Alexander Motin
221676a110
After several suggestions from people, move eventtimers page from 7 to 4.
2011-12-14 15:19:40 +00:00
Nathan Whitehorn
3aad2a9d15
Further automate production release generation by naming files the right
...
things and generating checksums.
MFC after: 1 week
2011-11-15 18:49:27 +00:00
Glen Barber
ea658fe55a
Bump .Dd to reflect the date of the last content change, so MFC content
...
makes sense.
Pointy-hat to: gjb (myself)
2011-10-09 20:21:07 +00:00
David E. O'Brien
ef522f9515
Disallow various debug.kdb sysctl's when securelevel is raised.
...
PR: 161350
2011-10-07 05:47:30 +00:00
Glen Barber
cc13988649
Whitespace cleanup in build(7).
...
MFC after: 1 week
Need-MFC: 225858
2011-09-29 02:57:08 +00:00
Glen Barber
170c2788cb
Document, and provide an example for, PORTS_MODULES in build(7).
...
PR: 161017
Submitted by: gcooper
MFC after: 1 week
2011-09-29 02:52:33 +00:00
Ruslan Ermilov
69c488cdc6
It's a bit odd, but "make update" in src/ can also update the ports/,
...
doc/, and now www/ trees, but only using the "cvsup" transport.
When "make update" is run using a tree's makefile, it can also use
"cvs" (except for www/) and "svn" (only src/).
Clean up documentation and code regarding "make update":
- Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to
Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and
DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile).
- Document all trees that support CVS_UPDATE.
- Document all trees that support SUP_UPDATE.
- Document SVN_UPDATE.
- Document NO_WWWUPDATE.
- make.conf(5) mistakenly said that *SUPFILE* had defaults.
- Add an example entry for WWWSUPFILE.
2011-06-16 12:28:37 +00:00
Nathan Whitehorn
d408a341b2
It is generally considered useful for release media to have kernels on them.
...
Submitted by: joel
2011-05-31 12:59:15 +00:00
Benedict Reuschling
69a2457d15
Bump document date.
...
I accidently committed the actual change (typo fix) in r222492, which
is a completely unrelated change.
2011-05-30 10:28:55 +00:00
Benedict Reuschling
b7642c92bf
Add a short description about NO_CHECKSUM.
...
PR: docs/155980
Submitted by KOIE Hidetaka (koie at suri co jp)
MFC after: 7 days
2011-05-30 10:23:59 +00:00
Ruslan Ermilov
a6d11f7139
[mdoc] Fixed .Dt call.
2011-05-25 14:13:53 +00:00
Benedict Reuschling
67900914ff
Add a description to the checksum target about not only
...
being able to verify, but also having the ability to
fetch distfiles that are missing or failed the checksum
calculation
PR: docs/138887
Submitted by: Radim Kolar (hsn at sendmail dot cz)
MFC after: 5 days
2011-05-25 08:42:01 +00:00
Nathan Whitehorn
feacd98ee8
Update some terminology: floppies are no longer built, and FreeBSD is not
...
necessarily distributed by CVS any longer.
2011-04-12 12:57:46 +00:00
Nathan Whitehorn
8ef63d0dcd
Don't do make release and make install in one step. Setting DESTDIR for
...
make release has deleterious consequences.
2011-04-11 15:03:01 +00:00
Nathan Whitehorn
299a8b95ac
Add an install target to release/Makefile instead of grubbing around
...
(and requesting that users grub around) in /usr/obj. Also make sure that
make clean removes the bootonly media and clean up that target a little.
2011-04-11 14:30:45 +00:00
Nathan Whitehorn
e8423d00e1
Update release(7) and build(7) to reflect new release infrastructure for
...
the new installer.
2011-03-22 01:21:51 +00:00
Rebecca Cran
ac095af538
Remove duplicate "in".
...
Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days
2011-03-01 11:47:51 +00:00
Rebecca Cran
b633aa9451
Revert some of r177626. "in in" is valid in certain sentences.
...
PR: 121490
MFC after: 3 days
2011-02-28 10:03:48 +00:00
Remko Lodder
a1f7c49554
Move the sticky manual from section 8 to section
...
7 like NetBSD has, since this is not a command
on itself.
PR: 124468
MFC after: 1 week
2011-02-24 13:03:47 +00:00
Giorgos Keramidas
1583221b9d
Document TRYBROKEN in ports(7).
...
PR: docs/153542
Submitted by: Eitan Adler <lists@eitanadler.com>
MFC after: 3 days
2011-02-15 07:16:27 +00:00
John Baldwin
4e889921ef
- Add a new UNIVERSE_TARGET variable for 'make universe'. If it is set,
...
then that target is invoked for each architecture rather than the
default action of building world and kernels for each architecture.
- Add a 'make toolchains' wrapper which uses UNIVERSE_TARGET to build
toolchains for all architectures.
- Document JFLAG, MAKE_JUST_KERNELS, and MAKE_JUST_WORLDS variables for
'make universe'.
Reviewed by: bz
MFC after: 1 week
2011-02-10 18:54:52 +00:00
Bjoern A. Zeeb
f1d16bd892
Back out r217734. [1]
...
Properly document what `make targets` is supposed to list to avoid
further confusion given the place the target sits. Should have happened
with r217125.
Requested by: imp [1]
Reviewed by: rwatson
2011-01-25 08:13:31 +00:00
Bjoern A. Zeeb
eee8163bef
Properly document what the top-level make tinderbox
does.
...
Reviewed by: jmallett
MFC After: 3 days
X-MFC: build.7 only
2011-01-22 22:57:28 +00:00
Glen Barber
7d6af40d1c
Minor grammar fix.
...
Submitted by: arundel (via email)
Approved by: jkois (mentor)
Patch by: arundel
MFC after: 5 days
2010-10-26 13:07:01 +00:00
Konstantin Belousov
4518d9ae4c
Document vfs.ncsizefactor and vfs.ncnegfactor.
...
MFC after: 2 weeks
2010-10-16 09:46:03 +00:00
Ulrich Spörlein
0d9deed52c
mdoc: drop redundant .Pp and .LP calls
...
They have no effect when coming in pairs, or before .Bl/.Bd
2010-10-08 12:40:16 +00:00
Alexander Motin
c45456fb44
Add atrtc(4) manual page.
2010-09-17 08:44:54 +00:00
Alexander Motin
74f3a46a7d
Add attimer(4) manual page.
2010-09-17 04:55:01 +00:00
Alexander Motin
1adad4c374
Add eventtimers(7) man page, briefly describing event timers subsystem
...
functionality and configuration options.
2010-09-15 07:04:14 +00:00
Maxim Konovalov
0090656231
o Sync the man page with the reality: nfs/ includes
...
are under include/ and include/fs/.
PR: docs/139153
Submitted by: gjb
MFC after: 1 week
2010-09-01 12:08:54 +00:00
Joel Dahl
c2025a7660
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
...
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 15:18:30 +00:00
Ivan Voras
c491a612fd
Describe vfs.read_max and update vfs.hirunningspace documentation. While
...
there, update nits.
Considered viewed by: jeff, phk, rwatson
2010-08-12 21:21:50 +00:00
Gabor Kovesdan
4d12d5421d
- Fix typo, it should have been c78.7
...
Submitted by: pluknet <pluknet@gmail.com>
2010-06-17 13:59:41 +00:00
Gabor Kovesdan
a814a26fb2
- Add c99(7) manual page
...
- Add MLINKS to c.7, c79.7, c89.7, c90.7
2010-06-17 12:05:47 +00:00
Ulrich Spörlein
aa12cea2cc
mdoc: order prologue macros consistently by Dd/Dt/Os
...
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.
Reviewed by: ru
Approved by: philip, ed (mentors)
2010-04-14 19:08:06 +00:00
Alexander Leidinger
21edb039c6
WITH_CTF can now be specified in src.conf (not recommended, there
...
are some problems with static executables), make.conf (would also
affect ports which do not use GNU make and do not override the
compile targets) or in the kernel config (via "makeoptions
WITH_CTF=yes").
Additional (related) changes:
- propagate WITH_CTF to module builds
- do not add -g to the linker flags, it's a noop there anyway
(at least according to the man page of ld)
- do not add -g to CFLAGS unconditionally
we need to have a look if it is really needed (IMO not) or if there
is a way to add it only when WITH_CTF is used
Note: ctfconvert / ctfmerge lines will not appear in the build output,
to protect the innocent (those which do not build with WITH_CTF would
see the shell-test and may think WITH_CTF is used).
Reviewed by: imp, jhb, scottl (earlier version)
Discussed on: arch@
2010-04-02 06:55:31 +00:00
Giorgos Keramidas
fea87c03b8
Document DEBUG_FLAGS in a more visible place, in the build(7) manpage
...
Noticed by: Alexander Best <alexbestms.at.wwu.de>
Reviewed by: jhb
MFC after: 1 week
2010-03-31 12:52:19 +00:00