linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] intro.1: ffix
@ 2015-03-06 12:47 saulery-GANU6spQydw
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: saulery-GANU6spQydw @ 2015-03-06 12:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

User input in bold

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man1/intro.1 | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/man1/intro.1 b/man1/intro.1
index 20d36d7..c554884 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -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.
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 2/6] intro.1: Add cross references cited
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-06 12:47   ` saulery-GANU6spQydw
       [not found]     ` <1425646053-7294-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 12:47   ` [PATCH 3/6] intro.1: ffix saulery-GANU6spQydw
                     ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: saulery-GANU6spQydw @ 2015-03-06 12:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man1/intro.1 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/man1/intro.1 b/man1/intro.1
index c554884..0caa0c4 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -300,4 +300,15 @@ and use a browser if you find HTML files there.
 .\" Actual examples? Separate section for each of cat, cp, ...?
 .\" gzip, bzip2, tar, rpm
 .SH SEE ALSO
+.BR ash (1),
+.BR bash (1),
+.BR chsh (1),
+.BR csh (1),
+.BR locate (1),
+.BR login (1),
+.BR man (1),
+.BR xterm (1),
+.BR zsh(1),
+.BR wait (2),
+.BR man-pages (7),
 .BR standards (7)
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 3/6] intro.1: ffix
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 12:47   ` [PATCH 2/6] intro.1: Add cross references cited saulery-GANU6spQydw
@ 2015-03-06 12:47   ` saulery-GANU6spQydw
       [not found]     ` <1425646053-7294-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 12:47   ` [PATCH 4/6] " saulery-GANU6spQydw
                     ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: saulery-GANU6spQydw @ 2015-03-06 12:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Filenames in italic

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man1/intro.1 | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/man1/intro.1 b/man1/intro.1
index 0caa0c4..216445e 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -200,14 +200,21 @@ Here it finds Maja's telephone number.
 Files live in a large tree, the file hierarchy.
 Each has a
 .I "pathname"
-describing the path from the root of the tree (which is called /)
+describing the path from the root of the tree (which is called
+.IR / )
 to the file.
-For example, such a full pathname might be /home/aeb/tel.
+For example, such a full pathname might be
+.IR /home/aeb/tel .
 Always using full pathnames would be inconvenient, and the name
 of a file in the current directory may be abbreviated by giving
 only the last component.
-That is why "/home/aeb/tel" can be abbreviated
-to "tel" when the current directory is "/home/aeb".
+That is why
+.I /home/aeb/tel
+can be abbreviated
+to 
+.I tel
+when the current directory is
+.IR /home/aeb .
 .LP
 The command
 .I pwd
@@ -231,7 +238,10 @@ The command
 (with a rather baroque syntax) will find files with given name
 or other properties.
 For example, "find . \-name tel" would find
-the file "tel" starting in the present directory (which is called ".").
+the file
+.I tel
+starting in the present directory (which is called
+.IR . ).
 And "find / \-name tel" would do the same, but starting at the root
 of the tree.
 Large searches on a multi-GB disk will be time-consuming,
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 4/6] intro.1: ffix
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 12:47   ` [PATCH 2/6] intro.1: Add cross references cited saulery-GANU6spQydw
  2015-03-06 12:47   ` [PATCH 3/6] intro.1: ffix saulery-GANU6spQydw
@ 2015-03-06 12:47   ` saulery-GANU6spQydw
       [not found]     ` <1425646053-7294-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 12:47   ` [PATCH 5/6] " saulery-GANU6spQydw
                     ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: saulery-GANU6spQydw @ 2015-03-06 12:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Highlighting like other commands

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man1/intro.1 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man1/intro.1 b/man1/intro.1
index 216445e..3a29ff8 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -300,7 +300,8 @@ and explanations is useful.
 .LP
 A lot of GNU/FSF software is provided with info files.
 Type "info info"
-for an introduction on the use of the program "info".
+for an introduction on the use of the program
+.IR info .
 .LP
 Special topics are often treated in HOWTOs.
 Look in
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 5/6] intro.1: ffix
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
                     ` (2 preceding siblings ...)
  2015-03-06 12:47   ` [PATCH 4/6] " saulery-GANU6spQydw
