Explorar o código

Apply trivial tweak

Jim Huang %!s(int64=3) %!d(string=hai) anos
pai
achega
1e3c1b8a76
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -804,7 +804,6 @@ BE CAREFUL: when a sequence is finished, another one starts. That means that at
     \node (branch2) [decision, below of=next, yshift=-1cm] {return is NULL?};
     \node (stop) [startstop, below of=branch2, yshift=-1cm] {stop() treatment};
 
-
     \draw [->] (start) -- (branch1);
     \draw [->] (branch1) -- node[anchor=east] {} (emptynode);
     \draw [->] (branch1) -- node[left=2em, anchor=south] {No} (next);
@@ -814,6 +813,7 @@ BE CAREFUL: when a sequence is finished, another one starts. That means that at
     \draw [->] (stop.west) to [out=135, in=-135] node [left] {} (start.west);
   \end{tikzpicture}
 \end{center}
+
 Seq\_file provides basic functions for proc\_ops, as seq\_read, seq\_lseek, and some others. But nothing to write in the /proc file. Of course, you can still use the same way as in the previous example.
 
 \samplec{examples/procfs4.c}