diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2021-02-10 22:04:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2021-02-10 22:04:15 +0000 |
commit | f39bc1302a4693edca91e7e5ddce161966c6da41 (patch) | |
tree | 5d49795498544a9f688332f65338569d6581d49c | |
parent | 6f8feda5d49a2eb3d16f1ca2d9eb60cf4071fedf (diff) |
rephrase example in a more consistent way
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 276dd15d747..734a7748221 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.163 2020/01/24 21:10:46 schwarze Exp $ +.\" $OpenBSD: pkg_add.1,v 1.164 2021/02/10 22:04:14 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: January 24 2020 $ +.Dd $Mdocdate: February 10 2021 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -406,13 +406,12 @@ Installs packages from the raw output of .Xr pkg_info 1 , as saved in .Ar file . -Generally, use with -.Li pkg_info -mz \*(Gtfile , -to reproduce an installation from machine to machine. -With -.Fl l -.Nm -will try its best to reproduce the installation. +Generally, to reproduce an installation from machine to machine, +use +.Li pkg_info -mz \*(Gtinstalled_list +on the source machine and +.Li pkg_add -l installed_list +on the destination machine. .It Fl m Causes .Nm |