@ 2015-03-06 12:47   ` saulery-GANU6spQydw
       [not found]     ` <1425646053-7294-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 12:47   ` [PATCH 6/6] intro.1: Prompt is not % but $ saulery-GANU6spQydw
  2015-03-06 13:46   ` [PATCH 1/6] intro.1: ffix Michael Kerrisk (man-pages)
  5 siblings, 1 reply; 12+ messages in thread
From: saulery-GANU6spQydw @ 2015-03-06 12:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Highlighting like other commands (2)

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man1/intro.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man1/intro.1 b/man1/intro.1
index 3a29ff8..a87a336 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -281,7 +281,10 @@ There are thousands of commands, each with many options.
 Traditionally commands are documented on
 .IR "man pages" ,
 (like this one), so that the command "man kill" will document
-the use of the command "kill" (and "man man" document the command "man").
+the use of the command
+.I kill
+(and "man man" document the command
+.IR man ).
 The program
 .I man
 sends the text through some
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH 6/6] intro.1: Prompt is not % but $
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
                     ` (3 preceding siblings ...)
  2015-03-06 12:47   ` [PATCH 5/6] " saulery-GANU6spQydw
@ 2015-03-06 12:47   ` saulery-GANU6spQydw
       [not found]     ` <1425646053-7294-6-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  2015-03-06 13:46   ` [PATCH 1/6] intro.1: ffix Michael Kerrisk (man-pages)
  5 siblings, 1 reply; 12+ messages in thread
From: saulery-GANU6spQydw @ 2015-03-06 12:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man1/intro.1 | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/man1/intro.1 b/man1/intro.1
index a87a336..78ff28c 100644
--- a/man1/intro.1
+++ b/man1/intro.1
@@ -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
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH 1/6] intro.1: ffix
       [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
                     ` (4 preceding siblings ...)
  2015-03-06 12:47   ` [PATCH 6/6] intro.1: Prompt is not % but $ saulery-GANU6spQydw
@ 2015-03-06 13:46   ` Michael Kerrisk (man-pages)
  5 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-06 13:46 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/06/2015 01:47 PM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>


Thanks, Stéphane. Applied.

Cheers,

Michael


> User input in bold
> 
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man1/intro.1 | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/man1/intro.1 b/man1/intro.1
> index 20d36d7..c554884 100644
> --- a/man1/intro.1
> +++ b/man1/intro.1
> @@ -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.
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 2/6] intro.1: Add cross references cited
       [not found]     ` <1425646053-7294-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-06 13:46       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-06 13:46 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/06/2015 01:47 PM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>


Thanks, Stéphane. Applied.

Cheers,

Michael


> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man1/intro.1 | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/man1/intro.1 b/man1/intro.1
> index c554884..0caa0c4 100644
> --- a/man1/intro.1
> +++ b/man1/intro.1
> @@ -300,4 +300,15 @@ and use a browser if you find HTML files there.
>  .\" Actual examples? Separate section for each of cat, cp, ...?
>  .\" gzip, bzip2, tar, rpm
>  .SH SEE ALSO
> +.BR ash (1),
> +.BR bash (1),
> +.BR chsh (1),
> +.BR csh (1),
> +.BR locate (1),
> +.BR login (1),
> +.BR man (1),
> +.BR xterm (1),
> +.BR zsh(1),
> +.BR wait (2),
> +.BR man-pages (7),
>  .BR standards (7)
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 3/6] intro.1: ffix
       [not found]     ` <1425646053-7294-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-06 13:47       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-06 13:47 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/06/2015 01:47 PM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Thanks, Stéphane. Applied.

Cheers,

Michael


