Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: more minor edits
  • Loading branch information
Mark Clarkstone authored and perexg committed May 27, 2016
1 parent 642af5a commit 0cd00c5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/class/access_entry.md
Expand Up @@ -29,6 +29,10 @@ Button | Function

<tvh_include>inc/add_grid_entry</tvh_include>

####Example

This is an example of a very limited user account entry.

!['Access Entry Example'](static/img/doc/accessentriesnewuser.png)

If you would like to allow anonymous access to your Tvheadend
Expand Down
2 changes: 1 addition & 1 deletion docs/class/dvrentry.md
Expand Up @@ -85,7 +85,7 @@ the *Upcoming/Current Recordings* tab.

####Manual Recording Entry Example

This is an example of a one-time recording entry:
This is an example of a one-time recording entry.

!['Add new recording dialog'](static/img/doc/addnewrecentry.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/class/dvrtimerec.md
Expand Up @@ -14,7 +14,7 @@ This tab controls timer-driven recording rules.

####Example

This is an example of a one-time timer-based recording entry:
This is an example of a one-time timer-based recording entry.

![Timer add example](static/img/doc/dvrtimeradd.png)

Expand Down
6 changes: 5 additions & 1 deletion docs/class/passwd.md
Expand Up @@ -13,9 +13,13 @@ where you set and maintain all user passwords (e.g. for streaming or DVR access)

<tvh_include>inc/add_grid_entry</tvh_include>

####Example

This is an example of a password entry.

!['Add Password dialog'](static/img/doc/configpasswdadd.png)

Be aware that the username you enter must match a username/entry in
Be aware that the username you enter here must match a username/entry in
the [Access Entries](class/access_entry) tab for it to apply. You may
have multiple password entries for the same username if you wish.

Expand Down
6 changes: 3 additions & 3 deletions docs/markdown/webui_general.md
Expand Up @@ -5,7 +5,7 @@ Tvheadend is operated primarily through a tabbed web interface.
There are some basic navigation concepts that will help you get around and
make the best of it.

####Page Structure
###Page Structure

The interface is made up of nested tabs, so similar functions are grouped
together (e.g. all configuration items at the top level, then all configuration
Expand All @@ -23,7 +23,7 @@ parameters common to DVB-S, -T, -C and IPTV networks, but specific things
such as FEC rolloff or mux URL are then only in the dialogs for networks
that need these values.

####Displaying and Manipulating Columns
###Displaying and Manipulating Columns

* Not all columns are necessarily visible. If you hover your mouse over a
column heading, you'll see a down arrow - click here, and a drop-down menu
Expand All @@ -44,7 +44,7 @@ that need these values.
* **Re-size** the columns by dragging the very edges of the column header as
required.

####Editing Fields
###Editing Fields

* To edit a cell, double click on it. After a cell is changed, a small red
flag or triangle will appear in the top-left corner to indicate that it
Expand Down

0 comments on commit 0cd00c5

Please sign in to comment.