[contributor] Emphasize Preferred word choices

To improve the readability.

Change-Id: Iaa5420a4fad9c48aa2af8046d80f3c6d8ab4e99e
This commit is contained in:
KATO Tomoyuki
2016-01-22 07:17:40 +09:00
parent ec95ab4832
commit e0acee6238

View File

@@ -15,71 +15,71 @@ The following table lists the preferred word or phrase choice.
**Preferred word choice**
+----------------+----------------------+
| **Word** | **Do not use** |
+================+======================+
| and so on | etc. |
+----------------+----------------------+
| back end (noun)| backend, back-end |
| | |
| | In general, avoid. |
| | Use a more specific |
| | term, such as |
| | server, operating |
| | system, or network. |
+----------------+----------------------+
| back-end (adj) | backend, back end |
+----------------+----------------------+
| cancel | abort |
| | |
+----------------+----------------------+
| complete | done, finish |
+----------------+----------------------+
| command line | command-line |
| (noun) | |
+----------------+----------------------+
| command-line | command line |
| (adj) | |
+----------------+----------------------+
| data store | datastore |
+----------------+----------------------+
| delete | destroy |
+----------------+----------------------+
| to do something| in order to do |
| | something |
+----------------+----------------------+
| Ethernet | ethernet |
+----------------+----------------------+
| example | i.e, e.g. |
+----------------+----------------------+
| host name | hostname, Hostname |
+----------------+----------------------+
| lifecycle | life cycle |
+----------------+----------------------+
| login (noun) | logon, log-in |
+----------------+----------------------+
| log in (verb) | login |
+----------------+----------------------+
| OpenStack | openstack, Openstack |
+----------------+----------------------+
| plug-in | plugin |
+----------------+----------------------+
| run, issue, | Avoid using "execute"|
| start, enter | unless it is the most|
| | appropriate term in |
| | the context. |
+----------------+----------------------+
| select | check |
+----------------+----------------------+
| setup (noun) | set up, set-up |
+----------------+----------------------+
| set up (verb) | setup |
+----------------+----------------------+
| an SQL | a SQL |
+----------------+----------------------+
| such as | like |
+----------------+----------------------+
| verify | be sure |
+----------------+----------------------+
| X-as-a-Service | X as a Service |
+----------------+----------------------+
+---------------------+----------------------+
| **Word** | **Do not use** |
+=====================+======================+
| **and so on** | etc. |
+---------------------+----------------------+
| **back end (noun)** | backend, back-end |
| | |
| | In general, avoid. |
| | Use a more specific |
| | term, such as |
| | server, operating |
| | system, or network. |
+---------------------+----------------------+
| **back-end (adj)** | backend, back end |
+---------------------+----------------------+
| **cancel** | abort |
| | |
+---------------------+----------------------+
| **complete** | done, finish |
+---------------------+----------------------+
| **command line | command-line |
| (noun)** | |
+---------------------+----------------------+
| **command-line | command line |
| (adj)** | |
+---------------------+----------------------+
| **data store** | datastore |
+---------------------+----------------------+
| **delete** | destroy |
+---------------------+----------------------+
| **to do something** | in order to do |
| | something |
+---------------------+----------------------+
| **Ethernet** | ethernet |
+---------------------+----------------------+
| **example** | i.e, e.g. |
+---------------------+----------------------+
| **host name** | hostname, Hostname |
+---------------------+----------------------+
| **lifecycle** | life cycle |
+---------------------+----------------------+
| **login (noun)** | logon, log-in |
+---------------------+----------------------+
| **log in (verb)** | login |
+---------------------+----------------------+
| **OpenStack** | openstack, Openstack |
+---------------------+----------------------+
| **plug-in** | plugin |
+---------------------+----------------------+
| **run, issue, | Avoid using "execute"|
| start, enter** | unless it is the most|
| | appropriate term in |
| | the context. |
+---------------------+----------------------+
| **select** | check |
+---------------------+----------------------+
| **setup (noun)** | set up, set-up |
+---------------------+----------------------+
| **set up (verb)** | setup |
+---------------------+----------------------+
| **an SQL** | a SQL |
+---------------------+----------------------+
| **such as** | like |
+---------------------+----------------------+
| **verify** | be sure |
+---------------------+----------------------+
| **X-as-a-Service** | X as a Service |
+---------------------+----------------------+