> Filenames in italic
> 
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man1/intro.1 | 20 +++++++++++++++-----
>  1 file changed, 15 insertions(+), 5 deletions(-)
> 
> diff --git a/man1/intro.1 b/man1/intro.1
> index 0caa0c4..216445e 100644
> --- a/man1/intro.1
> +++ b/man1/intro.1
> @@ -200,14 +200,21 @@ Here it finds Maja's telephone number.
>  Files live in a large tree, the file hierarchy.
>  Each has a
>  .I "pathname"
> -describing the path from the root of the tree (which is called /)
> +describing the path from the root of the tree (which is called
> +.IR / )
>  to the file.
> -For example, such a full pathname might be /home/aeb/tel.
> +For example, such a full pathname might be
> +.IR /home/aeb/tel .
>  Always using full pathnames would be inconvenient, and the name
>  of a file in the current directory may be abbreviated by giving
>  only the last component.
> -That is why "/home/aeb/tel" can be abbreviated
> -to "tel" when the current directory is "/home/aeb".
> +That is why
> +.I /home/aeb/tel
> +can be abbreviated
> +to 
> +.I tel
> +when the current directory is
> +.IR /home/aeb .
>  .LP
>  The command
>  .I pwd
> @@ -231,7 +238,10 @@ The command
>  (with a rather baroque syntax) will find files with given name
>  or other properties.
>  For example, "find . \-name tel" would find
> -the file "tel" starting in the present directory (which is called ".").
> +the file
> +.I tel
> +starting in the present directory (which is called
> +.IR . ).
>  And "find / \-name tel" would do the same, but starting at the root
>  of the tree.
>  Large searches on a multi-GB disk will be time-consuming,
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 6/6] intro.1: Prompt is not % but $
       [not found]     ` <1425646053-7294-6-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-06 13:48       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-06 13:48 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/06/2015 01:47 PM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>


Thanks, Stéphane. Applied.

Cheers,

Michael


> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man1/intro.1 | 28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)
> 
> diff --git a/man1/intro.1 b/man1/intro.1
> index a87a336..78ff28c 100644
> --- a/man1/intro.1
> +++ b/man1/intro.1
> @@ -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
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 4/6] intro.1: ffix
       [not found]     ` <1425646053-7294-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-06 13:48       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-06 13:48 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/06/2015 01:47 PM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>


Thanks, Stéphane. Applied.

Cheers,

Michael


> Highlighting like other commands
> 
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man1/intro.1 | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/man1/intro.1 b/man1/intro.1
> index 216445e..3a29ff8 100644
> --- a/man1/intro.1
> +++ b/man1/intro.1
> @@ -300,7 +300,8 @@ and explanations is useful.
>  .LP
>  A lot of GNU/FSF software is provided with info files.
>  Type "info info"
> -for an introduction on the use of the program "info".
> +for an introduction on the use of the program
> +.IR info .
>  .LP
>  Special topics are often treated in HOWTOs.
>  Look in
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH 5/6] intro.1: ffix
       [not found]     ` <1425646053-7294-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-03-06 13:48       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-03-06 13:48 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 03/06/2015 01:47 PM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>


Thanks, Stéphane. Applied.

Cheers,

Michael


> Highlighting like other commands (2)
> 
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man1/intro.1 | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/man1/intro.1 b/man1/intro.1
> index 3a29ff8..a87a336 100644
> --- a/man1/intro.1
> +++ b/man1/intro.1
> @@ -281,7 +281,10 @@ There are thousands of commands, each with many options.
>  Traditionally commands are documented on
>  .IR "man pages" ,
>  (like this one), so that the command "man kill" will document
> -the use of the command "kill" (and "man man" document the command "man").
> +the use of the command
> +.I kill
> +(and "man man" document the command
> +.IR man ).
>  The program
>  .I man
>  sends the text through some
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-03-06 13:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 12:47 [PATCH 1/6] intro.1: ffix saulery-GANU6spQydw
     [not found] ` <1425646053-7294-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-06 12:47   ` [PATCH 2/6] intro.1: Add cross references cited saulery-GANU6spQydw
     [not found]     ` <1425646053-7294-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-06 13:46       ` Michael Kerrisk (man-pages)
2015-03-06 12:47   ` [PATCH 3/6] intro.1: ffix saulery-GANU6spQydw
     [not found]     ` <1425646053-7294-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-06 13:47       ` Michael Kerrisk (man-pages)
2015-03-06 12:47   ` [PATCH 4/6] " saulery-GANU6spQydw
     [not found]     ` <1425646053-7294-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-06 13:48       ` Michael Kerrisk (man-pages)
2015-03-06 12:47   ` [PATCH 5/6] " saulery-GANU6spQydw
     [not found]     ` <1425646053-7294-5-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-06 13:48       ` Michael Kerrisk (man-pages)
2015-03-06 12:47   ` [PATCH 6/6] intro.1: Prompt is not % but $ saulery-GANU6spQydw
     [not found]     ` <1425646053-7294-6-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-06 13:48       ` Michael Kerrisk (man-pages)
2015-03-06 13:46   ` [PATCH 1/6] intro.1: ffix Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).