diff options
| author | Daniel Thorén <daniel.thoren@liu.se> | 2020-03-07 14:38:00 +0100 |
|---|---|---|
| committer | Daniel Thorén <daniel.thoren@liu.se> | 2020-03-07 14:38:00 +0100 |
| commit | 6bfd609f12a270b8c98844741836db2dc1c9e694 (patch) | |
| tree | 1da345eddf0ada9d64ea142e1154c801c63fa95b /src | |
| parent | 3551fc0c3c9dbe5fbe1fed6a2a978cc861c2f77b (diff) | |
| download | pintos-rs-6bfd609f12a270b8c98844741836db2dc1c9e694.tar.gz | |
Fixed typo in standalone lab3, ptree -> pstree
Diffstat (limited to 'src')
| -rw-r--r-- | src/standalone/upg3/fork-wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |
