diff options
author | 2003-07-18 02:00:09 +0000 | |
---|---|---|
committer | 2003-07-18 02:00:09 +0000 | |
commit | 5dc74f7d2ed1c5014593de46fa7001edbec19bd2 (patch) | |
tree | 70bd1d111f6d2092178213ee4efba0074663898e /usr.bin/patch/patch.1 | |
parent | userid is unsigned, but well, force it anyways; andrushock@korovino.net (diff) | |
download | wireguard-openbsd-5dc74f7d2ed1c5014593de46fa7001edbec19bd2.tar.xz wireguard-openbsd-5dc74f7d2ed1c5014593de46fa7001edbec19bd2.zip |
remove junk; ok otto tedu
Diffstat (limited to 'usr.bin/patch/patch.1')
-rw-r--r-- | usr.bin/patch/patch.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index f15aa860e0b..80f332bcadb 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.6 2003/02/18 07:57:49 jmc Exp $ -*- nroff -*- +.\" $OpenBSD: patch.1,v 1.7 2003/07/18 02:00:09 deraadt Exp $ -*- nroff -*- .\" Copyright 1986, Larry Wall .\" .\" Redistribution and use in source and binary forms, with or without @@ -6,7 +6,7 @@ .\" is met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this condition and the following disclaimer. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |