X-Git-Url: http://rtime.felk.cvut.cz/gitweb/socketcan-devel.git/blobdiff_plain/cb42c174307d6fe15f5602716966dd9f6142cc57..1591c89228352899478b2864af4272fcd021b431:/kernel/2.6/Documentation/networking/can/can-sockets.txt diff --git a/kernel/2.6/Documentation/networking/can/can-sockets.txt b/kernel/2.6/Documentation/networking/can/can-sockets.txt index f07db19..588ce75 100644 --- a/kernel/2.6/Documentation/networking/can/can-sockets.txt +++ b/kernel/2.6/Documentation/networking/can/can-sockets.txt @@ -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.