diff --git a/subjects/ztail.en.md b/subjects/ztail.en.md index ade99f11..d6809364 100644 --- a/subjects/ztail.en.md +++ b/subjects/ztail.en.md @@ -8,7 +8,7 @@ Write a program called `ztail` that has the same behaviour as the system command - For this program the "os" package can be used. -- For the program to pass the tests the convention for the return code of program in Unix systems should be followed (see os.Exit). +- For the program to pass the tests the convention for the return code of program in Unix systems should be followed. - Handle the errors and output the same error messages as `tail`. diff --git a/subjects/ztail.fr.md b/subjects/ztail.fr.md index 8166d287..c60f85e6 100644 --- a/subjects/ztail.fr.md +++ b/subjects/ztail.fr.md @@ -8,6 +8,6 @@ - Pour ce programme le package "os" peut être utilisé. -- Pour que le programme passe les tests la convention pour le retour code de programme en systémes Unix devra être suivi(voir os.Exit). +- Pour que le programme passe les tests la convention pour le retour code de programme en systémes Unix devra être suivi. - Pour plus d'informtations consulter la page du man de `tail`.