OSDN Git Service

Remove old versions of generated man files
authorLee Willis <leewillis77@gmail.com>
Sun, 10 Mar 2013 22:37:27 +0000 (22:37 +0000)
committerLee Willis <leewillis77@gmail.com>
Sun, 10 Mar 2013 22:37:27 +0000 (22:37 +0000)
man/roles-create.1 [deleted file]
man/roles-delete.1 [deleted file]
man/roles-list.1 [deleted file]

diff --git a/man/roles-create.1 b/man/roles-create.1
deleted file mode 100644 (file)
index 19f92fe..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "WP\-ROLES\-CREATE" "1" "" "WP-CLI"
-.
-.SH "NAME"
-\fBwp\-roles\-create\fR \- Create a new role\.
-.
-.SH "SYNOPSIS"
-wp roles create \fIrole\-key\fR \fIrole\-name\fR
-.
-.SH "OPTIONS"
-.
-.TP
-\fIrole\-key\fR:
-.
-.IP
-The internal name of the role, e\.g\. editor
-.
-.TP
-\fIrole\-name\fR:
-.
-.IP
-The publically visible name of the rule, e\.g\. Editor
-.
-.SH "EXAMPLES"
-.
-.nf
-
-wp roles create approver Approver
-
-wp roles create productadmin "Product Administrator"
-.
-.fi
-
diff --git a/man/roles-delete.1 b/man/roles-delete.1
deleted file mode 100644 (file)
index 5ed0e34..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "WP\-ROLES\-DELETE" "1" "" "WP-CLI"
-.
-.SH "NAME"
-\fBwp\-roles\-delete\fR \- Delete an existing role
-.
-.SH "SYNOPSIS"
-wp roles delete \fIrole\-key\fR
-.
-.SH "OPTIONS"
-.
-.TP
-\fIrole\-key\fR:
-.
-.IP
-The internal name of the role, e\.g\. editor
-.
-.SH "EXAMPLES"
-.
-.nf
-
-wp roles delete approver
-
-wp roles create productadmin
-.
-.fi
-
diff --git a/man/roles-list.1 b/man/roles-list.1
deleted file mode 100644 (file)
index 4a7f5a3..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "WP\-ROLES\-LIST" "1" "" "WP-CLI"
-.
-.SH "NAME"
-\fBwp\-roles\-list\fR \- List one or all roles\.
-.
-.SH "SYNOPSIS"
-wp roles list [\fIrole\-key\fR]
-.
-.SH "OPTIONS"
-.
-.TP
-[\fIrole\-key\fR]:
-.
-.IP
-Optional\. A role to return\.
-.
-.SH "EXAMPLES"
-.
-.nf
-
-wp roles list
-
-wp roles list editor
-.
-.fi
-