~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/memchr.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
function is like the
63
63
.BR memchr ()
64
64
function,
65
 
except that it searches backwards from the end of the \fIn\fP bytes
66
 
pointed to by \fIs\fP instead of forwards from the beginning.
 
65
except that it searches backward from the end of the \fIn\fP bytes
 
66
pointed to by \fIs\fP instead of forward from the beginning.
67
67
 
68
68
The
69
69
.BR rawmemchr ()
139
139
.BR strstr (3),
140
140
.BR wmemchr (3)
141
141
.SH COLOPHON
142
 
This page is part of release 3.27 of the Linux
 
142
This page is part of release 3.32 of the Linux
143
143
.I man-pages
144
144
project.
145
145
A description of the project,