Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
67da07ab |
| 10-May-2004 |
Simon L. B. Nielsen <simon@FreeBSD.org> |
- Remove duplicate words. - Fix a spelling nit.
PR: docs/66482 Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
fe08efe6 |
| 08-Sep-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7): Use the new feature of the .In macro.
|
#
b5e7e999 |
| 29-Jun-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Hiten's patchset for section four manpages, slightly edited by me.
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
f87717fa |
| 21-Jan-2002 |
Mike Pritchard <mpp@FreeBSD.org> |
Ispell sweep of share/man/man4.
|
#
753d686d |
| 14-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: s/BSD/.Bx/ where appropriate.
|
#
94ba280c |
| 10-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: join split punctuation to macro calls.
|
#
c1f3e4bf |
| 14-Jul-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b MFC after: 7 days
show more ...
|
#
3d45e180 |
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
#
70d51341 |
| 09-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
5e75e35c |
| 15-Apr-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Grammar police: "its", not "it's", is the possessive form of "it".
|
#
f4d874a1 |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: do not split author names in the AUTHORS section.
|
Revision tags: release/4.2.0 |
|
#
b5c508fb |
| 14-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use Fx macro wherever possible.
|
#
eddc45e7 |
| 26-Oct-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Update @freebsd.org email addresses to @FreeBSD.org as is the precedent.
|
Revision tags: release/4.1.1_cvs, release/4.1.0 |
|
#
d08c353b |
| 12-Jul-2000 |
Neil Blakey-Milner <nbm@FreeBSD.org> |
Update the st(4) and sd(4) references to sa(4) and da(4) respectively, maintaining order, were the references ordered already.
PR: reminded by 19647 Submitted by: reminded by Jens Schweikhardt <sch
Update the st(4) and sd(4) references to sa(4) and da(4) respectively, maintaining order, were the references ordered already.
PR: reminded by 19647 Submitted by: reminded by Jens Schweikhardt <schweik@noc.dfn.de>
show more ...
|
Revision tags: release/3.5.0_cvs, release/4.0.0_cvs |
|
#
4e86fcac |
| 02-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove more single-space hard sentence breaks.
|
#
6d249eee |
| 01-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
def37e7c |
| 15-Aug-1999 |
Mike Pritchard <mpp@FreeBSD.org> |
Various man page cleanup:
- Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup.
PR: doc/13144 Submitted by: Alexey M. Zelk
Various man page cleanup:
- Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup.
PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
show more ...
|
Revision tags: release/3.2.0 |
|
#
acea8246 |
| 08-May-1999 |
Kenneth D. Merry <ken@FreeBSD.org> |
Devices are hardwired with "unit 0", not "lun 0" as was in these man pages.
Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent thr
Devices are hardwired with "unit 0", not "lun 0" as was in these man pages.
Also, update the pass(4) man page to indicate that some CCBs must be sent through the xpt(4) device and cannot be sent through a pass device.
PR: 8826
show more ...
|
Revision tags: release/3.1.0 |
|
#
43d1df33 |
| 12-Feb-1999 |
Alexander Langer <alex@FreeBSD.org> |
Removed occurrences of consecutive repeated words (such as "the the").
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
b7ae50c0 |
| 15-Sep-1998 |
Justin T. Gibbs <gibbs@FreeBSD.org> |
Document new volume tag and element status support.
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
70a78ac9 |
| 02-Jun-1997 |
Masafumi Max NAKANE <max@FreeBSD.org> |
Add Xreference to chio(1).
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
e25aeca9 |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ back to $Id$
|
#
6a6c4c22 |
| 05-Feb-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Fix a bunch of man pages to stop abusing the .Nm macro, along with some other minor fixes for some problems I noticed while making these changes.
Pointed out by: bde
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|