Skip to content

Commit

Permalink
Cleaned up some typos are per email from : Stéphane Aulery <saulery@f…
Browse files Browse the repository at this point in the history
…ree.fr>
  • Loading branch information
mischat committed Mar 21, 2015
1 parent 2305d67 commit f33a9c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions man/4s-cluster-destroy.1
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ $
.Nm
demo
.sp
Delete the "demo" knowledgebase. This will completly erase the data in the KB,
Delete the "demo" knowledgebase. This will completely erase the data in the KB,
so use with care.
.Xr 4s-cluster-start 1 .
.Sh CAVEATS
If the kb is currently running then it will not be stopped, so the detached backed processes will persist past the detroy operation.
If the kb is currently running then it will not be stopped, so the detached backed processes will persist past the destroy operation.
.Xr 4s-cluster-info 1
can be used to check what KBs are curretnly running.
can be used to check what KBs are currently running.
.Sh SEE ALSO
.Xr 4s-cluster-create 1 ,
.Xr 4s-cluster-start 1 ,
Expand Down
10 changes: 5 additions & 5 deletions man/4s-query.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Set the format to output results it, options are "sparql", "text", "json", and "
.It Fl "O, \-\-opt-level"
Set the optimisation level of the query engine, in the range 0-3.
.It Fl "I, \-\-insert"
Treat CONSTRUCT statements as INSERT statements. This feature is highly experimental and largly untested.
Treat CONSTRUCT statements as INSERT statements. This feature is highly experimental and largely untested.
.It Fl "r, \-\-restricted"
Enable query complexity restriction mode
.It Fl "s, \-\-soft-limit"
Expand All @@ -32,19 +32,19 @@ Enable SPARQL default graph support
.It Fl "b, \-\-base"
Set base URI for queries
.It Fl "e, \-\-explain"
Return an explanation of the query planner's descisions
Return an explanation of the query planner's decisions
.It Fl "P"
Enable programatic IO mode
.El
.Sh INTERACTIVE MODE
If
.Op query
is ommited then
is omitted then
.Nm
goes into interactive mode, suitable for trying queries from the command line.
.sp
.Fl P
enables programatic interactive mode, suitable for infacing with processes via
enables programmatic interactive mode, suitable for interfacing with processes via
stdin and stdout. Queries are sent as UTF-8 bytes, terminated with
"#EOQ" on a line of it's own, results are returned, ending with "#EOR".
Interacting with 4store in this way is more efficient than using the SPARQL
Expand All @@ -58,7 +58,7 @@ protocol, but non-standard.
.Nm
implements the SPARQL Query Language specification (aka. SPARQL/Query 1.0) and the SPARQL Result Format specification (aka. SPARQL/Results 1.0).
.sp
Default graph support is no normally enabled, the \-\-default\-graph turns it on, as does speicfying FROM <default:> in the query. Data loaded with
Default graph support is no normally enabled, the \-\-default\-graph turns it on, as does specifying FROM <default:> in the query. Data loaded with
.sp
$ 4s-import
.Ar kb
Expand Down

0 comments on commit f33a9c2

Please sign in to comment.