#
595b2bae |
| 13-Jul-2018 |
cheloha <cheloha@openbsd.org> |
Add & update author credits for Mary Ann Horton.
Add credits for leave(1) and w(1); update credit for script(1).
Supported by the Spinellis repo and CSRG SCCS logs.
ok brynet millert jca jmc schwa
Add & update author credits for Mary Ann Horton.
Add credits for leave(1) and w(1); update credit for script(1).
Supported by the Spinellis repo and CSRG SCCS logs.
ok brynet millert jca jmc schwarze
show more ...
|
#
0870f47d |
| 13-Mar-2015 |
jmc <jmc@openbsd.org> |
remove the first comma from constructs like ", and," and ", or,": you can use "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
|
#
d01fe417 |
| 15-Nov-2014 |
bentley <bentley@openbsd.org> |
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm.
These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale).
improvements and ok schwarze@
show more ...
|
#
73d4fc9b |
| 14-Aug-2013 |
jmc <jmc@openbsd.org> |
no longer any need to quote macro lines with >9 args; From: Jan Stary
|
#
370eca50 |
| 15-Jan-2012 |
schwarze <schwarze@openbsd.org> |
Document what remains of the 2BSD heritage. All facts found on the CSRG CD 1 in the 2bsd directory. Feedback and ok jmc@, ok sobrado@.
Note the large number of 3BSD -> 2BSD changes. Kirk McKusick as
Document what remains of the 2BSD heritage. All facts found on the CSRG CD 1 in the 2bsd directory. Feedback and ok jmc@, ok sobrado@.
Note the large number of 3BSD -> 2BSD changes. Kirk McKusick asked Cynthia Livingston (cael@, of USENIX, who converted most manuals from man(7) to mdoc(7) for the 4.3BSD-Net/2 release and added lots of historical information around that time) what happened in this respect, and she answered that she often wrote "appeared in 3BSD" when she was unsure of when a utility was added. Thanks to Kirk and Cynthia for that clarification.
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
7e06d912 |
| 09-Jan-2005 |
jmc <jmc@openbsd.org> |
w(1) does not deal w/ cpu time; from netbsd -r 1.16;
|
#
7c024529 |
| 18-Aug-2004 |
jmc <jmc@openbsd.org> |
- .Xr utmp 5 - sort options and sync usage()
|
#
2aeff9fb |
| 10-Jun-2003 |
jmc <jmc@openbsd.org> |
- section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line
ssh pages ok markus@
|
#
f75387cb |
| 03-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.
|
#
db0d9e21 |
| 09-Nov-2001 |
miod <miod@openbsd.org> |
Since all our arches have /dev/ksyms, replace rigid mentions of the kernel being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there.
|
#
8c55e79a |
| 14-Nov-2000 |
aaron <aaron@openbsd.org> |
Sync the list of "not supported" options with the source code; fixes PR/1506 from mpech@prosoft.org.lv.
|
#
f1ba3473 |
| 09-Nov-2000 |
aaron <aaron@openbsd.org> |
Change all option list specifications to ".Bl -tag -width Ds". Most man pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency
Change all option list specifications to ".Bl -tag -width Ds". Most man pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
show more ...
|
#
43b6428b |
| 14-Mar-2000 |
aaron <aaron@openbsd.org> |
Finish off cleanup usr.bin/ man pages.
|
#
beb4e418 |
| 12-Aug-1999 |
millert <millert@openbsd.org> |
Support -M and -N flags in uptime mode too
|
#
2e0eb34f |
| 05-Jun-1999 |
aaron <aaron@openbsd.org> |
- remove trailing white space - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
|
#
11e35e6d |
| 30-Oct-1998 |
aaron <aaron@openbsd.org> |
usr.bin/ man page fixes, t-z
|
#
58ef86f8 |
| 23-Mar-1998 |
deraadt <deraadt@openbsd.org> |
nicer header
|
#
e27a6523 |
| 10-Jan-1997 |
kstailey <kstailey@openbsd.org> |
UNIX3.0 -> 3.0BSD in history section
|
#
7409e8fc |
| 12-Aug-1996 |
deraadt <deraadt@openbsd.org> |
invert -n into -a; default is no gethostbyaddr()
|
#
460cff61 |
| 08-Jul-1996 |
ccappuc <ccappuc@openbsd.org> |
kernel is /bsd, os is OpenBSD
|
#
1258a77d |
| 26-Jun-1996 |
deraadt <deraadt@openbsd.org> |
rcsid
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|