mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
man: hyphenation improvements
This commit is contained in:
parent
53fa1582d9
commit
19ff0d983e
@ -7,6 +7,7 @@
|
|||||||
.de OPT_GROUP
|
.de OPT_GROUP
|
||||||
. RB [ group_id ]
|
. RB [ group_id ]
|
||||||
..
|
..
|
||||||
|
.
|
||||||
.de OPT_PATH
|
.de OPT_PATH
|
||||||
. RB [ abs_path ]
|
. RB [ abs_path ]
|
||||||
..
|
..
|
||||||
@ -27,12 +28,14 @@ dmfilemapd \(em device-mapper filemap monitoring daemon
|
|||||||
.
|
.
|
||||||
.de CMD_DMFILEMAPD
|
.de CMD_DMFILEMAPD
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. IR dmfilemapd
|
. IR dmfilemapd
|
||||||
. OPT_FD
|
. OPT_FD
|
||||||
. OPT_GROUP
|
. OPT_GROUP
|
||||||
. OPT_PATH
|
. OPT_PATH
|
||||||
. OPT_MODE
|
. OPT_MODE
|
||||||
. OPT_DEBUG
|
. OPT_DEBUG
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_DMFILEMAPD
|
.CMD_DMFILEMAPD
|
||||||
@ -103,7 +106,6 @@ between 1 and 3, stdio will be retained and the daemon will log
|
|||||||
messages to stdout and stderr that match the specified verbosity
|
messages to stdout and stderr that match the specified verbosity
|
||||||
level.
|
level.
|
||||||
.
|
.
|
||||||
.
|
|
||||||
.SH MODES
|
.SH MODES
|
||||||
.
|
.
|
||||||
The file map monitoring daemon can monitor files in two distinct
|
The file map monitoring daemon can monitor files in two distinct
|
||||||
@ -113,7 +115,6 @@ cause the daemon to terminate.
|
|||||||
|
|
||||||
In both modes, the daemon will always shut down when the group
|
In both modes, the daemon will always shut down when the group
|
||||||
being monitored is deleted.
|
being monitored is deleted.
|
||||||
|
|
||||||
.P
|
.P
|
||||||
.B Follow inode
|
.B Follow inode
|
||||||
.P
|
.P
|
||||||
@ -125,7 +126,6 @@ to the file.
|
|||||||
|
|
||||||
This mode is useful if the file is expected to be renamed, or moved
|
This mode is useful if the file is expected to be renamed, or moved
|
||||||
within the file system, while it is being monitored.
|
within the file system, while it is being monitored.
|
||||||
|
|
||||||
.P
|
.P
|
||||||
.B Follow path
|
.B Follow path
|
||||||
.P
|
.P
|
||||||
@ -173,6 +173,7 @@ Start the daemon in the background, in follow-path mode
|
|||||||
Start the daemon in follow-inode mode, disable forking and enable
|
Start the daemon in follow-inode mode, disable forking and enable
|
||||||
verbose logging
|
verbose logging
|
||||||
.br
|
.br
|
||||||
|
.ad l
|
||||||
#
|
#
|
||||||
.B dmfilemapd 3 0 /var/tmp/data inode 1 3 3< /var/tmp/data
|
.B dmfilemapd 3 0 /var/tmp/data inode 1 3 3< /var/tmp/data
|
||||||
.br
|
.br
|
||||||
@ -196,7 +197,7 @@ exiting _filemap_monitor_get_events() with deleted=0, check=0
|
|||||||
.br
|
.br
|
||||||
Waiting for check interval
|
Waiting for check interval
|
||||||
.br
|
.br
|
||||||
.P
|
.ad b
|
||||||
.
|
.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.
|
.
|
||||||
|
@ -21,15 +21,17 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_CREATE
|
.de CMD_CREATE
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR create
|
. BR create
|
||||||
. IR device_name
|
. IR device_name
|
||||||
. RB [ -u | --uuid
|
. RB [ -u | --uuid
|
||||||
. IR uuid ]
|
. IR uuid ]
|
||||||
. RB \%[ --addnodeoncreate | --addnodeonresume ]
|
. RB [ --addnodeoncreate |\: --addnodeonresume ]
|
||||||
. RB \%[ -n | --notable | --table
|
. RB [ -n | --notable |\: --table
|
||||||
. IR \%table | table_file ]
|
. IR table |\: table_file ]
|
||||||
. RB [ --readahead
|
. RB [ --readahead
|
||||||
. RB \%[ + ] \fIsectors | auto | none ]
|
. RB [ + ] \fIsectors |\: auto | none ]
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_CREATE
|
.CMD_CREATE
|
||||||
@ -77,14 +79,15 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_INFOLONG
|
.de CMD_INFOLONG
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR info
|
. BR info
|
||||||
. BR -c | -C | --columns
|
. BR -c | -C | --columns
|
||||||
. RB [ --count
|
. RB [ --count
|
||||||
. IR count ]
|
. IR count ]
|
||||||
. RB [ --interval
|
. RB [ --interval
|
||||||
. IR seconds ]
|
. IR seconds ]
|
||||||
. RB \%[ --nameprefixes ]
|
. RB [ --nameprefixes ]
|
||||||
. RB \%[ --noheadings ]
|
. RB [ --noheadings ]
|
||||||
. RB [ -o
|
. RB [ -o
|
||||||
. IR fields ]
|
. IR fields ]
|
||||||
. RB [ -O | --sort
|
. RB [ -O | --sort
|
||||||
@ -92,6 +95,7 @@ dmsetup \(em low level logical volume management
|
|||||||
. RB [ --separator
|
. RB [ --separator
|
||||||
. IR separator ]
|
. IR separator ]
|
||||||
. RI [ device_name ]
|
. RI [ device_name ]
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_INFOLONG
|
.CMD_INFOLONG
|
||||||
@ -112,6 +116,7 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_LS
|
.de CMD_LS
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR ls
|
. BR ls
|
||||||
. RB [ --target
|
. RB [ --target
|
||||||
. IR target_type ]
|
. IR target_type ]
|
||||||
@ -120,6 +125,7 @@ dmsetup \(em low level logical volume management
|
|||||||
. RB [ --tree ]
|
. RB [ --tree ]
|
||||||
. RB [ -o
|
. RB [ -o
|
||||||
. IR options ]
|
. IR options ]
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_LS
|
.CMD_LS
|
||||||
@ -222,12 +228,14 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_SETGEOMETRY
|
.de CMD_SETGEOMETRY
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR setgeometry
|
. BR setgeometry
|
||||||
. IR device_name
|
. IR device_name
|
||||||
. IR cyl
|
. IR cyl
|
||||||
. IR head
|
. IR head
|
||||||
. IR sect
|
. IR sect
|
||||||
. IR start
|
. IR start
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_SETGEOMETRY
|
.CMD_SETGEOMETRY
|
||||||
@ -267,10 +275,12 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_SUSPEND
|
.de CMD_SUSPEND
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR suspend
|
. BR suspend
|
||||||
. RB [ --nolockfs ]
|
. RB [ --nolockfs ]
|
||||||
. RB [ --noflush ]
|
. RB [ --noflush ]
|
||||||
. IR device_name ...
|
. IR device_name ...
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_SUSPEND
|
.CMD_SUSPEND
|
||||||
@ -279,12 +289,14 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_TABLE
|
.de CMD_TABLE
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR table
|
. BR table
|
||||||
. RB [ --concise ]
|
. RB [ --concise ]
|
||||||
. RB [ --target
|
. RB [ --target
|
||||||
. IR target_type ]
|
. IR target_type ]
|
||||||
. RB [ --showkeys ]
|
. RB [ --showkeys ]
|
||||||
. RI [ device_name ...]
|
. RI [ device_name ...]
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_TABLE
|
.CMD_TABLE
|
||||||
@ -353,10 +365,12 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_WAIT
|
.de CMD_WAIT
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR wait
|
. BR wait
|
||||||
. RB [ --noflush ]
|
. RB [ --noflush ]
|
||||||
. IR device_name
|
. IR device_name
|
||||||
. RI [ event_nr ]
|
. RI [ event_nr ]
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_WAIT
|
.CMD_WAIT
|
||||||
@ -365,11 +379,13 @@ dmsetup \(em low level logical volume management
|
|||||||
.B dmsetup
|
.B dmsetup
|
||||||
.de CMD_WIPE_TABLE
|
.de CMD_WIPE_TABLE
|
||||||
. ad l
|
. ad l
|
||||||
|
. nh
|
||||||
. BR wipe_table
|
. BR wipe_table
|
||||||
. IR device_name ...
|
. IR device_name ...
|
||||||
. RB [ -f | --force ]
|
. RB [ -f | --force ]
|
||||||
. RB [ --noflush ]
|
. RB [ --noflush ]
|
||||||
. RB [ --nolockfs ]
|
. RB [ --nolockfs ]
|
||||||
|
. hy
|
||||||
. ad b
|
. ad b
|
||||||
..
|
..
|
||||||
.CMD_WIPE_TABLE
|
.CMD_WIPE_TABLE
|
||||||
@ -1032,8 +1048,11 @@ A concise representation of one of more devices.
|
|||||||
- A semi-colon separates devices.
|
- A semi-colon separates devices.
|
||||||
.TP
|
.TP
|
||||||
The representation of a device takes the form:
|
The representation of a device takes the form:
|
||||||
.sp
|
.ad l
|
||||||
<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<dev_name>,<uuid>,<minor>,<flags>,<table>[,<table>+]]
|
.nh
|
||||||
|
<name>,<uuid>,\:<minor>,<flags>,\:<table>\:[,<table>+]\:[;<dev_name>,<uuid>,\:<minor>,<flags>,<table>\:[,<table>+]]
|
||||||
|
.hy
|
||||||
|
.ad b
|
||||||
.TP
|
.TP
|
||||||
The fields are:
|
The fields are:
|
||||||
.
|
.
|
||||||
@ -1063,13 +1082,19 @@ One line of the table. See TABLE FORMAT above.
|
|||||||
.
|
.
|
||||||
# A simple linear read-only device
|
# A simple linear read-only device
|
||||||
.br
|
.br
|
||||||
test-linear-small,,,ro,0 2097152 linear /dev/loop0 0, 2097152 2097152 linear /dev/loop1 0
|
.ad l
|
||||||
.br
|
.nh
|
||||||
|
test-linear-small,,,ro,\:0 2097152 linear /dev/loop0 0,\:2097152 2097152 linear /dev/loop1 0
|
||||||
|
.hy
|
||||||
|
.ad b
|
||||||
.sp
|
.sp
|
||||||
# Two linear devices
|
# Two linear devices
|
||||||
.br
|
.br
|
||||||
test-linear-small,,,,0 2097152 linear /dev/loop0 0;test-linear-large,,,, 0 2097152 linear /dev/loop1 0, 2097152 2097152 linear /dev/loop2 0
|
.ad l
|
||||||
.br
|
.nh
|
||||||
|
test-linear-small,,,,\:0 2097152 linear /dev/loop0 0;\:test-linear-large,\:,,,\:0 2097152 linear /dev/loop1 0, 2097152 2097152 linear /dev/loop2 0
|
||||||
|
.hy
|
||||||
|
.ad b
|
||||||
.
|
.
|
||||||
.SH ENVIRONMENT VARIABLES
|
.SH ENVIRONMENT VARIABLES
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user