diff options
author | Ori Bernstein <ori@eigenstate.org> | 2022-06-04 02:13:58 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2022-06-04 02:13:58 +0000 |
commit | 9eb9c9e56064d41f45f2db22a8cc8a1a797f4a53 (patch) | |
tree | 0498e96a53ba3f315b30684999c2dffbb32e12c7 /sys/man/1 | |
parent | 9e547f50d19b6f24bc59ccb38dfeb5ea46003907 (diff) |
patch(1): remove options that don't exist
the summary mentions options that existed during
development, but no longer do.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/man/1/patch b/sys/man/1/patch index e3ebb70d1..9178d0c02 100644 --- a/sys/man/1/patch +++ b/sys/man/1/patch @@ -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 |