diff options
author | 2007-06-04 18:15:19 +0000 | |
---|---|---|
committer | 2007-06-04 18:15:19 +0000 | |
commit | 124e3a30f9a708eea761a4607e0e8d85c9dfe37f (patch) | |
tree | 5245f1f11121cbad627e0259b155d0211deeed4b | |
parent | Ten lines of backtrace should be better on 25-line screens, so that the panic (diff) | |
download | wireguard-openbsd-124e3a30f9a708eea761a4607e0e8d85c9dfe37f.tar.xz wireguard-openbsd-124e3a30f9a708eea761a4607e0e8d85c9dfe37f.zip |
add -t to usage() and SYNOPSIS;
-rw-r--r-- | usr.sbin/pkg_add/pkg_info | 4 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_info b/usr.sbin/pkg_add/pkg_info index 610bfbf098f..284b2539d2f 100644 --- a/usr.sbin/pkg_add/pkg_info +++ b/usr.sbin/pkg_add/pkg_info @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_info,v 1.59 2007/06/04 14:40:39 espie Exp $ +# $OpenBSD: pkg_info,v 1.60 2007/06/04 18:15:19 jmc Exp $ # # Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org> # @@ -317,7 +317,7 @@ sub print_info } } -set_usage('pkg_info [-AacDdfIiKkLMPpqRrSsUv] [-E filename] [-e pkg-name] [-l str] [-Q query] [pkg-name] [...]'); +set_usage('pkg_info [-AacDdfIiKkLMPpqRrSstUv] [-E filename] [-e pkg-name] [-l str] [-Q query] [pkg-name] [...]'); my $locked; try { diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index 3cbe4aa67c8..da2454da07b 100644 --- a/usr.sbin/pkg_add/pkg_info.1 +++ b/usr.sbin/pkg_add/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.26 2007/06/04 11:42:03 pyr Exp $ +.\" $OpenBSD: pkg_info.1,v 1.27 2007/06/04 18:15:19 jmc Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -24,7 +24,7 @@ .Sh SYNOPSIS .Nm pkg_info .Bk -words -.Op Fl AacDdfIiKkLMPpqRrSsUv +.Op Fl AacDdfIiKkLMPpqRrSstUv .Op Fl E Ar filename .Op Fl e Ar pkg-name .Op Fl l Ar str |