* [PATCH] utmpdump: document optional filename argument
@ 2012-07-03 8:32 Bernhard Voelker
2012-07-09 15:11 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Voelker @ 2012-07-03 8:32 UTC (permalink / raw)
To: util-linux@vger.kernel.org
The filename argument vanished from usage() in commit v2.21-791-gc8a6af0,
and I found it worthwhile to document the behavior in the man page
when filename is missing (i.e. stdin is used instead).
Have a nice day,
Berny
>From e7c7a6300a20f7fd8f1e2211ac856cbceba740d2 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <mail@bernhard-voelker.de>
Date: Tue, 3 Jul 2012 09:42:55 +0200
Subject: [PATCH] utmpdump: document optional filename argument
Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
---
login-utils/utmpdump.1 | 5 ++++-
login-utils/utmpdump.c | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/login-utils/utmpdump.1 b/login-utils/utmpdump.1
index 65dfe32..4df49dd 100644
--- a/login-utils/utmpdump.1
+++ b/login-utils/utmpdump.1
@@ -21,10 +21,13 @@ utmpdump \- dump UTMP and WTMP files in raw format
.SH SYNOPSIS
.B utmpdump
.RB [ \-frh ]
-.I filename
+.I [ filename ]
.SH DESCRIPTION
\fButmpdump\fP is a simple program to dump UTMP and WTMP files
in raw format, so they can be examined.
+\fButmpdump\fP reads from stdin unless a
+.I filename
+is passed.
.SH OPTIONS
.IP "\fB\-f, \-\-follow\fP"
output appended data as the file grows.
diff --git a/login-utils/utmpdump.c b/login-utils/utmpdump.c
index ac072d4..fd3e74a 100644
--- a/login-utils/utmpdump.c
+++ b/login-utils/utmpdump.c
@@ -190,7 +190,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
fputs(USAGE_HEADER, out);
fprintf(out,
- _(" %s [options]\n"), program_invocation_short_name);
+ _(" %s [options] [filename]\n"), program_invocation_short_name);
fputs(USAGE_OPTIONS, out);
fputs(_(" -f, --follow output appended data as the file grows\n"
--
1.7.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-09 15:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 8:32 [PATCH] utmpdump: document optional filename argument Bernhard Voelker
2012-07-09 15:11 ` Karel Zak
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).