You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/11/17 10:04:12 UTC

svn commit: r1846791 - /jena/site/trunk/content/documentation/fuseki2/data-access-control.md

Author: andy
Date: Sat Nov 17 10:04:12 2018
New Revision: 1846791

URL: http://svn.apache.org/viewvc?rev=1846791&view=rev
Log:
Editorial

Modified:
    jena/site/trunk/content/documentation/fuseki2/data-access-control.md

Modified: jena/site/trunk/content/documentation/fuseki2/data-access-control.md
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/fuseki2/data-access-control.md?rev=1846791&r1=1846790&r2=1846791&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/fuseki2/data-access-control.md (original)
+++ jena/site/trunk/content/documentation/fuseki2/data-access-control.md Sat Nov 17 10:04:12 2018
@@ -35,8 +35,8 @@ Https support is configured from the fus
 
 | Argument |    |  |
 |----------|----|--|
-| `--https=`         | Name of file for certificate details.   | |
-| `--httpsPort`     | The port for https   | Default: 3043 |
+| `--https=<i>SETUP</i>`         | Name of file for certificate details.   | |
+| `--httpsPort=<i>PORT</i>`     | The port for https   | Default: 3043 |
 
 The `--https` argument names a file in JSON which includes the name of
 the certificate file and password for the certificate.
@@ -104,10 +104,10 @@ details.  This section is a breif summar
 | curl argument  | Value |--|
 |----------------|-------|--|
 | `-n`, `--netrc` | |  Take passwords from `.netrc` (`_netrc` on windows) |
-| `--user=`   | `user:password` | Set the uses and password (visible to all on the local machine) |
-| `--anyauth` |  | Use server nominated authentication scheme            |
-| `--basic`   |  | Use HTTP basic auth                                   |
-| `--digest`  |  | USe HTTP digest auth                                  |
+| `--user=`       | `user:password` | Set the uses and password (visible to all on the local machine) |
+| `--anyauth`     |  | Use server nominated authentication scheme            |
+| `--basic`       |  | Use HTTP basic auth                                   |
+| `--digest`      |  | Use HTTP digest auth                                  |
 | `-k`, `--insecure` |  | Don't check HTTPS certifcate. This allows for self-signed or expired, certificates or ones with the wrong host name. |
 
 ### Using `wget`
@@ -125,7 +125,7 @@ details.  This section is a breif summar
 ## Access Control Lists {#acl}
 
 ACLs can be applied to the server as a whole, to a dataset, to endpoints, and to
-graphs within a dataset. Thsi section covers server, dataset and endpoint access control
+graphs within a dataset. This section covers server, dataset and endpoint access control
 lists. Graph-level access control is [covered below](#graph-acl).
 
 Access control lists (ACL) as part of the server configuration file.