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
|
.TH PATCH 1
|
||||||
.SH NAME
|
.SH NAME
|
||||||
patch \- apply diffs
|
patch \- apply patches
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B patch
|
.B patch
|
||||||
[
|
[
|
||||||
.B -lR
|
.B -R
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B -p
|
.B -p
|
||||||
.I nstrip
|
.I nstrip
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
.B -f
|
|
||||||
.I maxfuzz
|
|
||||||
]
|
|
||||||
[
|
|
||||||
.I patch ...
|
.I patch ...
|
||||||
]
|
]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
Loading…
Reference in a new issue