summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-06-30 14:36:59 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-06-30 14:36:59 +0000
commit18701562c1bd97147f53cf63ead3aba6e89aef56 (patch)
treeb17ce5106749c5980a6963d8c6dc90b3ce3f2481 /man1
parent881663d9c6aa933fc06dcddfae1a2653ece4e503 (diff)
s/user name/username/
Diffstat (limited to 'man1')
-rw-r--r--man1/intro.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man1/intro.1 b/man1/intro.1
index ba973b66..ad86de1f 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -138,7 +138,7 @@ The
here was the command prompt \(em it is the shell's way of indicating
that it is ready for the next command.
The prompt can be customized
-in lots of ways, and one might include stuff like user name,
+in lots of ways, and one might include stuff like username,
machine name, current directory, time, etc.
An assignment PS1="What next, master? "
would change the prompt as indicated.