#
c9df3008 |
| 03-Feb-2020 |
Sascha Wildner <saw@online.de> |
rman.9: Fix rman_make_alignment_flags() prototype.
|
#
08931e35 |
| 29-Nov-2016 |
Sascha Wildner <saw@online.de> |
Fix manual pages for s/struct device */device_t/.
|
#
5700433e |
| 06-Jan-2014 |
Franco Fichtner <franco@lastsummer.de> |
fix a couple of MLINKS issues
|
#
46a468d4 |
| 11-Aug-2013 |
Sascha Wildner <saw@online.de> |
Fix two prototypes in manual pages.
|
#
c616d378 |
| 18-Jul-2013 |
Franco Fichtner <franco@lastsummer.de> |
start adding .Mt to email addresses in man pages
This covers share/man/man[1579]. It also consolidates multiple lines into one, removes spurious double quotes in names or emails, and changes punctua
start adding .Mt to email addresses in man pages
This covers share/man/man[1579]. It also consolidates multiple lines into one, removes spurious double quotes in names or emails, and changes punctuation where appropriate. The target style is: .An Name Aq Mt name@somewhere.tdl
show more ...
|
#
4041d919 |
| 29-Aug-2010 |
Sascha Wildner <saw@online.de> |
Fix various mdoc issues in various manual pages.
|
#
577cd717 |
| 14-Dec-2009 |
Sascha Wildner <saw@online.de> |
rman.9: Comment out documentation for rman_await_resource().
The code is #if 0'd too.
|
#
01d6ccad |
| 27-Oct-2006 |
Sascha Wildner <swildner@dragonflybsd.org> |
Comment out the remaining references to rman_reserve_resource_bound().
|
#
c2cd059b |
| 26-Mar-2006 |
Sascha Wildner <swildner@dragonflybsd.org> |
Remove redundant .Pp macros right before .El, .Sh and .Ss.
|
#
9cca02b8 |
| 16-Jul-2004 |
Hiten Pandya <hmp@dragonflybsd.org> |
Change all files that I own to use the official DragonFly Project license.
Reviewed-by: Matthew Dillon <dillon@apollo.backplane.com>
|
#
96bce568 |
| 17-May-2004 |
Hiten Pandya <hmp@dragonflybsd.org> |
Document the ``resource management'' (rman) abstraction in rman(9).
The rman(9) manual page has sufficient information on the rman_* functions and some background on the concept of regions and resou
Document the ``resource management'' (rman) abstraction in rman(9).
The rman(9) manual page has sufficient information on the rman_* functions and some background on the concept of regions and resources and how rman(9) abstracts them.
Install the necessary MLINKs.
Note: Some of the functions have been commented out in the mdoc(7) until I or Joerg get around to updating the DragonFly rman(9) abstraction. After that is done, other parts of the maual page can be expanded.
Obtained-from: FreeBSD (HEAD) Adapted-by: Hiten Pandya <hmp@backplane.com>
show more ...
|