#
289c5a0e |
| 30-Aug-2019 |
deraadt <deraadt@openbsd.org> |
.Dt same as filename
|
#
01e8f378 |
| 26-Apr-2019 |
martijn <martijn@openbsd.org> |
Undo changes to tmpfile.c r1.5. Doing the fchown call causes pledge("tmppath") to be insufficient and the the umask dance may cause race-conditions in multithreaded applications.
Also POSIX states t
Undo changes to tmpfile.c r1.5. Doing the fchown call causes pledge("tmppath") to be insufficient and the the umask dance may cause race-conditions in multithreaded applications.
Also POSIX states the following nowadays: implementations may restrict the permissions, either by clearing the file mode bits or setting them to the value S_IRUSR | S_IWUSR.
Encouraging words from tedu@ Standards verification and OK millert@
show more ...
|
#
9dbd6965 |
| 28-Feb-2015 |
bentley <bentley@openbsd.org> |
Reduce usage of predefined strings in manpages.
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character ca
Reduce usage of predefined strings in manpages.
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly.
No output changes, except for two instances where the incorrect escape was used in the first place.
tweaks + ok schwarze@
show more ...
|
#
53ce3bb9 |
| 13-Jan-2015 |
schwarze <schwarze@openbsd.org> |
remove .Tn from stdio manuals; Kaspars Bankovskis found one of these
|
#
369bef3a |
| 21-Jan-2014 |
schwarze <schwarze@openbsd.org> |
obvious .Pa fixes; found with mandocdb(8)
|
#
64d4e987 |
| 05-Jun-2013 |
tedu <tedu@openbsd.org> |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
|
#
69093b27 |
| 07-Sep-2012 |
jmc <jmc@openbsd.org> |
tmpname -> tempnam; from Artturi Alm
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
66436ded |
| 29-Jan-2007 |
jmc <jmc@openbsd.org> |
add an ENVIRONMENT section for TMPDIR; from freebsd pr# 108346, from Anton Yuzhaninov
much tweaked by otto and myself;
|
#
2f2ed4fb |
| 26-Jul-2005 |
jaredy <jaredy@openbsd.org> |
- typos, punctuation, spacing, macro, layout, etc. fixes - avoid first person
ok jmc
|
#
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.
|
#
244c8edd |
| 01-Jun-2003 |
jmc <jmc@openbsd.org> |
- section reorder - kill unnecessary .Ns macros - add some man page section numbers to .Xr's
|
#
2ead7391 |
| 02-Apr-2003 |
jmc <jmc@openbsd.org> |
fifo -> FIFO
ok millert@
|
#
a119fbc5 |
| 06-Mar-2003 |
jmc <jmc@openbsd.org> |
.Xr's; typos in man page section
ok deraadt@
|
#
9a898c0b |
| 22-Sep-2001 |
heko <heko@openbsd.org> |
Typo: tempfile ==> tempnam. ok millert@
|
#
aa86bf2d |
| 20-Apr-2000 |
aaron <aaron@openbsd.org> |
Flesh out all of the stdio man pages.
|
#
15a52ba3 |
| 09-Jan-2000 |
deraadt <deraadt@openbsd.org> |
fix tmpnam() argument; kris@freebsd
|
#
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 ...
|
#
960f8fbd |
| 27-Feb-1999 |
deraadt <deraadt@openbsd.org> |
make function names the correct case
|
#
247a5fd0 |
| 12-Mar-1998 |
deraadt <deraadt@openbsd.org> |
minor glitch
|
#
fe1a9c7c |
| 12-Mar-1998 |
deraadt <deraadt@openbsd.org> |
explain security considerations in some detail
|
#
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
|