Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-13 | o) Fix bogus .Xr usage; | Mike Pechkin | |
o) CAVEAT -> CAVEATS; o) AUTHOR -> AUTHORS; o) Start new sentence on a new line; o) For URL and path names use .Pa; o) We don't like .Pp before .Rs; o) Don't use .Pp before/after .Sh; o) OpenBSD -> .Ox; millert@ ok and help; | |||
2001-08-22 | "This section" and variants ==> 'The manual pages in section x' | Heikki Korpela | |
in intro manual pages to hopefully confuse users a little bit less aaron@ ok | |||
2001-08-13 | - Note that unpromoted types should not be passed to va_arg | Heikki Korpela | |
(see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@ | |||
2001-08-03 | o) We don't like .Pp before/after .Sh; | Mike Pechkin | |
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | |||
2001-08-02 | add lost .Nm entry to .Sh NAME; | Mike Pechkin | |
millert@ ok. | |||
2001-08-02 | remove unnecessary MLINK entry mentioned twice. | Mike Pechkin | |
millert@ ok. | |||
2001-07-31 | more Xr completions | Theo de Raadt | |
2001-06-23 | Document LIST_REPLACE() | Angelos D. Keromytis | |
2001-05-24 | Stay within 80 column boundary. | Aaron Campbell | |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell | |
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-01-24 | Grammar: somewhere -> sometime | Aaron Campbell | |
2001-01-24 | Fix a few mdoc/formatting nits. | Aaron Campbell | |
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-14 | cleanup tailq examples | Niels Provos | |
2000-11-21 | Fix. | Angelos D. Keromytis | |
2000-11-21 | TAILQ_PREV documented wrong; horape@tinuviel.compendium.net.ar | Theo de Raadt | |
2000-11-10 | .Sh AUTHOR -> AUTHORS, ok aaron@ | Todd T. Fries | |
2000-10-26 | Some share/man fleshing. | Aaron Campbell | |
2000-10-13 | Remove unwanted trailing whitespace. | Aaron Campbell | |
2000-05-25 | rename rtld(1) to ld.so(1) | Theo de Raadt | |
2000-04-26 | Add sysexits(3) as referenced by style(9) from FreeBSD. This is basically | Todd C. Miller | |
just the comments from sysexits.h | |||
2000-04-25 | Missing MLINKS | Marc Espie | |
2000-04-15 | misc cleanup | Theo de Raadt | |
2000-04-15 | doc some missing macros | Theo de Raadt | |
2000-03-28 | link real names (uppercase) to queue.3 | Theo de Raadt | |
2000-03-21 | Use proper KNF in code example; d@ | Aaron Campbell | |
2000-03-19 | Various cleanups. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-09-08 | Document most of the new macros, | Marc Espie | |
clarify structure comparison (from Free) | |||
1999-09-05 | Document newer queue macros. | Marc Espie | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-01 | a start at fleshing this out | Theo de Raadt | |
1999-06-05 | more .Os cleanup, remove some trailing whitespace, cleanse some .Nm | Aaron Campbell | |
1998-11-29 | kill superfluous .Nm macro arguments | Aaron Campbell | |
1998-11-26 | whoops | Aaron Campbell | |
1998-11-25 | share/man/man3 man page repairs | Aaron Campbell | |
1998-11-20 | remove white lie (not all libc_r fns are thread-safe) | David Leonard | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-10-08 | insert bit_ffc into title, symlink bit_* to bitstring.3 | Niels Provos | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-02-11 | Fixed typos | David Leonard | |
1997-06-13 | fix | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1996-03-29 | From NetBSD: merge of 960317 | Niklas Hallqvist | |