manpage-escape-dash.patch 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Description: Added fixes for typical confusion hyphen <-> minus sign.
  2. Author: David Martínez Moreno <ender@debian.org> (presumably)
  3. Date: 2007-04-08
  4. Last-Update: 2015-07-29
  5. --- a/vblade.8
  6. +++ b/vblade.8
  7. @@ -35,39 +35,39 @@
  8. .SS Options
  9. .TP
  10. \fB-b\fP
  11. -The -b flag takes an argument, the advertised buffer count, specifying
  12. +The \-b flag takes an argument, the advertised buffer count, specifying
  13. the maximum number of outstanding messages the server can queue for
  14. processing.
  15. .TP
  16. \fB-d\fP
  17. -The -d flag selects O_DIRECT mode for accessing the underlying block
  18. +The \-d flag selects O_DIRECT mode for accessing the underlying block
  19. device.
  20. .TP
  21. \fB-s\fP
  22. -The -s flag selects O_SYNC mode for accessing the underlying block
  23. +The \-s flag selects O_SYNC mode for accessing the underlying block
  24. device, so all writes are committed to disk before returning to the
  25. client.
  26. .TP
  27. \fB-r\fP
  28. -The -r flag restricts the export of the device to be read-only.
  29. +The \-r flag restricts the export of the device to be read-only.
  30. .TP
  31. \fB-m\fP
  32. -The -m flag takes an argument, a comma separated list of MAC addresses
  33. +The \-m flag takes an argument, a comma separated list of MAC addresses
  34. permitted access to the vblade. A MAC address can be specified in upper
  35. or lower case, with or without colons.
  36. .TP
  37. \fB-o\fP
  38. -The -o flag takes an argument, the number of sectors at the beginning
  39. +The \-o flag takes an argument, the number of sectors at the beginning
  40. of the exported file that are excluded from AoE export (default zero).
  41. .TP
  42. \fB-l\fP
  43. -The -l flag takes an argument, the number of sectors to export.
  44. +The \-l flag takes an argument, the number of sectors to export.
  45. Defaults to the file size in sectors minus the offset.
  46. .SH EXAMPLE
  47. In this example, the root user on a host named
  48. .I nai
  49. exports a file named "3TB" to the LAN on eth0 using AoE shelf address 11
  50. -and slot address 1. The process runs in the foreground. Using
  51. +and slot address 1. The process runs in the foreground. Using
  52. .I vbladed
  53. would have resulted in the process running as a daemon in the
  54. background.