From c7126c40762817bc4d2d6b2455bd330cf4a1f27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 13 Aug 2020 18:34:44 +0200 Subject: [PATCH] doc: footclient.1: move DESCRIPTION up before OPTIONS --- doc/footclient.1.scd | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/footclient.1.scd b/doc/footclient.1.scd index dad93ed3..5da91119 100644 --- a/doc/footclient.1.scd +++ b/doc/footclient.1.scd @@ -10,6 +10,16 @@ footclient - start new terminals in a foot server All trailing (non-option) arguments are treated as a command, and its arguments, to execute (instead of the default shell). +# DESCRIPTION + +*footclient* is used together with *foot*(1) in *--server* +mode. + +Running it without arguments will open a new terminal window (hosted +in the foot server), with your default shell. The exit code will be +that of the terminal (thus, *footclient* does not exit until the +terminal has terminated). + # OPTIONS *-t*,*--term*=_TERM_ @@ -46,16 +56,6 @@ arguments, to execute (instead of the default shell). *-v*,*--version* Show the version number and quit -# DESCRIPTION - -*footclient* is used together with *foot*(1) in *--server* -mode. - -Running it without arguments will open a new terminal window (hosted -in the foot server), with your default shell. The exit code will be -that of the terminal (thus, *footclient* does not exit until the -terminal has terminated). - # SEE ALSO *foot*(1)