| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Document what "msgsz" argument really denotes;
from brian candler (freebsd pr #101145)
Don't say that "msgsz" can be less than 0, it cannot
as it's unsigned (POSIX has the same bug);
from ru@freebsd
ok millert deraadt
|
|
|
|
| |
- some indent
|
| |
|
|
|
|
|
| |
- merge COMPATIBILITY
- kill whitespace at EOL
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
|
|
|
|
| |
breaks and getting rid of short lines, making these files easier to work with.
|
|
|
|
|
|
|
| |
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
From NetBSD:
Fix includes specified for shmctl(2)
Make xrefs consistent
|
| |
|
|
|