Benedict Reuschling
d5508ba579
Correct errors reported by textproc/igor:
...
- wrap long lines
- add two spaces after a sentence stop
- use tabs instead of spaces
- bad tag indent
2018-08-26 18:34:50 +00:00
Benedict Reuschling
93632dc9d5
Clean up some errors that were reported by textproc/igor:
...
- Bad tag indents
- Wrap long lines
- Two spaces at sentence start
2018-08-26 15:56:45 +00:00
Benedict Reuschling
892468b17f
Fix errors reported by textproc/igor:
...
- wrap long lines
- add blank lines after <title> tags
- use tabs instead of spaces
- use two spaces at sentence start
- Capitalization in title tags (where appropriate)
2018-08-26 14:08:19 +00:00
Eitan Adler
f859aad8f6
java: update link to Java home page
...
As much as it pains me, the link should point to Oracle and not to Sun.
2018-08-26 07:29:58 +00:00
Nathan Whitehorn
082d369d58
Update PGP key to one I still actually have.
2018-08-24 21:34:24 +00:00
Glen Barber
e414716742
- Remove vestigial arm/arm TARGET/TARGET_ARCH links. The only
...
SoC image that was built was the GUMSTIX image, which had been
removed from the tree.
- Add powerpc/powerpcspe, arm/armv7 GENERICSD, and arm64/aarch64
PINE64-LTS for 12.0-CURRENT.
- Fix links in the (not visible) betarel.current links to change
arm/armv6 to arm/armv7 where appropriate.
- Comment the signatures.html page for 12.0 until it is ready to
be used.
- Change a missed 'IGNORE' to 'INCLUDE' from a previous commit.
Sponsored by: The FreeBSD Foundation
2018-08-24 17:15:39 +00:00
Benedict Reuschling
cfb95ceac0
Update all headers in the "zpool list" examples in the ZFS chapter to display
...
all columns that are currently available.
In particular, CKPOINT, EXPANDSZ, and FRAG were added and set with sensible
defaults for the example.
Reviewed by: sevan@
Differential Revision: https://reviews.freebsd.org/D16834
2018-08-24 15:49:37 +00:00
Glen Barber
b04b79faaa
Reflect head is frozen for the 12.0-RELEASE cycle.
...
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2018-08-24 15:05:57 +00:00
Guangyuan Yang
08407ad516
Update news item from the English version.
...
MFen: r52055 -> r52120
2018-08-24 10:01:14 +00:00
Glen Barber
6b22ce237a
Update the 12.0-RELEASE schedule to reflect the code freeze is now
...
in effect.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
2018-08-24 00:12:50 +00:00
Tim Bishop
c7f1d830ed
Update my key with new expiry date.
2018-08-23 15:55:35 +00:00
Ryusuke SUZUKI
b472cfe252
- Merge the following from the English version:
...
r52009 -> r52072 head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
2018-08-21 11:59:16 +00:00
Ryusuke SUZUKI
d89c4cd26a
- Merge the following from the English version:
...
r51954 -> r52154 head/ja_JP.eucJP/htdocs/docproj/translations.xml
2018-08-20 13:17:07 +00:00
Ryusuke SUZUKI
fd12e9b4ba
- Merge the following from the English version:
...
r51981 -> r52009 head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
2018-08-20 13:08:14 +00:00
Ryusuke SUZUKI
65bfcd1068
- Merge the following from the English version:
...
r51863 -> r51981 head/ja_JP.eucJP/books/handbook/introduction/chapter.xml
2018-08-20 13:01:20 +00:00
Sevan Janiyan
b9a0586e3f
Re-add instructions for USB devfs rules.
...
PR: 224928
Submitted by: madpilot
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D16681
2018-08-19 14:57:39 +00:00
Benedict Reuschling
b5f16bbdf4
Cleanup (non user visible) whitespace issues and rewrap long lines.
2018-08-19 12:15:31 +00:00
Benedict Reuschling
53d308e9ea
Re-wrap lines that went over the line limit.
2018-08-19 12:09:31 +00:00
Benedict Reuschling
8ab981c724
Properly wrap overlong lines reported by textproc/igor.
2018-08-19 11:58:47 +00:00
Benedict Reuschling
cb4cc9f7d1
Remove pc98 as a supported platform.
2018-08-19 11:58:01 +00:00
Benedict Reuschling
18da88da15
Wrap long lines, put some content on the same line as the opening tags, and
...
properly intent nested tags to make textproc/igor happy.
2018-08-19 11:51:30 +00:00
Eitan Adler
3b24ec7126
handbook: continue chasing GNATS -> Bugzilla change
...
Remove some references to GNATS/send-pr.
2018-08-19 07:19:18 +00:00
Guido Falsi
66914a87c0
Update information about Italian Translation project.
...
Reviewed by: eadler
Approved by: eadler
Differential Revision: https://reviews.freebsd.org/D16788
2018-08-18 15:12:30 +00:00
Benedict Reuschling
25078f245d
Replace two instances of
...
echo "foo='bar'" >> /boot/loader.conf
with
sysrc -f /boot/loader.conf foo=bar
which is easier to type and provides some error checking through sysrc.
2018-08-17 21:34:10 +00:00
Benedict Reuschling
86d775c974
Replace two instances of
...
echo "foo='YES'" >> /etc/rc.conf
with
sysrc foo=yes
which is shorter and provides additional error checking.
2018-08-17 21:25:58 +00:00
Benedict Reuschling
8ffacca1e1
Wrap long lines, properly indent tags, capitalizations, and other fixes for
...
issues that textproc/igor reported.
2018-08-17 14:44:51 +00:00
Benedict Reuschling
ecbc8b3022
Apply proper wrapping and nesting of tags.
2018-08-17 14:17:16 +00:00
Benedict Reuschling
cda75d3afd
Overlong lines are now properly wrapped to the proper length.
2018-08-17 14:11:30 +00:00
Benedict Reuschling
2d56e7a3e4
Properly wrap line that were too long.
2018-08-17 14:09:05 +00:00
Benedict Reuschling
926e23e357
Cleanup the translation section by rewrapping long lines.
...
textproc/igor is happy now.
2018-08-17 14:05:29 +00:00
Benedict Reuschling
da4f84da78
Minor cleanups of the committer guide from the textproc/igor output.
2018-08-17 13:57:02 +00:00
Benedict Reuschling
4c54795328
Rewrapping, putting commas after i.e., minor fixes that textproc/igor was
...
emitting.
2018-08-17 12:37:22 +00:00
Ryusuke SUZUKI
ee654ba09a
- Merge the following from the English version:
...
r51348 -> r52094 head/ja_JP.eucJP/htdocs/java/index.xml
2018-08-17 09:16:31 +00:00
Bjoern Heidotting
a316169d3b
Update to rr51744:
...
Introduce a new chapter on USB Device Mode / USB OTG. (german translation)
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D16445
2018-08-16 18:08:47 +00:00
Benedict Reuschling
815840b242
Cleanup overlong lines in this file.
2018-08-16 16:43:18 +00:00
Benedict Reuschling
3505c4e860
Cleanup this file:
...
- wrap overlong lines
- proper indentation of elements
- capitalization in title tags
2018-08-16 15:59:00 +00:00
Glen Barber
5e1312eb4a
Regen after r337910.
...
Sponsored by: The FreeBSD Foundation
2018-08-16 15:34:22 +00:00
Benedict Reuschling
3bcde71752
Remove the last vestiges of overlong lines from this file to make
...
textproc/igor shut up about them.
2018-08-16 14:55:29 +00:00
Benedict Reuschling
ae05c6c7b7
Wrap the last few remaining overlong lines in this file to make textproc/igor
...
completely happy with it.
2018-08-16 14:51:54 +00:00
Benedict Reuschling
58a8720ace
Cleanup of this file with regards to overlong lines, bad tag indent, and
...
capitalization in titles as much as possible.
2018-08-16 14:45:06 +00:00
Benedict Reuschling
aa6f4dc4d1
Wrap overlong lines, remove redundant markup and words, change to proper
...
capitalization.
2018-08-16 13:55:09 +00:00
Benedict Reuschling
90901ed261
Replace an instance of pkg_add with pkg add.
2018-08-16 13:24:47 +00:00
Benedict Reuschling
3c7fb45a82
Wrap overlong lines in the ports chapter, cleanup trailing whitespace on a
...
sentence break, and change the capitalization of a title.
Found by: textproc/igor
2018-08-16 13:18:30 +00:00
Emanuel Haupt
0ea0848dc4
Add Philippe Maechler to contributors
...
Maintainer of: net-mgmt/docsis
2018-08-16 12:45:32 +00:00
Ryusuke SUZUKI
5ffb005073
- Merge the following from the English version:
...
r52024 -> r52093 head/ja_JP.eucJP/htdocs/news/news.xml
2018-08-16 08:46:21 +00:00
Ryusuke SUZUKI
de1767f44c
- Merge the following from the English version:
...
r52055 -> r52120 head/ja_JP.eucJP/share/xml/news.xml
2018-08-16 08:23:30 +00:00
Eitan Adler
93b15fee8d
[committer guide] update rules for contrib software.
...
- Most notably don't require talking to core@ to take on maintainership.
- Merge an FAQ into the main body of the text
- Wordsmith
- Remove references to CVS
Approved by: core
2018-08-16 05:04:47 +00:00
Alexander Leidinger
fde8f57fc8
Document FreeBSD version 1200078.
2018-08-15 18:44:48 +00:00
Xin LI
f9cf3b7074
Add SA-18:09-SA-18:11, refresh SA-18:08.
2018-08-15 05:17:29 +00:00
Mateusz Piotrowski
b383ffe681
Make addkey.sh work with usernames starting with a digit.
...
Reviewed by: des, krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16549
2018-08-14 20:23:19 +00:00