From caeb5fcb70a9f02af86caa9ddbf60aa4ccdb7585 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Wed, 13 Nov 2019 00:40:13 +0100 Subject: [PATCH] Syntax fixes in service.1. --- doc/service.1.scd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/service.1.scd b/doc/service.1.scd index e33bc93..4556b85 100644 --- a/doc/service.1.scd +++ b/doc/service.1.scd @@ -22,8 +22,8 @@ service - system services control and querying interface # DESCRIPTION -**service** is a tool that starts, stops, lists, queries, creates or removes system services. -**service** abstracts their configuration and handles their dependencies to one another. +*service* is a tool that starts, stops, lists, queries, creates or removes system services. +*service* abstracts their configuration and handles their dependencies to one another. Some general concepts about WeirdOS’ services management and boot procedure can be found in *service*(7). @@ -60,7 +60,7 @@ An example for this is a static website that depends on a web server: if the web service add [options] -The **service add** command can be used to create a service. +The *service add* command can be used to create a service. Only services that have been “added” to the list of known services can be started. It takes as first parameter the *id* of the service to create. @@ -71,7 +71,7 @@ The service type defaults to the name of the service to be created. service del [options] -The **service del** command removes a service from the system. +The *service del* command removes a service from the system. Be careful, as this command also removes its configuration and data. *service del* will not let you remove services that are being depended on unless you provide a `--force` flag.