From: Paul Menzel Date: Wed, 24 Apr 2024 05:57:01 +0000 (+0200) Subject: Unix_Concepts: Only mark up I/O operations as code and not comma X-Git-Url: http://git.tuebingen.mpg.de/?p=aple.git;a=commitdiff_plain Unix_Concepts: Only mark up I/O operations as code and not comma Currently, the spacing is a little off, because the comma is also marked up as code. So only mark up the I/O operations. Signed-off-by: Andre Noll --- diff --git a/Unix_Concepts.m4 b/Unix_Concepts.m4 index 7f0b5d8..fb3a122 100644 --- a/Unix_Concepts.m4 +++ b/Unix_Concepts.m4 @@ -557,8 +557,8 @@ EXERCISES() HOMEWORK(« Think about printers, sound cards, or displays as a file. Specifically, -describe what open, read, and write should -mean for these devices. +describe what open, read, and write +should mean for these devices. », « @@ -570,9 +570,10 @@ printers could return the number of paper trays, the amount of toner left etc. Writing to the file descriptor would cause output on the device. This would mean to print the text that is written, play the audio samples, or show the given text on the display. The point to -take away is that the open, read, write interface is a -generic concept that works for different kinds of devices, not only -for storing data in a file on a hard disk. +take away is that the open, read, +write interface is a generic concept that works for +different kinds of devices, not only for storing data in a file on a +hard disk. »)