From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Stéphane Aulery" <saulery-GANU6spQydw@public.gmane.org>
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] intro.1: some improvements
Date: Tue, 10 Mar 2015 09:53:23 +0100 [thread overview]
Message-ID: <54FEB103.6070200@gmail.com> (raw)
In-Reply-To: <20150310074041.GA1627-GANU6spQydw@public.gmane.org>
Hi Stéphane
[I'll reorder the text a mail a little for ease of reply]
>> I'm not sure that we really need most of the above piece. I mean, in these
>> days of GUI and laptops. Most of us use the GUI or close the lid to
>> shutdown/suspend.
>
> I use startx / shutdown, so it does not shock me. This addition and the
> other I have proposed that the reader knows what to do if X does not
> start.
Okay. So, some observations:
1. I've never been a huge fan of the extended intro.1 page. I just think
it's a little out of place as man page. For the most part, tutorials
are best put somewhere else. That said, the intro(1) page was already
there when I arrived as maintainer, and I'm not so disturbed by
the tutorial content that I want to eliminate it. I will even take
reasonable additions to it.
2. I don't want this page to grow enormous.
3. I'd like it to focus on the commonly used commands. Or, where it
covers less commonly used commands, then a few words of explanation
are in order. For example, one could say: "Although the X Windows
system is commonly started automatically, and the system is shut down
or suspended through a graphical interface, there are commands that
can be used from the shell to perform each of these steps..."
See what I mean?
> If you do not want, no problem, but now the page is incoherent:
>
> - Control-D was moved to the non-added portion
> - Su (1), shutdown (8) in excess in SEE ALSO
Good point. So, some clean up is needed. Could you take a look?
But see comments below.
> Le mardi 10 mars 2015 à 07:09:10, Michael Kerrisk (man-pages) a écrit :
>>
>> I applied most of the patch, but...
>>
>> On 03/09/2015 09:26 PM, Stéphane Aulery wrote:
>>> - Add a section Logout and poweroff and change login/logout by open/close session
>>
>> ... not this first piece. See comments below.
So, a metacomment. This piece really would have been better as a
separate patch, since it's rather a new topi, and then we could
have started this conversation sooner, and also avoided the small
incoherent piece that we now have.
I would probably take a patch that covers this stuff, but addresses my
idea above. But see also the comments below.
>>> +.SS Logout and poweroff
>>> +When you work is finished,
>>> +you can press Control-D to close the current session.
This text is confusing. What is the "current session"?
>>> +This does not turn off the machine.
What is "This"? I think it's confusing to bring together the
discussion of terminating a shell session and shutting down the system.
>>> +Only superusers have access to this command.
What is "this command"?
>>> +If you are the single user you can also not log off
What is "the single user"?
>>> +and becoming a superuser by typing the command
>>> +.BR su (1).
In general, I can't understand what the last sentence is trying
to say...
>>> +Also you must type yours password.
s/yours/your/
>>> +Finally enter the command "shutdown -P +1",
>>> +which will turn off the computer after one minute.
>>> +See
>>> +.BR shutdown (8).
So, you see pat of my problem was also that I think the text
still needed much work. I should have explained that, but I
left off to so, since I was not convinced we need this stuff
in general. (But, if you want to do the work to make something,
I will probably take it.)
I'd propose this, if you want to try and add these pieces:
* Split any discussion of closing a shell session off into a
separate piece.
* Explain startx if you want.
* Explain shutdown if you want.
But, I think all of these pieces are more or less
orthogonal and should be explained separately.
Thanks,
Michael
--
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
next prev parent reply other threads:[~2015-03-10 8:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-27 0:26 [patch] intro.8: tfix saulery-GANU6spQydw
[not found] ` <1424996777-10600-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-27 0:26 ` [patch] intro.2: tfix saulery-GANU6spQydw
[not found] ` <1424996777-10600-2-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-27 6:39 ` Michael Kerrisk (man-pages)
2015-02-27 0:26 ` [patch] man-pages.7: improve the definition of sections in accordance with intro pages saulery-GANU6spQydw
[not found] ` <1424996777-10600-3-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-27 7:36 ` Michael Kerrisk (man-pages)
2015-02-27 0:26 ` [patch] intro.1: Improve help for newcommers saulery-GANU6spQydw
[not found] ` <1424996777-10600-4-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-04 8:01 ` Michael Kerrisk (man-pages)
[not found] ` <54F6BBC0.4010401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-09 20:26 ` [PATCH] intro.1: some improvements Stéphane Aulery
[not found] ` <1425932797-16050-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-10 6:09 ` Michael Kerrisk (man-pages)
[not found] ` <54FE8A86.9040405-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-10 7:40 ` Stéphane Aulery
[not found] ` <20150310074041.GA1627-GANU6spQydw@public.gmane.org>
2015-03-10 8:53 ` Michael Kerrisk (man-pages) [this message]
[not found] ` <54FEB103.6070200-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-03-10 21:06 ` [PATCH] intro.1: Fix errors introduced by the commit 6732bb8b0d550262dbd73de4d0789dd9f9ad294b Stéphane Aulery
[not found] ` <1426021565-2106-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-03-11 5:51 ` Michael Kerrisk (man-pages)
2015-03-10 22:30 ` [PATCH] intro.1: some improvements Stéphane Aulery
2015-02-27 6:39 ` [patch] intro.8: tfix Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54FEB103.6070200@gmail.com \
--to=mtk.manpages-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=saulery-GANU6spQydw@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.