01_no_hyphen_in_manpages.patch 2.1 KB

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