diff options
| author | wiz <wiz@NetBSD.org> | 2012-04-08 22:00:37 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2012-04-08 22:00:37 +0000 |
| commit | 8fee6e02fca2492bb7dedee58c0974777c0dd9f8 (patch) | |
| tree | 0bb3b9ad993f3bb51f8b7f725388b2137f783cf9 /usr.bin/patch | |
| parent | bd071aa31da06b58a6d853d7d2af37111de99b9e (diff) | |
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
No effective change except where I used the opportunity to sort options
and/or option descriptions.
Diffstat (limited to 'usr.bin/patch')
| -rw-r--r-- | usr.bin/patch/patch.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 6fcd38bdf38..8c33ce97a6b 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,6 +1,6 @@ .\" $OpenBSD: patch.1,v 1.22 2008/06/06 20:44:00 jmc Exp $ .\" $DragonFly: src/usr.bin/patch/patch.1,v 1.10 2008/08/18 19:15:55 joerg Exp $ -.\" $NetBSD: patch.1,v 1.14 2009/03/10 13:57:08 joerg Exp $ +.\" $NetBSD: patch.1,v 1.15 2012/04/08 22:00:39 wiz Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -29,7 +29,6 @@ .Nd apply a diff file to an original .Sh SYNOPSIS .Nm -.Bk -words .Op Fl bCcEeflNnRstuv .Op Fl B Ar backup-prefix .Op Fl D Ar symbol @@ -44,7 +43,6 @@ .Op Fl z Ar backup-ext .Op Fl Fl posix .Op Ar origfile Op Ar patchfile -.Ek .Nm .Pf \*(Lt Ar patchfile .Sh DESCRIPTION |
