Skip to content

Commit

Permalink
Arch Handbook - driver basics: Minor tweaks
Browse files Browse the repository at this point in the history
Reviewed by:	emaste@, carlavilla@, Pau Amma<pauamma@gundo.com>
Pull Request:	#417
  • Loading branch information
Mark Linimon authored and sergio-carlavilla committed Dec 29, 2024
1 parent 5922114 commit c73262b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ For this reason, no serious applications rely on block devices, and in fact, alm

Drivers for network devices do not use device nodes in order to be accessed. Their selection is based on other decisions made inside the kernel and instead of calling open(), use of a network device is generally introduced by using the system call socket(2).

For more information see ifnet(9), the source of the loopback device, and Bill Paul's network drivers.
For more information see ifnet(9), the source of the loopback device.

0 comments on commit c73262b

Please sign in to comment.