From 4dc87c83ea2dc1901ffabaabec407adcbefb99f6 Mon Sep 17 00:00:00 2001 From: ix Date: Thu, 7 Jan 2016 17:49:26 -0500 Subject: [PATCH] remove things according to tldr --- pages/linux/pkgadd.md | 6 +----- pages/linux/pkginfo.md | 2 +- pages/linux/pkgmk.md | 2 +- pages/linux/ports.md | 8 ++++---- pages/linux/prt-get.md | 6 +++--- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/pages/linux/pkgadd.md b/pages/linux/pkgadd.md index 64fd084ad5..fa842e9ed8 100644 --- a/pages/linux/pkgadd.md +++ b/pages/linux/pkgadd.md @@ -6,10 +6,6 @@ `pkgadd {{package-name}}` -- update a already installed package from a local package +- update an already installed package from a local package `pkgadd -u {{package-name}}` - -- force installation of a package - -`pkgadd -f {{package-name}}` diff --git a/pages/linux/pkginfo.md b/pages/linux/pkginfo.md index 5afe528198..1820109121 100644 --- a/pages/linux/pkginfo.md +++ b/pages/linux/pkginfo.md @@ -10,7 +10,7 @@ `pkginfo -l {{package-name}}` -- list the owner(s) of a file matching a pattern +- list the owner(s) of files matching a pattern `pkginfo -o {{pattern}}` diff --git a/pages/linux/pkgmk.md b/pages/linux/pkgmk.md index 6a091dfd56..58bb08514a 100644 --- a/pages/linux/pkgmk.md +++ b/pages/linux/pkgmk.md @@ -10,7 +10,7 @@ `pkgmk -d -i` -- upgrade the package after making it +- upgrade the package after making it `pkgmk -d -u` diff --git a/pages/linux/ports.md b/pages/linux/ports.md index 5966a6b7f8..1ee2914340 100644 --- a/pages/linux/ports.md +++ b/pages/linux/ports.md @@ -1,15 +1,15 @@ # ports -> Update/list the ports tree on a CRUX system +> Update/list the ports tree on a CRUX system -- update the ports tree +- update the ports tree `ports -u` -- list the ports in the current tree +- list the ports in the current tree `ports -l` -- check the differences between installed packages and the ports tree +- check the differences between installed packages and the ports tree `ports -d` diff --git a/pages/linux/prt-get.md b/pages/linux/prt-get.md index f1021bc553..f6c16b145b 100644 --- a/pages/linux/prt-get.md +++ b/pages/linux/prt-get.md @@ -1,6 +1,6 @@ # prt-get -> The advanced CRUX package manager +> The advanced CRUX package manager - install a package @@ -14,11 +14,11 @@ `prt-get upgrade {{package-name}}` -- remove a package +- remove a package `prt-get remove {{package-name}}` -- upgrade the system from the local ports tree +- upgrade the system from the local ports tree `prt-get sysup`