]> rtime.felk.cvut.cz Git - socketcan-devel.git/blobdiff - kernel/2.6/Documentation/networking/can/can-sockets.txt
documentation: rework chapter numbering & references
[socketcan-devel.git] / kernel / 2.6 / Documentation / networking / can / can-sockets.txt
index f07db19ee7690b89cf2010827ceda04f79b58ddf..588ce75e226b9dafab6e00ff4bf3712842a8a029 100644 (file)
@@ -9,12 +9,12 @@ Part of the documentation for the socketCAN subsystem
 
 This file contains:
 
-  1 How to use Socket CAN
-    1.1 Timestamps
+  S. How to use Socket CAN
+    S.1 Timestamps
 
 ============================================================================
 
-1. How to use Socket CAN
+S. How to use Socket CAN
 ------------------------
 
   Like TCP/IP, you first need to open a socket for communicating over a
@@ -146,7 +146,7 @@ This file contains:
     nbytes = sendto(s, &frame, sizeof(struct can_frame),
                     0, (struct sockaddr*)&addr, sizeof(addr));
 
-  1.1 Timestamps
+  S.1 Timestamps
   
   For applications in the CAN environment it is often of interest an
   accurate timestamp of the instant a message from CAN bus has been received.