diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-03 16:50:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-09-03 16:50:15 +0000 |
commit | a854a98fb628e08828f12b311a89c7c9f1b71745 (patch) | |
tree | 5ab37b856caf4e3f839c704d1365c1f1ec0b0266 /lib | |
parent | 66e75d800387effae4d92db63dbfc58d0dcce5b3 (diff) |
remove trailing whitespace;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/memchr.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3 index 7ce07f8ea2e..558848ac231 100644 --- a/lib/libc/string/memchr.3 +++ b/lib/libc/string/memchr.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memchr.3,v 1.8 2007/09/03 14:36:40 millert Exp $ +.\" $OpenBSD: memchr.3,v 1.9 2007/09/03 16:50:14 jmc Exp $ .\" .Dd $Mdocdate: September 3 2007 $ .Dt MEMCHR 3 @@ -87,7 +87,7 @@ function conforms to .St -ansiC . .Pp The -.Fn memrchr +.Fn memrchr function is an .Ox extension. |