From 89bc16cf23bf83092f85868c2e5e94f34ced38ad Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 23 Jan 2000 14:29:14 +0000 Subject: [PATCH] + Adapted to new options. --- install/man/man1/delp.1 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/install/man/man1/delp.1 b/install/man/man1/delp.1 index 11092335dc..0ee84c47dd 100644 --- a/install/man/man1/delp.1 +++ b/install/man/man1/delp.1 @@ -18,13 +18,25 @@ freed by this process. .SH USAGE .B delp -takes no options at this time. It just attempts to delete all known files. +takes the following options at this time: +.TP +.B \-e +Delete all executable files as well. This option has no effect on Linux. +.TP +.B \-h +Displays a short help message. +.TP +.B \-q +Be more quiet. Normally, delp gives a count of the number of files deleted. +If this option is given, no messages are displayed. .SH FILE TYPES: The following file types are recognized by the program and are deleted: .TP .I *.exe -Executable files under dos and windows. +Executable files under dos and windows. Only deleted if the +.I \-e +option is given. .TP .I *.so *.dll Shared libraries under linux and Windows.