diff options
author | jkh <jkh@FreeBSD.org> | 1993-09-08 23:46:04 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-09-08 23:46:04 +0000 |
commit | 6aac10242b76f13528158bf171c13fd3bbe919e0 (patch) | |
tree | ec37c1de4c5e56a7e1a493b9ed16d35291c7906f /usr.sbin | |
parent | 9fb1464bafb71ba2bb0ecc8301d155240116d876 (diff) | |
download | FreeBSD-src-6aac10242b76f13528158bf171c13fd3bbe919e0.zip FreeBSD-src-6aac10242b76f13528158bf171c13fd3bbe919e0.tar.gz |
Rudementary README
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_install/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/README b/usr.sbin/pkg_install/README new file mode 100644 index 0000000..00ef494 --- /dev/null +++ b/usr.sbin/pkg_install/README @@ -0,0 +1,4 @@ +This is the pkg_install suite of tools for doing maintainance of +software "packages". More documentation is available in the man pages +for each individual command. + |