From 11c2db6faab348a62a0101f4495510e7515ee02c Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 24 Jul 2020 15:05:42 +0000 Subject: fix wrong mention of command or names FossilOrigin-Name: 70768e375d0435c03ac58cfa8f6920f5bb9af3f99921e843284a1d107e4ecb78 --- .gitignore | 4 ++-- bin/cpt-readlink.c | 2 +- bin/cpt-stat.c | 2 +- man/cpt-alternatives.1 | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e015abb..ea95228 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ ### Binaries/Objects ### -kiss-stat -kiss-readlink +cpt-stat +cpt-readlink *.o ### Emacs ### diff --git a/bin/cpt-readlink.c b/bin/cpt-readlink.c index cc6c8ff..e7cfe50 100644 --- a/bin/cpt-readlink.c +++ b/bin/cpt-readlink.c @@ -1,4 +1,4 @@ -/* kiss-readlink --- a utility replacement for readlink +/* cpt-readlink --- a utility replacement for readlink * See LICENSE for copyright information. * * This is basically a 'readlink -f' command. diff --git a/bin/cpt-stat.c b/bin/cpt-stat.c index 4380503..584c2df 100644 --- a/bin/cpt-stat.c +++ b/bin/cpt-stat.c @@ -1,4 +1,4 @@ -/* kiss-stat --- a utility for getting the user name of file owner +/* cpt-stat --- a utility for getting the user name of file owner * See LICENSE for copyright information * * The reason this simple tool exists is because 'stat' is not diff --git a/man/cpt-alternatives.1 b/man/cpt-alternatives.1 index 16023a6..8ae073d 100644 --- a/man/cpt-alternatives.1 +++ b/man/cpt-alternatives.1 @@ -18,7 +18,7 @@ otherwise | List alternatives | +-----------------------------------------------------------------------+ | | -| $ kiss a | +| $ cpt-alternatives | | ncurses /usr/bin/clear | | ncurses /usr/bin/reset | | | @@ -26,14 +26,14 @@ otherwise | Swap to 'clear' from ncurses. | +-----------------------------------------------------------------------+ | | -| $ kiss a ncurses /usr/bin/clear | +| $ cpt-alternatives ncurses /usr/bin/clear | | -> Swapping '/usr/bin/clear' from 'busybox' to 'ncurses' | | | +-----------------------------------------------------------------------+ | Swap in bulk (all of sbase). | +-----------------------------------------------------------------------+ | | -| $ kiss a | grep ^sbase | kiss a - | +| $ cpt-alternatives | grep ^sbase | cpt-alternatives - | | | +-----------------------------------------------------------------------+ .fi -- cgit v1.2.3