Skip to content

Commit

Permalink
* man/augtool.pod: fix description of 'move' alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Jun 4, 2014
1 parent e775e5f commit b722715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions man/augtool.1
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "AUGTOOL 1"
.TH AUGTOOL 1 "2014-06-03" "Augeas 1.2.0" "Augeas"
.TH AUGTOOL 1 "2014-06-04" "Augeas 1.2.0" "Augeas"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down Expand Up @@ -322,7 +322,7 @@ must either match exactly one node in the tree, or may not exist yet. If
exist yet, it and all its missing ancestors are created.
.IP "\fBmove\fR <\s-1SRC\s0> <\s-1DST\s0>" 4
.IX Item "move <SRC> <DST>"
Alias of \fBmove\fR.
Alias of \fBmv\fR.
.IP "\fBcp\fR <\s-1SRC\s0> <\s-1DST\s0>" 4
.IX Item "cp <SRC> <DST>"
Copy node \s-1SRC\s0 to \s-1DST. SRC\s0 must match exactly one node in the tree. \s-1DST\s0
Expand Down
2 changes: 1 addition & 1 deletion man/augtool.pod
Expand Up @@ -238,7 +238,7 @@ exist yet, it and all its missing ancestors are created.

=item B<move> E<lt>SRCE<gt> E<lt>DSTE<gt>

Alias of B<move>.
Alias of B<mv>.

=item B<cp> E<lt>SRCE<gt> E<lt>DSTE<gt>

Expand Down

0 comments on commit b722715

Please sign in to comment.