| #
4c736cfc
|
| 22-Aug-2023 |
Ed Maste <emaste@FreeBSD.org> |
Deprecate fdc(4) and floppy utilities
Floppies have been obsolete for over a decade. Add a deprecation note now and plan to remove fdc(4) support in 16.
Reviewed by: ziaee Sponsored by: The FreeBS
Deprecate fdc(4) and floppy utilities
Floppies have been obsolete for over a decade. Add a deprecation note now and plan to remove fdc(4) support in 16.
Reviewed by: ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41549
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
e0524746
|
| 25-May-2020 |
Murray Stokely <murray@FreeBSD.org> |
Add example usage for formatting a floppy disk. Adding a more self contained example here in the fdformat man page will allow us to modernize and streamline the FreeBSD Handbook by cutting out some
Add example usage for formatting a floppy disk. Adding a more self contained example here in the fdformat man page will allow us to modernize and streamline the FreeBSD Handbook by cutting out some of this legacy material.
While here, address some other minor grammatical nits in this man page.
Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24971
show more ...
|
| #
4c736cfc
|
| 22-Aug-2023 |
Ed Maste <emaste@FreeBSD.org> |
Deprecate fdc(4) and floppy utilities
Floppies have been obsolete for over a decade. Add a deprecation note now and plan to remove fdc(4) support in 16.
Reviewed by: ziaee Sponsored by: The FreeBS
Deprecate fdc(4) and floppy utilities
Floppies have been obsolete for over a decade. Add a deprecation note now and plan to remove fdc(4) support in 16.
Reviewed by: ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41549
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
e0524746
|
| 25-May-2020 |
Murray Stokely <murray@FreeBSD.org> |
Add example usage for formatting a floppy disk. Adding a more self contained example here in the fdformat man page will allow us to modernize and streamline the FreeBSD Handbook by cutting out some
Add example usage for formatting a floppy disk. Adding a more self contained example here in the fdformat man page will allow us to modernize and streamline the FreeBSD Handbook by cutting out some of this legacy material.
While here, address some other minor grammatical nits in this man page.
Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D24971
show more ...
|
| #
4451f142
|
| 05-Dec-2017 |
Cy Schubert <cy@FreeBSD.org> |
fdformat is a sysadmin command and thus its man page should be in volume 8 instead of volume 1.
Reviewed by: imp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D13370
|
| #
aa12cea2
|
| 14-Apr-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: order prologue macros consistently by Dd/Dt/Os
Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc.
Reviewed by: ru Appro
mdoc: order prologue macros consistently by Dd/Dt/Os
Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc.
Reviewed by: ru Approved by: philip, ed (mentors)
show more ...
|
| #
98d8b792
|
| 28-Feb-2007 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix a nit noticed during translation.
|
| #
7901356c
|
| 03-Nov-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
The default fill byte is 0xf6, not 0xf5.
|
| #
e1554781
|
| 18-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
One of the DIAGNOSTICS sections should be EXIT STATUS.
|
| #
ba625eb2
|
| 10-Jan-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: doh, again I forgot about this XXX.
|
| #
2f1b3c5c
|
| 10-Jan-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: tidy up the markup.
|
| #
0377dd59
|
| 25-Dec-2001 |
Joerg Wunsch <joerg@FreeBSD.org> |
Second round of floppy disk driver documentation updates: document the changes in the userland utilities. For fdcontrol(8), i now finally keep my promise made more than 7 years ago that ``the fdcont
Second round of floppy disk driver documentation updates: document the changes in the userland utilities. For fdcontrol(8), i now finally keep my promise made more than 7 years ago that ``the fdcontrol utility is currently under development and the user interface will likely change''. :-)
show more ...
|
| #
753d686d
|
| 14-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: s/BSD/.Bx/ where appropriate.
|
| #
c4d9468e
|
| 07-Aug-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case)
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
show more ...
|
| #
e42ad56f
|
| 02-Jul-2001 |
Joerg Wunsch <joerg@FreeBSD.org> |
Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c to give a bit more information about up to 10 errors encountered during formatting (unless -q has been specified, of course).
While
Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c to give a bit more information about up to 10 errors encountered during formatting (unless -q has been specified, of course).
While being here, removed a bitrotten comment in the Makefile, and kill the old Emacs local variable stuff at the end of fdformat.c that's no longer useful anway.
show more ...
|
| #
8b5c4af3
|
| 27-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
| #
f4d874a1
|
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: do not split author names in the AUTHORS section.
|
| #
e97407b4
|
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
| #
726b61ab
|
| 10-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Avoid use of direct troff requests in mdoc(7) manual pages.
|
| #
d2c1dda3
|
| 01-Jun-2000 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add -y option which doesn't ask for confimation, but still shows progress
PR: 9259 Submitted by: Clark Gaylord <cgaylord@vt.edu>
|
| #
f2e366a1
|
| 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.
|
| #
31245fb2
|
| 23-Jan-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Fix fdformat to not use /dev/r* device nodes anymore, this usage has been made obsolete by the block/char device merging.
Reflect this change in the manual page and fix the usage of a backslash in `
Fix fdformat to not use /dev/r* device nodes anymore, this usage has been made obsolete by the block/char device merging.
Reflect this change in the manual page and fix the usage of a backslash in ``e.g.''.
Reviewed by: bright, sheldonh, phk
show more ...
|
| #
81ebd9e0
|
| 17-Oct-1999 |
Philippe Charnier <charnier@FreeBSD.org> |
Correct use of .Nm.
|