From 9f682a0c5a47e3489d5bd1ec925cff1c84646df3 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sat, 9 Jul 2016 14:23:27 +0100 Subject: [PATCH] functionObjects::systemCall: Updated documentation --- .../utilities/systemCall/systemCall.H | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/functionObjects/utilities/systemCall/systemCall.H b/src/functionObjects/utilities/systemCall/systemCall.H index 66efeac5cc..556c2c2c8c 100644 --- a/src/functionObjects/utilities/systemCall/systemCall.H +++ b/src/functionObjects/utilities/systemCall/systemCall.H @@ -40,7 +40,7 @@ Description systemCall1 { type systemCall; - libs ("libsystemCall.so"); + libs ("libutilityFunctionObjects.so"); ... executeCalls ( @@ -61,11 +61,11 @@ Description Usage \table - Property | Description | Required | Default value - type | type name: systemCall | yes | - executeCalls | list of calls on execute | yes | - writeCalls | list of calls on write | yes | - endCalls | list of calls on end | yes | + Property | Description | Required | Default value + type | type name: systemCall | yes | + executeCalls | list of calls on execute | yes | + writeCalls | list of calls on write | yes | + endCalls | list of calls on end | yes | \endtable Note