From 809f000ec33800c881f9568ef8cd8f6c583ecb15 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 13 Aug 2008 06:20:48 +0000 Subject: [PATCH] -S currently does nothing useful, so remove it from SYNOPSIS and usage(); after some discussion with canacar --- usr.bin/systat/main.c | 4 ++-- usr.bin/systat/systat.1 | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 7d81009c51e..c78493daa09 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.43 2008/08/08 20:07:49 matthieu Exp $ */ +/* $Id: main.c,v 1.44 2008/08/13 06:20:48 jmc Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -208,7 +208,7 @@ void usage() { extern char *__progname; - fprintf(stderr, "usage: %s [-abin] [-d count] [-S start] " + fprintf(stderr, "usage: %s [-abin] [-d count] " "[-s delay] [-w width] [view] [delay]\n", __progname); exit(1); } diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 82775a30bc4..c9131a1787c 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systat.1,v 1.64 2008/08/11 20:24:45 jmc Exp $ +.\" $OpenBSD: systat.1,v 1.65 2008/08/13 06:20:48 jmc Exp $ .\" $NetBSD: systat.1,v 1.6 1996/05/10 23:16:39 thorpej Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: August 11 2008 $ +.Dd $Mdocdate: August 13 2008 $ .Dt SYSTAT 1 .Os .Sh NAME @@ -40,7 +40,6 @@ .Nm systat .Op Fl abin .Op Fl d Ar count -.Op Fl S Ar start .Op Fl s Ar delay .Op Fl w Ar width .Op Ar view -- 2.20.1