#
a4e61cf2 |
| 06-Feb-2022 |
jsg <jsg@openbsd.org> |
remove please from manual pages ok jmc@ sthen@ millert@
|
#
d4db6826 |
| 11-Aug-2019 |
deraadt <deraadt@openbsd.org> |
No specific called "exec(3)", so move primary manpage to a name which does exist -- execv(3). Still call this a family but without "Nm". Adjust Xr in various pages to refer to the precise function u
No specific called "exec(3)", so move primary manpage to a name which does exist -- execv(3). Still call this a family but without "Nm". Adjust Xr in various pages to refer to the precise function used rather than the family, in most cases the semantics of execve(2) are being referenced, so change the Xr. ok jmc
show more ...
|
#
369bef3a |
| 21-Jan-2014 |
schwarze <schwarze@openbsd.org> |
obvious .Pa fixes; found with mandocdb(8)
|
#
5cf31938 |
| 19-Sep-2008 |
djm <djm@openbsd.org> |
increase MAXINTERP from 64 to 128 and allow a little extra room on top of that for shell scripts to cover the #!, an optional space following it and a newline at the end. feedback and ok miod@
|
#
d874cce4 |
| 26-Jun-2008 |
ray <ray@openbsd.org> |
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code t
First pass at removing clauses 3 and 4 from NetBSD licenses.
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors.
OK deraadt@
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
5f7a33e3 |
| 10-Jun-2005 |
jaredy <jaredy@openbsd.org> |
grammar; ok jmc
|
#
af69310c |
| 05-Jun-2005 |
jmc <jmc@openbsd.org> |
s/-p1003.1-2003/-p1003.1-2004/g
|
#
6f6300c6 |
| 12-May-2005 |
jmc <jmc@openbsd.org> |
add script(7): interpreter script execution; from netbsd;
some tidy up from jaredy@, otto@, and myself;
|