From f5e388528bd8f1b6ca10a43c0f32f3fd1d3dfabe Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Thu, 1 Oct 2009 10:58:42 -0400 Subject: Add quiet option, document exit status --- btimec.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'btimec.1') diff --git a/btimec.1 b/btimec.1 index 1e67389..f661498 100644 --- a/btimec.1 +++ b/btimec.1 @@ -2,7 +2,7 @@ .SH NAME btimec \- Get the boot time of a host from btimed(8). .SH SYNOPSIS -\fBbtimec\fR [-\fBr\fR] \fIhost\fR [\fIhost\fR ...] +\fBbtimec\fR [-\fBqr\fR] \fIhost\fR [\fIhost\fR ...] .SH DESCRIPTION .B Btimec connects to btimed(8) on the specified \fIhost\fR to determine the time the @@ -11,7 +11,13 @@ output. If multiple hosts are listed, the value for each host is printed on a separate line. .SH OPTIONS .TP +.B \-q +Don't print the boot time. +.TP .B \-r Print the boot time in a human readable form. + +.SH EXIT STATUS +Success if the host returns a boot time, failure otherwise. .SH "SEE ALSO" btimed(8), qarsh(1) -- cgit