| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
None of our networking pages have the word wifi on them anywhere, add
"WiFi" to the page tags for now in lieu of a wider update.
Reviewed by: lwhsu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52458
|
| |
|
|
|
|
|
| |
Reviewed by: ziaee@, Pau Amma <pauamma@gundo.com>
Differential Revision: D47158
|
|
|
|
|
| |
Discussed with: ziaee@ on Community Discord
Pull Request: https://github.com/freebsd/freebsd-doc/pull/491
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When FreeBSD calls itself Amnesiac, that is not actually the hostname.
It does that when there is no hostname set. It is not a substitute for
assigning a hostname. Setting a hostname or complaining when none is set
would introduce a regression for cases where the hostname is assigned by
the DHCP server. Attempt to clarify the handbook instead of changing the
behavior.
PR: 286847
Reported by: jrtc27
Discussed with: linimon
|
|
|
|
|
|
| |
Reviewed by: ivy, ziaee, carlavilla, olivier, des
Approved by: des (mentor), doceng (doc)
Differential Revision: https://reviews.freebsd.org/D49782
|
| |
|
|
|
|
|
|
|
|
| |
"path:" parameter in the front matter was not documented and it has been
deprecated in gohugo 0.144.0.
Create a custom parameter with the same name in preparation for the upcoming
update of www/gohugo to 0.144.1
|
|
|
|
|
|
|
|
| |
Via `sh tools/update_translate_template.sh documentation`
Reviewed by: dbaio
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48234
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Add the anchor text to the crossref macro
Test Plan:
Apply patch and build the documentation
A follow-up change will make the crossref macro fail if no description
is used.
Subscribers: delphij
Differential Revision: https://reviews.freebsd.org/D46721
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use the crossref: macro for intra-file and intra-book links.
This will produce the correct link in Single HTML, Splitted HTML and PDF.
Rework the macro to include the PDF special render.
While here, briefly document macros.
PR: 266107
Reviewed by: bcr@, dbaio@, concussious.bugzilla_runbox.com
Differential Revision: https://reviews.freebsd.org/D46480
|
| |
|
|
|
|
|
|
|
|
| |
The `sysrc` commands would be enabled when an interface configures its
address via SLAAC, not DHCP. Hence, the instruction is incorrect.
Reviewed by: https://github.com/rilysh, dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/383
|
|
|
|
|
|
|
|
| |
These adjustments ensure menu and navigation will work fine with the
recent changes.
Reviewed by: fernape
Differential Revision: https://reviews.freebsd.org/D44284
|
|
|
|
|
|
|
| |
understanded -> understood
Reviewed by: Pau Amma <pauamma@gundo.com>, dbaio
Pull Request: https://github.com/freebsd/freebsd-doc/pull/326
|
|
|
|
|
|
|
| |
Reviewed by: https://github.com/chrislongros, dbaio
Submitted by: https://github.com/qtfkwk
Pull Request: https://github.com/freebsd/freebsd-doc/pull/300
Pull Request: https://github.com/freebsd/freebsd-doc/pull/301
|
| |
|
|
|
|
| |
PR: 274868
|
| |
|
|
|
|
| |
Pull Request: https://github.com/freebsd/freebsd-doc/pull/245
|
|
|
|
|
|
|
|
| |
The example requires the literal parameter string "ssid" followed by the
desired SSID.
PR: 272923
Sponsored by: The FreeBSD Foundation
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 261025
Submitted by: grahamperrin@
Sponsored by: Daifressh
|
|
|
|
|
| |
Reported by: karels@
Sponsored by: Daifressh
|
|
Create a new chaper with the basic configuration of a wired
and wireless networks in FreeBSD.
Sections of the new chapter:
- Synopsis
- Setting up the Network
- Wired Networks
- Wireless Networks
- Hostname
- DNS
- Troubleshooting
Changes:
- Move wired network section from config to network
- Move virtual hosts section from config to advanced networking
- Move basic wireless section from advanced networking to network
- Move IPv6 from advanced networking to network
- Upgrade all command outputs
- Use sysrc
- Improve AsciiDoc syntax
Differential Revision: https://reviews.freebsd.org/D40546
Reviewed by: bcr, dbaio, fernape, karels
Sponsored by: Daifressh
|