]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
intro.1: Prompt is not % but $
authorStéphane Aulery <saulery@free.fr>
Fri, 6 Mar 2015 12:47:33 +0000 (13:47 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 6 Mar 2015 13:56:51 +0000 (14:56 +0100)
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/intro.1

index 216445e2b549692a4e88e69b36fe020fa3fabd56..6bf210bb6b9965e94638fea65ff67ca28ffa3aef 100644 (file)
@@ -95,9 +95,9 @@ A session might go like
 .nf
 .RB "knuth login: " aeb
 .RB "Password: " ********
-.RB "% " date
+.RB "$ " date
 Tue Aug  6 23:50:44 CEST 2002
-.RB "% " cal
+.RB "$ " cal
      August 2002
 Su Mo Tu We Th Fr Sa
              1  2  3
@@ -106,37 +106,37 @@ Su Mo Tu We Th Fr Sa
 18 19 20 21 22 23 24
 25 26 27 28 29 30 31
 
-.RB "% " ls
+.RB "$ " ls
 bin  tel
-.RB "% " "ls \-l"
+.RB "$ " "ls \-l"
 total 2
 drwxrwxr\-x   2 aeb       1024 Aug  6 23:51 bin
 \-rw\-rw\-r\-\-   1 aeb         37 Aug  6 23:52 tel
-.RB "% " "cat tel"
+.RB "$ " "cat tel"
 maja    0501\-1136285
 peter   0136\-7399214
-.RB "% " "cp tel tel2"
-.RB "% " "ls \-l"
+.RB "$ " "cp tel tel2"
+.RB "$ " "ls \-l"
 total 3
 drwxr\-xr\-x   2 aeb       1024 Aug  6 23:51 bin
 \-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:52 tel
 \-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:53 tel2
-.RB "% " "mv tel tel1"
-.RB "% " "ls \-l"
+.RB "$ " "mv tel tel1"
+.RB "$ " "ls \-l"
 total 3
 drwxr\-xr\-x   2 aeb       1024 Aug  6 23:51 bin
 \-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:52 tel1
 \-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:53 tel2
-.RB "% " "diff tel1 tel2"
-.RB "% " "rm tel1"
-.RB "% " "grep maja tel2"
+.RB "$ " "diff tel1 tel2"
+.RB "$ " "rm tel1"
+.RB "$ " "grep maja tel2"
 maja    0501\-1136285
-%
+$
 .fi
 .RE
 and here typing Control-D ended the session.
 The
-.B "% "
+.B $
 here was the command prompt\(emit is the shell's way of indicating
 that it is ready for the next command.
 The prompt can be customized