Browse Source

Remove too specific guidelines

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
947c54592c
  1. 2
      subjects/ztail.en.md
  2. 2
      subjects/ztail.fr.md

2
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`.

2
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`.

Loading…
Cancel
Save