From 017ec72df257c209d2dcb2e7671eba898c4e37cb Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 16 Aug 2024 21:47:59 +0300 Subject: /docs : initial documentation commit. --- doc/revdep.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/revdep.md (limited to 'doc/revdep.md') diff --git a/doc/revdep.md b/doc/revdep.md new file mode 100644 index 0000000..be1bdf2 --- /dev/null +++ b/doc/revdep.md @@ -0,0 +1,22 @@ +# NAME + +**revdep** - utility to discover and rebuild reverse deps + + +# DESCRIPTION +**revdep** is a utility inspired by the gentoo program revdep-rebuild. It is written in posix shell and +it can discover programs that need to be rebuild after library upgrades or are missing libraries. +It should probably run after any big upgrade, especially those that feature lib version bumps. + + +# OPTIONS +- **-h** Show program help. +- **-v** Be verbose in the operation. +- +# BUGS + +**apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues + +# AUTHORS +emmett1 Author of the program and creator of alice linux. +mobinmob Author of the man page. -- cgit v1.2.3 From fe255c2008487f41d3397c1a9c9cd952a5b84d75 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 17 Aug 2024 18:41:33 +0300 Subject: /doc : adding corrections by @AngMits. https://codeberg.org/AngMits --- doc/revdep.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/revdep.md') diff --git a/doc/revdep.md b/doc/revdep.md index be1bdf2..44eef7a 100644 --- a/doc/revdep.md +++ b/doc/revdep.md @@ -1,22 +1,23 @@ # NAME **revdep** - utility to discover and rebuild reverse deps - # DESCRIPTION + **revdep** is a utility inspired by the gentoo program revdep-rebuild. It is written in posix shell and -it can discover programs that need to be rebuild after library upgrades or are missing libraries. +it can discover programs that need to be rebuilt after library upgrades or are missing libraries. It should probably run after any big upgrade, especially those that feature lib version bumps. - # OPTIONS + - **-h** Show program help. -- **-v** Be verbose in the operation. -- +- **-v** Verbose output of the operation. + # BUGS **apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues # AUTHORS + emmett1 Author of the program and creator of alice linux. mobinmob Author of the man page. -- cgit v1.2.3 From 547a2fe7eebdddca691c2be312d6704772cf8f89 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 17 Aug 2024 19:39:15 +0300 Subject: /doc: fixes and additions. --- doc/revdep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/revdep.md') diff --git a/doc/revdep.md b/doc/revdep.md index 44eef7a..fd50104 100644 --- a/doc/revdep.md +++ b/doc/revdep.md @@ -13,7 +13,7 @@ It should probably run after any big upgrade, especially those that feature lib - **-h** Show program help. - **-v** Verbose output of the operation. -# BUGS +# REPORTING BUGS **apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues -- cgit v1.2.3