diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-08 23:46:04 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-09-08 23:46:04 +0000 |
commit | 299ac87439bda6795bd9a5915890d76b4ba694f2 (patch) | |
tree | ec37c1de4c5e56a7e1a493b9ed16d35291c7906f /usr.sbin | |
parent | 2f9a071537fc239a4931af7fd55a33159437c474 (diff) | |
download | src-299ac87439bda6795bd9a5915890d76b4ba694f2.tar.gz src-299ac87439bda6795bd9a5915890d76b4ba694f2.zip |
Rudementary README
Notes
Notes:
svn path=/head/; revision=422
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 000000000000..00ef4948668a --- /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. + |