public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
From: Ondrej Oprala <ooprala@redhat.com>
To: util-linux@vger.kernel.org
Subject: [PATCH 01/10] last: fix minor typos in the man page
Date: Tue,  8 Apr 2014 09:48:40 +0200	[thread overview]
Message-ID: <1396943329-22347-2-git-send-email-ooprala@redhat.com> (raw)
In-Reply-To: <1396943329-22347-1-git-send-email-ooprala@redhat.com>

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
---
 login-utils/last.1 | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/login-utils/last.1 b/login-utils/last.1
index d0b9744..edaddd1 100644
--- a/login-utils/last.1
+++ b/login-utils/last.1
@@ -16,7 +16,7 @@
 .\"
 .TH "LAST, LASTB" "1" "October 2013" "util-linux" "User Commands"
 .SH NAME
-last, lastb \- show listing of last logged in users
+last, lastb \- show a listing of last logged in users
 .SH SYNOPSIS
 .B last
 .RI [ options ]
@@ -29,9 +29,9 @@ last, lastb \- show listing of last logged in users
 .RI [ tty ...]
 .SH DESCRIPTION
 .B last
-searches back through the file
+searches back through the
 .B /var/log/wtmp
-(or the file designated by the
+file (or the file designated by the
 .B \-f
 option) and displays a list of all users logged in (and out) since that
 file was created.  One or more
@@ -57,14 +57,14 @@ The pseudo user
 .B reboot
 logs in each time the system is rebooted.  Thus
 .B last reboot
-will show a log of all reboots since the log file was created.
+will show a log of all the reboots since the log file was created.
 .PP
 .B lastb
 is the same as
 .BR last ,
-except that by default it shows a log of the file
-.BR /var/log/btmp ,
-which contains all the bad login attempts.
+except that by default it shows a log of the
+.BR /var/log/btmp
+file, which contains all the bad login attempts.
 .SH OPTIONS
 .TP
 .BR \-a , " \-\-hostlast"
@@ -74,7 +74,7 @@ option.
 .TP
 .BR \-d , " \-\-dns"
 For non-local logins, Linux stores not only the host name of the remote
-host but its IP number as well.  This option translates the IP number
+host, but its IP number as well.  This option translates the IP number
 back into a hostname.
 .TP
 .BR \-f , " \-\-file " \fIfile\fR
@@ -92,29 +92,29 @@ Print full login and logout times and dates.
 .TP
 .BR \-i , " \-\-ip"
 Like
-.B \-\-dns
-but displays the host's IP number instead of name.
+.B \-\-dns ,
+but displays the host's IP number instead of the name.
 .TP
 .BI \- number
 .TQ
 .BR \-n , " -\-limit " \fInumber\fR
-This is a count telling
+Tell
 .B last
 how many lines to show.
 .TP
 .BR \-p , " \-\-present " \fItime\fR
 Display the users who were present at the specified time.  This is
 like using the options
+.BR \-\-since " and " \-\-until
+together with the same \fItime\fR.
 .TP
 .BR \-R , " \-\-nohostname"
 Suppresses the display of the hostname field.
-.BR \-\-since " and " \-\-until
-together with the same \fItime\fR.
 .TP
 .BR \-s , " \-\-since " \fItime\fR
-Display the state of logins since specified
+Display the state of logins since the specified
 .IR time .
-This is useful, e.g., to determine easily who was logged in at a
+This is useful, e.g., to easily determine who was logged in at a
 particular time.  The option is often combined with
 .BR \-\-until .
 .TP
@@ -133,7 +133,7 @@ or
 .IR iso .
 The
 .I notime
-variant will not print any timestamp at all,
+variant will not print any timestamps at all,
 .I short
 is the default, and
 .I full
-- 
1.8.5.1


  reply	other threads:[~2014-04-08  7:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08  7:48 [PATCH 00/10] Man page corrections v1.0 Ondrej Oprala
2014-04-08  7:48 ` Ondrej Oprala [this message]
2014-04-08  7:48 ` [PATCH 02/10] runuser: fix minor typos in the man page Ondrej Oprala
2014-04-08  7:48 ` [PATCH 03/10] su: " Ondrej Oprala
2014-04-08  7:48 ` [PATCH 04/10] sulogin: minor man page improvements Ondrej Oprala
2014-04-08  7:48 ` [PATCH 05/10] utmpdump: " Ondrej Oprala
2014-04-08  7:48 ` [PATCH 06/10] nologin: " Ondrej Oprala
2014-04-08  7:48 ` [PATCH 07/10] vipw: " Ondrej Oprala
2014-04-08  7:48 ` [PATCH 08/10] addpart: " Ondrej Oprala
2014-04-08  7:48 ` [PATCH 09/10] cfdisk: " Ondrej Oprala
2014-04-08  7:48 ` [PATCH 10/10] delpart: " Ondrej Oprala
2014-04-14 11:46 ` [PATCH 00/10] Man page corrections v1.0 Karel Zak

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=1396943329-22347-2-git-send-email-ooprala@redhat.com \
    --to=ooprala@redhat.com \
    --cc=util-linux@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox