| #
8269e767
|
| 14-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
libsys: relocate implementations and manpages
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths
libsys: relocate implementations and manpages
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home.
Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
9f63b422
|
| 08-May-2012 |
Glen Barber <gjb@FreeBSD.org> |
General mdoc(7) and typo fixes.
PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
|
| #
e64e7115
|
| 13-Jul-2009 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Move msg{snd,recv,get,ctl} manual pages from section 3 to 2.
Approved by: re (kib)
|
| #
09bd310c
|
| 12-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Document what "msgsz" argument really denotes. [1]
Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug).
PR: docs/101145 [1] MFC after: 3 days
|
| #
24a0682c
|
| 20-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
| #
b17c9cfa
|
| 26-Jan-2003 |
Alfred Perlstein <alfred@FreeBSD.org> |
Add const qualifier to data argument for msgsnd.
PR: standards/45274 Submitted by: Craig Rodrigues <rodrigc@attbi.com>
|
| #
2efeeba5
|
| 19-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fa argument.".
|
| #
95f4226b
|
| 18-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: "The .Fn function".
|
| #
32eef9ae
|
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
d013e3f5
|
| 13-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
|
| #
b1250632
|
| 09-Aug-2001 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.
Reviewed by: ru
|
| #
a307d598
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
b5c508fb
|
| 14-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use Fx macro wherever possible.
|
| #
5714e853
|
| 30-Oct-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Whitespace only change: trim trailing whitespace.
|
| #
25bb73e0
|
| 21-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
|
| #
c6ff3a1b
|
| 02-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
|
| #
f014ebf5
|
| 13-Jan-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Correct placement of $FreeBSD$ CVS identifier.
|
| #
d2802900
|
| 13-Jan-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Change ``from'' to ``to''.
PR: 15729 Submitted by: Kim Toms
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
c4cebec4
|
| 26-Jul-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Add missing cause for an EINVAL return (msgtype < 1).
PR: 12783 Submitted by: Kevin Day <toasty@dragondata.com>
|
| #
22301c4b
|
| 23-Nov-1997 |
Bruce Evans <bde@FreeBSD.org> |
Fixed spelling of EACCES.
|
| #
9de8ddb8
|
| 21-Mar-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Mdoc cleanup.
|
| #
ac8ef337
|
| 28-Sep-1996 |
Wolfram Schneider <wosch@FreeBSD.org> |
.Os NetBSD -> .Os FreeBSD. The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.
|
| #
2375385d
|
| 12-Feb-1996 |
Mike Pritchard <mpp@FreeBSD.org> |
Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).
Obtained from: NetBSD
|