| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump document date on behalf of a recent change. | ru | 2005-06-14 | 1 | -1/+1 |
* | Fixup of last commit: Use the name X instead of XFree86 for the server binary, | eivind | 2005-05-27 | 1 | -1/+1 |
* | Make the example for using xterm as a login manager to match the X of the | eivind | 2005-05-27 | 1 | -1/+1 |
* | Include gettytab.h before extern.h so that the declarations of struct | stefanf | 2005-04-06 | 4 | -5/+3 |
* | Sort sections. | ru | 2005-01-18 | 3 | -14/+14 |
* | Report once that the device isn't there, but keep trying. Don't | imp | 2004-09-29 | 1 | -21/+14 |
* | Nuke COMPAT_43 | phk | 2004-06-25 | 1 | -150/+0 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-14 | 1 | -1/+1 |
* | Prototype defttymode() instead of just declaring it. | yar | 2003-07-18 | 1 | -1/+1 |
* | - Use the initial terminal mode instead of the current mode | yar | 2003-06-18 | 2 | -73/+64 |
* | Improve the manpage language a bit. | yar | 2003-06-17 | 1 | -1/+1 |
* | In the last clean-up of this code, the fact that the default tty mode | green | 2003-06-14 | 1 | -6/+20 |
* | Read gettytab(5) soon enough to fill in all necessary values. | yar | 2003-06-10 | 2 | -16/+40 |
* | Spot one more place where boolean variables were incremented | yar | 2003-06-10 | 1 | -1/+1 |
* | Coding style fix: Use "foo = 1" instead of "foo++" to assign | yar | 2003-06-10 | 1 | -2/+2 |
* | Break sentences. | yar | 2003-06-10 | 1 | -4/+6 |
* | General mdoc(7) markup fixes: | yar | 2003-06-10 | 1 | -61/+67 |
* | Improve the language and markup of the description of the pp and pl | yar | 2003-06-10 | 1 | -7/+18 |
* | The .Xr utility | charnier | 2003-06-08 | 1 | -2/+3 |
* | Fix some minor bugs, namely: | yar | 2003-06-06 | 1 | -3/+14 |
* | mdoc(7) police: expand contraction. | ru | 2003-02-23 | 1 | -1/+1 |
* | Fix a typo (missed &&). | sobomax | 2003-01-20 | 1 | -1/+1 |
* | Add a new gettytab(5) option - `pl', which if set tells getty that the line | sobomax | 2003-01-19 | 4 | -4/+7 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -1/+1 |
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -5/+3 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -3/+3 |
* | Removed unused include of <sys/resource.h> instead of depending on | bde | 2002-02-25 | 1 | -12/+2 |
* | Remove some unused variables, mark unused parameters as unused and change | imp | 2002-02-06 | 1 | -13/+12 |
* | o __P removal | imp | 2002-02-06 | 4 | -136/+99 |
* | Lock down with WFORMAT?=1, with overrides in the subdirectories which | kris | 2002-02-04 | 1 | -2/+1 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 2 | -2/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Add 'df' string to gettytab - the strftime(3) format for %d | yar | 2001-06-07 | 4 | -5/+9 |
* | Replace a strcat() with a strlcat(). Partial sync with OpenBSD; more | kris | 2001-04-24 | 1 | -1/+1 |
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 2 | -2/+2 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-20 | 1 | -4/+4 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -2/+2 |
* | Check return code from login_tty. Allow getty to try and become | jwd | 2000-11-19 | 1 | -1/+12 |
* | remove trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -2/+0 |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+1 |
* | Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open and | nsayer | 2000-07-31 | 4 | -3/+7 |
* | Changed setflags() to set_flags(). This fixes world breakage due to | bde | 2000-01-28 | 3 | -5/+5 |