From 6bfd609f12a270b8c98844741836db2dc1c9e694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Thor=C3=A9n?= Date: Sat, 7 Mar 2020 14:38:00 +0100 Subject: Fixed typo in standalone lab3, ptree -> pstree --- src/standalone/upg3/fork-wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standalone/upg3/fork-wait.c b/src/standalone/upg3/fork-wait.c index 2e7729d..8ef4c07 100644 --- a/src/standalone/upg3/fork-wait.c +++ b/src/standalone/upg3/fork-wait.c @@ -18,7 +18,7 @@ int main(int argc, char* argv[]) } printf("P | Switch to a differen terminal.\n" - "P | Execute the command \"ptree $USER\".\n" + "P | Execute the command \"pstree $USER\".\n" "P | It will show a list of processes you are running.\n" "P | You should see the process '%s' once.\n" "P | Press enter when you verified that.\n\n", argv[0]); -- cgit v1.2.1