patch(1): remove options that don't exist
the summary mentions options that existed during development, but no longer do.
This commit is contained in:
parent
9e547f50d1
commit
9eb9c9e560
1 changed files with 2 additions and 6 deletions
|
@ -1,20 +1,16 @@
|
|||
.TH PATCH 1
|
||||
.SH NAME
|
||||
patch \- apply diffs
|
||||
patch \- apply patches
|
||||
.SH SYNOPSIS
|
||||
.B patch
|
||||
[
|
||||
.B -lR
|
||||
.B -R
|
||||
]
|
||||
[
|
||||
.B -p
|
||||
.I nstrip
|
||||
]
|
||||
[
|
||||
.B -f
|
||||
.I maxfuzz
|
||||
]
|
||||
[
|
||||
.I patch ...
|
||||
]
|
||||
.SH DESCRIPTION
|
||||
|
|
Loading…
Reference in a new issue