Browse Source

+ Adapted to new options.

michael 25 years ago
parent
commit
89bc16cf23
1 changed files with 14 additions and 2 deletions
  1. 14 2
      install/man/man1/delp.1

+ 14 - 2
install/man/man1/delp.1

@@ -18,13 +18,25 @@ freed by this process.
 .SH USAGE
 .SH USAGE
 
 
 .B delp
 .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:
 .SH FILE TYPES:
 The following file types are recognized by the program and are deleted:
 The following file types are recognized by the program and are deleted:
 .TP
 .TP
 .I *.exe
 .I *.exe
-Executable files under dos and windows.
+Executable files under dos and windows. Only deleted if the 
+.I \-e
+option is given.
 .TP
 .TP
 .I *.so *.dll
 .I *.so *.dll
 Shared libraries under linux and Windows.
 Shared libraries under linux and Windows.