#
70b66cf8 |
| 19-Feb-2025 |
Alexander Ziaee <ziaee@FreeBSD.org> |
networking.7: Clarifications
+ standardize my license formatting with style guides + remove loading now-automatically loaded last-gen tethering driver + show contemporary internal hardware drivers f
networking.7: Clarifications
+ standardize my license formatting with style guides + remove loading now-automatically loaded last-gen tethering driver + show contemporary internal hardware drivers for examples + tweak example language to hopefully improve clarity
MFC after: 3 days Reviewed by: adrian, mhorne, Quentin Thebault Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D49762
show more ...
|
#
4f2ef756 |
| 24-Sep-2024 |
Graham Percival <gperciva@tarsnap.com> |
manuals: Fix "skipping end of block" .Ed errors
These were reported by `mandoc -T lint ...` as errors; this commit only handles unnecessary .Ed commands.
The rendered output (in ascii and html) is
manuals: Fix "skipping end of block" .Ed errors
These were reported by `mandoc -T lint ...` as errors; this commit only handles unnecessary .Ed commands.
The rendered output (in ascii and html) is not affected by this commit.
Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1435
show more ...
|
#
c55f56de |
| 05-Jul-2024 |
Alexander Ziaee <concussious@runbox.com> |
networking.7: remove confusing caveat
+ service routing restart breaks on dhcp + change my copyright from inbox to home
Fixes: 75eda009 MFC after: 3 days Reported by: Graham Perrin, zlei Reviewed
networking.7: remove confusing caveat
+ service routing restart breaks on dhcp + change my copyright from inbox to home
Fixes: 75eda009 MFC after: 3 days Reported by: Graham Perrin, zlei Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1316
show more ...
|
#
75eda009 |
| 17-Apr-2024 |
Alexander Ziaee <concussious@runbox.com> |
networking.7 : create network quickstart guide
Now that the handbook has been moved to ports, I think it's very nice to have a network quickstart guide in-band, in base, in the system manual. If the
networking.7 : create network quickstart guide
Now that the handbook has been moved to ports, I think it's very nice to have a network quickstart guide in-band, in base, in the system manual. If the user uses any of the following terms "man -k {network,networking,wifi,quickstart}" this page will come up, which is I think a very common use case for new users.
Currently, this document explains connecting to a basic Ethernet network, a basic wifi network, scanning for wifi networks, and airplane mode, as well as linking to other sections, including the handbook
Co-authored-by: Graham Perrin <grahamperrin@gmail.com> Reviewed by: imp, bcr, freebsd@igalic.co Pull Request: https://github.com/freebsd/freebsd-src/pull/833
show more ...
|