#
4539d426 |
| 01-Aug-2023 |
cheloha <cheloha@openbsd.org> |
ualarm.3: cleanups, rewrites
Clean up the ualarm.3 page as we did with the alarm.3 page.
- Be more specific in the Name summary. - Rewrite the Description. In particular, ualarm(3) does not block,
ualarm.3: cleanups, rewrites
Clean up the ualarm.3 page as we did with the alarm.3 page.
- Be more specific in the Name summary. - Rewrite the Description. In particular, ualarm(3) does not block, it schedules the signal for asynchronous delivery. - The Return Values section is incoherent, rewrite it. Remove the incorrect details about the upper bound. - Add Caveats: discourage use of ualarm(3) and setitimer(2) in the same program.
Input on v1 from schwarze@, deraadt@, millert@, and jmc@. Input on v2 from jmc@ and millert@.
v1: https://marc.info/?l=openbsd-tech&m=162508423008134&w=2 v2: https://marc.info/?l=openbsd-tech&m=169076642509763&w=2
ok jmc@ millert@
show more ...
|
#
d89de916 |
| 26-Jul-2019 |
millert <millert@openbsd.org> |
Replace cross-references to sigvec(3) with sigaction(2). OK guenther@
|
#
64d4e987 |
| 05-Jun-2013 |
tedu <tedu@openbsd.org> |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
6580fee3 |
| 02-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
50772e64 |
| 24-Dec-2000 |
aaron <aaron@openbsd.org> |
Various repairs, mostly to get rid of short lines.
|
#
42671979 |
| 14-Mar-2000 |
aaron <aaron@openbsd.org> |
Suffix "i.e." and "e.g." with a comma. Just another really picky man page commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
|
#
5c3dced3 |
| 09-Jul-1999 |
aaron <aaron@openbsd.org> |
- remove all trailing whitespace * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who
- remove all trailing whitespace * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
show more ...
|
#
d7403a2a |
| 29-May-1999 |
aaron <aaron@openbsd.org> |
repairs; go back over some old files, because we should properly distinguish between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
|
#
fc8533a3 |
| 23-May-1999 |
aaron <aaron@openbsd.org> |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common is used instead; kwesterback@home.com
|
#
350bb3b8 |
| 16-May-1999 |
alex <alex@openbsd.org> |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove dup
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
show more ...
|
#
6b714276 |
| 10-May-1999 |
aaron <aaron@openbsd.org> |
correct some Xr's which referred to the wrong man page sections
|
#
d4a5065b |
| 28-Apr-1998 |
deraadt <deraadt@openbsd.org> |
use Xr more often
|
#
10d088a4 |
| 24-Dec-1997 |
tholo <tholo@openbsd.org> |
Always give .Fn an argument, it will not default to the previous value.
|
#
fe5adcf1 |
| 06-Nov-1997 |
millert <millert@openbsd.org> |
XPG4.2 compat: 1) usleep() and ualarm() use useconds_t not u_int 2) usleep() returns an int
|
#
827a8049 |
| 26-Sep-1997 |
millert <millert@openbsd.org> |
Parameter fix + a typo. maximum entropy <entropy@tardis.bernstein.com>
|
#
e9b2b68c |
| 19-Aug-1996 |
tholo <tholo@openbsd.org> |
Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|