aboutsummaryrefslogtreecommitdiff
path: root/man/man1/rmrej.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/rmrej.1df')
-rw-r--r--man/man1/rmrej.1df17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/man1/rmrej.1df b/man/man1/rmrej.1df
new file mode 100644
index 00000000..9af77837
--- /dev/null
+++ b/man/man1/rmrej.1df
@@ -0,0 +1,17 @@
+.TH RMREJ 1df "August 2016" "Manual page for rmrej"
+.SH NAME
+.B rmrej
+\- delete all rejected hunks from a failed patch(1)
+.SH SYNOPSIS
+.B rmrej
+.br
+.B rmrej
+dir
+.SH DESCRIPTION
+.B rmrej
+uses find(1) to find rejected patch hunks (.rej) in the given directory
+(defaulting to the current directory), print their names, and delete them.
+.SH SEE ALSO
+patch(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>