aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en
Commit message (Collapse)AuthorAgeFilesLines
...
* Shorten sentence a bit to make it easier to readBenedict Reuschling2023-12-281-1/+1
| | | | | | The extra words at beginning of the sentence don't add much to the understanding of the sentence. Also, there was a superfluous "in" present which was removed as well.
* Typo fix: publically -> publiclyBenedict Reuschling2023-12-281-1/+1
|
* Typo fix: recommened -> recommendedBenedict Reuschling2023-12-281-1/+1
|
* Typo fix: simpliest -> simplestBenedict Reuschling2023-12-281-1/+1
|
* Fix repeated typo: ouput -> outputBenedict Reuschling2023-12-281-3/+3
|
* Typo fix: userpace -> userspaceBenedict Reuschling2023-12-281-1/+1
|
* Remove more instances of "more complete" and replace with "complete"Benedict Reuschling2023-12-284-4/+4
|
* Remove redundant word: exact same -> sameBenedict Reuschling2023-12-281-1/+1
|
* Change "more complete" to just "complete"Benedict Reuschling2023-12-281-1/+1
| | | | | Either something is complete or it is not. There is no "more" or "less" completeness.
* Typo fix: modifed -> modifiedBenedict Reuschling2023-12-281-1/+1
|
* Change "more complete" to just "complete"Benedict Reuschling2023-12-281-2/+2
| | | | | | Either something is complete or it is not. There is no "more" or "less" completeness. While here, remove whitespace and end of one line.
* Typo fix: withing -> withinBenedict Reuschling2023-12-281-1/+1
|
* Typo fix: explicity -> explicitlyBenedict Reuschling2023-12-281-1/+1
|
* design-44bsd: Fix a typo: descendents -> descendantsJohn Baldwin2023-12-271-1/+1
| | | | | Reviewed by: bofh Differential Revision: https://reviews.freebsd.org/D43214
* handbook: Update instructions for starting ConsoleKitGleb Popov2023-12-262-5/+5
| | | | | | Differential Revision: https://reviews.freebsd.org/D43182 Approved by: carlavilla
* handbook/jails: Fix typo for jail onestop commandReppard2023-12-241-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/306
* handbook/wine: Fix a few typosXiang Wang2023-12-231-7/+7
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/307
* handbook/linuxemu: Include a missing periodXiang Wang2023-12-231-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/308/
* faq: Replace 'prank they' with 'prank them'Darren Ng2023-12-231-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/309/
* articles/freebsd-src-lsp: Spell "keys" instead of "key"rilysh2023-12-231-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/310/
* Register our official mirror in SwedenDanilo G. Baio2023-12-231-1/+1
| | | | | | | | | | | | It is generously hosted by Teleservice Skåne AB https://www.teleservice.net/ Sjöbo, Sweden GeoDNS will automatically direct users to the new mirror in Sweden. Deployed by: philip
* articles/contributing Pet valeMuhammad Moinur Rahman2023-12-231-40/+90
| | | | | | | - Change INDEX-8 to INDEX-13 - Remove references to portmaster/portupgrade [1] Approved by: portmgr [1]
* handbook/desktop: Replace missing pkgMuhammad Moinur Rahman2023-12-201-12/+15
| | | | | | | - In browser section the package is mentioned as www/dillo but dillo has been removed from the tree in favor of www/dillo2 - Pet vale while I am here - Add missing keywords from this file in the Vale vocabulary
* New committer (src): Olivier Certner (olce)Olivier Certner2023-12-191-0/+3
| | | | | | | Complete steps 1-4 from Committer's Guide, section "Setup, Conventions, and Traditions", sub-section "For New Committers". Approved by: emaste (mentor)
* freebsd-releng: drop special case for FreeBSD releases before 13Ed Maste2023-12-161-1/+1
| | | | | | | There are no further releases to come from stable/12. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42760
* handbook: correct the git-pull command when a target directory specifiedLi-Wen Hsu2023-12-131-2/+2
| | | | | PR: 275713 Reported by: Ian <yoitsmeremember+fbsd@gmail.com>
* versions: escape #if directive for __FreeBSD_version value 1500005.Dimitry Andric2023-12-091-1/+1
|
* Document __FreeBSD_version values 1500001 through 1500006.Dimitry Andric2023-12-081-0/+30
|
* handbook: Clarify that amd64 is an x86 architectureJohn Baldwin2023-12-071-1/+1
| | | | | | | Other architectures can be 64-bit, too. Co-authored-by: ducky <duccywastaken@pm.me> Pull Request: https://github.com/freebsd/freebsd-doc/pull/281
* Handbook - Advanced networking - Improve Diskless Operation with PXECheng Cui2023-12-041-1/+16
| | | | | | | | Summary: PR: 274976 Reviewed by: carlavilla Test Plan: see PR 274976 Differential Revision: https://reviews.freebsd.org/D42766
* Fix typo in the commit hash.Gordon Tetlow2023-12-011-1/+1
| | | | While we are at it, use the same hash from above for consistency.
* x86-assembly: Fix link to GNU assemblerMinsoo Choo2023-11-271-6/+3
| | | | | | | | | FreeBSD does not include GNU assembler in its base system, so link to the devel/binutils package. Also mention llvm-as(1). PR: 268928 Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D42744
* NanoBSD: add how to obtain the source codeMinsoo Choo2023-11-271-0/+10
| | | | | | | | | | | There is a request in the bugzilla report to introduce how to obtain the source code for building NanoBSD. I added more lines to the patch provided by the original reporter. PR: 274709 Reviewed by: mhorne Co-Authored-By: gaelan@fastmail.fm Differential Revision: https://reviews.freebsd.org/D42743
* handbook: Spelling (that -> than)Ralf Doering2023-11-271-1/+1
| | | | Pull Request: https://github.com/freebsd/freebsd-doc/pull/299
* [phb] Using JAVA: Fix format and update versionFernando Apesteguía2023-11-261-1/+2
| | | | | Fix formatting for special character +. While here update to show the actual supported versions.
* Website-Docs: Replace WWW with WebMinsoo Choo2023-11-252-4/+4
| | | | | PR: 273247 Differential Revision: https://reviews.freebsd.org/D42759
* freebsd-releng: whitespace cleanupEd Maste2023-11-231-2/+1
| | | | remove extraneous blank line and EOL whitespace
* handbook: use 13.2 -> 14.0 as example major version upgradeEd Maste2023-11-221-1/+1
| | | | | | | | FreeBSD 12.4 is approaching EOL, and most users should have already migrated to 13.x. 14.0 is now released, so use it as the example target version. Sponsored by: The FreeBSD Foundation
* handbook: remove obsolete note about 11.2-RELEASEEd Maste2023-11-211-6/+0
| | | | | | | This was added in 3f5f1388e8d4 ("Last pass through this chapter.") 11.2 is now well past EOL and there is no need for this caveat. Sponsored by: The FreeBSD Foundation
* New committer (src): Arthur Kiyanovski (akiyano)Arthur Kiyanovski2023-11-201-0/+3
| | | | | | Completed steps 1-4 from Committer's Guide. Approved by: cperciva (mentor)
* pgpkeys: fix rcm typoR. Christian McDonald2023-11-201-1/+1
| | | | Approved by: kp
* pgpkeys: add key for rcmR. Christian McDonald2023-11-201-0/+3
| | | | Approved by: kp
* Remove accidentally commited .orig fileGordon Bergling2023-11-171-3016/+0
| | | | PR: 241673
* handbook/network-servers: Add a paragraph about authoritative name serversGordon Bergling2023-11-172-0/+3019
| | | | | | | | | Add a paragraph about authoritative name servers and mention two packages that can be used. PR: 241673 Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D42632
* Add warning about outdated content to the beginning of the articleBenedict Reuschling2023-11-151-1/+11
|
* [hb][config]: Mention backlight(9)Fernando Apesteguía2023-11-141-0/+12
| | | | Add a mention to backlight(9) and backlight(8) in the configuration chapter.
* Handbook - Introducion and bsdinstall chapter imagesSergio Carlavilla Delgado2023-11-131-1/+1
| | | | | | Upgrade Introduction to add FreeBSD 14.0-RELEASE Upgrade bsdinstall chapter images to show FreeBSD 14.0-RELEASE install process
* books/handbook: s/I believe/we believe/Ceri Davies2023-11-061-1/+1
|
* handbook: typo fixedMaxim Konovalov2023-11-022-2/+2
| | | | PR: 274868
* handbook/mirrors: Add mirror.[nl|se].altushost.comDanilo G. Baio2023-10-311-0/+8
| | | | Requested by: Kamala Raghav (altushost)