Skip to content

Commit db3c6b4

Browse files
committed
Update the README file.
1 parent 2f0d1cc commit db3c6b4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
21
The files in this directory and all sub-directories are used for demonstrations
3-
in the course of teaching UNIX programming at Faculty of Mathematics and Physics
4-
of Charles University in Prague (http://www.mff.cuni.cz/).
2+
in the course of teaching "Unix programming in C" (NSWI015) at Faculty of
3+
Mathematics and Physics of Charles University in Prague
4+
(http://www.mff.cuni.cz/).
55

6-
The page of the course: http://mff.devnull.cz/
6+
The course page can be accessed from http://mff.devnull.cz/
77

88
All the files with examples are in Public Domain, unless marked otherwise.
99

10-
The source cdde files are kept like this on purpose:
10+
The source code files are kept like this on purpose:
1111
- not all return values are checked and reacted upon
12+
- some programs may present issues on purpose
1213
- each file is self contained (i.e. not libraries of common functions)
1314

1415
This is to help understand the concepts easily.

0 commit comments

Comments
 (0)