summaryrefslogtreecommitdiff
path: root/lib/libc/string/bstring.3
AgeCommit message (Collapse)Author
2024-10-15manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival
These were reported by `mandoc -T lint ...` as warnings: - unusual Xr order - unusual Xr punctuation Fixes made by script in https://github.com/Tarsnap/freebsd-doc-scripts Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com> Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1464
2023-12-25lib/libc/string: document restrict qualification of memccpy() argumentsRobert Clausecker
POSIX.1-2004 and the upcoming C23 agree that memccpy()'s arguments are restrict qualified and must not overlap. In 2002, restrict qualifiers were added to <string.h>'s declaration of the function. Make things official and document that the arguments must not overlap. See also: 61b60edfd3fff20f884419f8097870c7045315c9 Approved by: kib MFC after: 1 month MFC to: stable/14
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
Remove /^\.\\"\s*\$FreeBSD\$$\n/
2013-05-28Renumber clauses to reduce diffs to other versionsEd Maste
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. Notes: svn path=/head/; revision=251069
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
Notes: svn path=/head/; revision=84306
2001-02-26.St -ansiC -> .St -isoCRuslan Ermilov
Notes: svn path=/head/; revision=73088
2001-02-01mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov
Notes: svn path=/head/; revision=71895
2000-04-21Introduce ".Lb" macro to libc manpages.Alexey Zelkin
More libraries manpages updates following. Notes: svn path=/head/; revision=59460
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50476
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
1994-05-27BSD 4.4 Lite Lib SourcesRodney W. Grimes
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573