diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2000-08-23 17:10:34 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2000-08-23 17:10:34 +0000 |
| commit | 1c9be6fb5600555222c6e49564601af1ff9d502b (patch) | |
| tree | 70f8ab49fa50485df25184826b3864bb5a66b440 | |
| parent | a13b12fac166bba454f2c7b90cbe9de330b895b8 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/version/pkg_version.1 | 2 | ||||
| -rwxr-xr-x | usr.sbin/pkg_install/version/pkg_version.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/version/pkg_version.1 b/usr.sbin/pkg_install/version/pkg_version.1 index efb1130ebafe..71c27ba893aa 100644 --- a/usr.sbin/pkg_install/version/pkg_version.1 +++ b/usr.sbin/pkg_install/version/pkg_version.1 @@ -137,7 +137,7 @@ suggestions, and then cut-and-paste (or retype) the commands you want to run. .Pp .Dl % pkg_version -c > do_update .Sh AUTHOR -.An Bruce A. Mah Aq bmah@ca.sandia.gov +.An Bruce A. Mah Aq bmah@FreeBSD.org .Sh CONTRIBUTORS .An Nik Clayton Aq nik@FreeBSD.org , .An Dominic Mitchell Aq dom@palmerharvey.co.uk diff --git a/usr.sbin/pkg_install/version/pkg_version.pl b/usr.sbin/pkg_install/version/pkg_version.pl index f0a37b34900a..984730d7888b 100755 --- a/usr.sbin/pkg_install/version/pkg_version.pl +++ b/usr.sbin/pkg_install/version/pkg_version.pl @@ -119,7 +119,7 @@ sub GetNameAndVersion { sub PrintHelp { print <<"EOF" pkg_version $Version -Bruce A. Mah <bmah\@ca.sandia.gov> +Bruce A. Mah <bmah\@freebsd.org> Usage: pkg_version [-c] [-d debug] [-h] [-v] [index] -c Show commands to update installed packages |
