| #
cc697d22
|
| 08-Feb-2024 |
Brooks Davis <brooks@FreeBSD.org> |
libsys: move some missed manpages
Fixes: 29d079c96491 - libsys: move __libsys_interposer consumers
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
c36029e6
|
| 12-Sep-2013 |
Bryan Drewery <bdrewery@FreeBSD.org> |
Consistently reference file descriptors as "fd". 55 other manpages used "fd", while these used "d" and "filedes".
MFC after: 1 week Approved by: gjb Approved by: re (delphij)
|
| #
d170190a
|
| 04-Mar-2009 |
Xin LI <delphij@FreeBSD.org> |
Sync license changes.
Obtained from: NetBSD
|
| #
1a0a9345
|
| 02-Jul-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Mechanically kill hard sentence breaks.
|
| #
d0080709
|
| 17-May-2004 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Clarify and extend paragraphs on interoperation of fcntl(2), flock(2), and lockf(3) advisory locks. Add such a paragraph to the flock(2) manpage for the sake of consistency.
Reviewed by: Cyrille Lef
Clarify and extend paragraphs on interoperation of fcntl(2), flock(2), and lockf(3) advisory locks. Add such a paragraph to the flock(2) manpage for the sake of consistency.
Reviewed by: Cyrille Lefevre and Kirk McKusick on -arch MFC after: 2 weeks
show more ...
|
| #
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.
|
| #
a2a0a4dc
|
| 14-Aug-2001 |
Yaroslav Tykhiy <ytykhiy@gmail.com> |
Use the ".Rv" mdoc(7) macro where appropriate.
Reviewed by: ru
|
| #
a307d598
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
42635956
|
| 29-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
| #
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.
|
| #
880dead1
|
| 09-Nov-1999 |
Alexey Zelkin <phantom@FreeBSD.org> |
Remove useless section.
PR: docs/14764 Submitted by: David Malone <dwmalone@maths.tcd.ie>
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
fbc400a6
|
| 12-Jul-1999 |
Nik Clayton <nik@FreeBSD.org> |
Add $Id$, to make it simpler for members of the translation teams to 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
Add $Id$, to make it simpler for members of the translation teams to 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
show more ...
|
| #
6975deff
|
| 08-Jul-1998 |
Dmitrij Tejblum <dt@FreeBSD.org> |
An implementation of lockf() function call.
Obtained from: NetBSD (author: Klaus Klein)
|