1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

sync with previous, which made -a optional: update synopsis/usage()

This commit is contained in:
jmc 2008-10-16 14:32:57 +00:00
parent 13ce8a4c56
commit 7de77acaa9
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: radioctl.1,v 1.14 2008/10/16 02:21:26 jakemsr Exp $
.\" $OpenBSD: radioctl.1,v 1.15 2008/10/16 14:32:57 jmc Exp $
.\"
.\" Copyright (c) 2001 Vladimir Popov
.\" All rights reserved.
@ -31,9 +31,8 @@
.Nd control radio tuners
.Sh SYNOPSIS
.Nm radioctl
.Op Fl nv
.Op Fl anv
.Op Fl f Ar file
.Fl a
.Nm radioctl
.Op Fl nv
.Op Fl f Ar file

View File

@ -1,4 +1,4 @@
/* $OpenBSD: radioctl.c,v 1.15 2008/10/16 02:21:26 jakemsr Exp $ */
/* $OpenBSD: radioctl.c,v 1.16 2008/10/16 14:32:57 jmc Exp $ */
/* $RuOBSD: radioctl.c,v 1.4 2001/10/20 18:09:10 pva Exp $ */
/*
@ -217,7 +217,7 @@ void
usage(void)
{
fprintf(stderr,
"usage: %s [-nv] [-f file] -a\n"
"usage: %s [-anv] [-f file]\n"
" %s [-nv] [-f file] name\n"
" %s [-n] [-f file] name=value\n",
__progname, __progname, __progname);