From 0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4 Mon Sep 17 00:00:00 2001 From: David odin Date: Tue, 8 Feb 2000 16:09:37 +0000 Subject: Various comments additions. --- perl-install/commands.pm | 7 +++++++ perl-install/my_gtk.pm | 3 +++ 2 files changed, 10 insertions(+) (limited to 'perl-install') diff --git a/perl-install/commands.pm b/perl-install/commands.pm index fc4653b64..3284354a6 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -1,3 +1,10 @@ +#-######################################################################## +#- This file implement many common shell commands: +#- true, false, cat, which, dirname, basename, rmdir, lsmod, grep, tr, +#- mount, umount, mkdir, mknod, ln, rm, chmod, chown, mkswap, swapon, +#- swapoff, ls, cp, ps, dd, head, tail, strings, hexdump, more, insmod, +#- modprobe, route, df, kill, lspci, dmesg, sort, du, +#-######################################################################## package commands; use diagnostics; diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 290abbe47..4ad473202 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -1,3 +1,6 @@ +#-######################################################################## +#- Pixel's implementation of Perl-GTK :-) [DDX] +#-######################################################################## package my_gtk; use diagnostics; -- cgit v1.2.1