]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
intro.1: ffix
authorStéphane Aulery <saulery@free.fr>
Fri, 6 Mar 2015 12:47:28 +0000 (13:47 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 6 Mar 2015 13:56:51 +0000 (14:56 +0100)
User input in bold

Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man1/intro.1

index a9599e28ea99e2d2ab91846842e33cf8ce6e6488..0caa0c4fadbda233fb52d5f09b507337c0ec274b 100644 (file)
@@ -93,11 +93,11 @@ A session might go like
 
 .RS
 .nf
-.BI "knuth login: " aeb
-.BI "Password: " ********
-.BI "% " date
+.RB "knuth login: " aeb
+.RB "Password: " ********
+.RB "% " date
 Tue Aug  6 23:50:44 CEST 2002
-.BI "% " cal
+.RB "% " cal
      August 2002
 Su Mo Tu We Th Fr Sa
              1  2  3
@@ -106,32 +106,32 @@ Su Mo Tu We Th Fr Sa
 18 19 20 21 22 23 24
 25 26 27 28 29 30 31
 
-.BI "% " ls
+.RB "% " ls
 bin  tel
-.BI "% " "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
-.BI "% " "cat tel"
+.RB "% " "cat tel"
 maja    0501\-1136285
 peter   0136\-7399214
-.BI "% " "cp tel tel2"
-.BI "% " "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
-.BI "% " "mv tel tel1"
-.BI "% " "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
-.BI "% " "diff tel1 tel2"
-.BI "% " "rm tel1"
-.BI "% " "grep maja tel2"
+.RB "% " "diff tel1 tel2"
+.RB "% " "rm tel1"
+.RB "% " "grep maja tel2"
 maja    0501\-1136285
-.B "% "
+%
 .fi
 .RE
 and here typing Control-D ended the session.