diff options
author | 2008-01-11 20:16:02 +0000 | |
---|---|---|
committer | 2008-01-11 20:16:02 +0000 | |
commit | 1087133b45e6b281f937d96a70c633cf1a7d07e4 (patch) | |
tree | 4195ed7a78947082b83aff660fe7c26130164e0b /usr.bin/patch/patch.1 | |
parent | Don't allow (a)dd or (m)odify to create 0 length partitions. Don't (diff) | |
download | wireguard-openbsd-1087133b45e6b281f937d96a70c633cf1a7d07e4.tar.xz wireguard-openbsd-1087133b45e6b281f937d96a70c633cf1a7d07e4.zip |
providing MLINKS for shell builtins makes little sense: what we had was out
of date for ever (no ksh builtins), and since we have two shells, pointing
to one page or the other is never going to work; so remove MLINKS for
csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing
Xr's;
please, there are tools like whence, man, and locate for finding this stuff;
ok deraadt miod
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r-- | usr.bin/patch/patch.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 219b29fac52..c2c6855d513 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.20 2007/05/31 19:20:14 jmc Exp $ +.\" $OpenBSD: patch.1,v 1.21 2008/01/11 20:16:02 jmc Exp $ .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -19,7 +19,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 11 2008 $ .Dt PATCH 1 .Os .Sh NAME @@ -128,9 +128,8 @@ and the argument. .Xc Causes .Nm -to interpret the next argument as a directory, and -.Xr cd 1 -to it before doing anything else. +to interpret the next argument as a directory, +and change working directory to it before doing anything else. .It Fl E , Fl Fl remove-empty-files Causes .Nm |