Skip to content

Commit c81e0b5

Browse files
committed
documentation: lectures: syscalls: fix section title underline
Section title underline was too short, fix it. Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
1 parent a1cef0f commit c81e0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/lectures/syscalls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ as vsyscalls are: getpid or gettimeofday.
413413

414414

415415
Accessing user space from system calls
416-
=====================================
416+
======================================
417417

418418
As we mentioned earlier, user space must be accessed with special APIs
419419
(:c:func:`get_user`, :c:func:`put_user`, :c:func:`copy_from_user`,

0 commit comments

Comments
 (0)