diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:28:37 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:10 -0400 |
commit | 9f65d8e25195a603356eb785259906c195520eeb (patch) | |
tree | 4c1bf7ae64f9919bbad75a05a9c69efcc6f0ac9a /system/pause | |
parent | 97ee0184f4fa5eaf67a537e5c0b046f5364e18b1 (diff) |
system/pause: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/pause')
-rw-r--r-- | system/pause/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/pause/README b/system/pause/README index 034fd18a3cd69..13ccb9ad4e8d5 100644 --- a/system/pause/README +++ b/system/pause/README @@ -2,7 +2,7 @@ pause (don't exit, efficiently) pause waits to be terminated by a signal. -It can be used when service supervision is used but there is no long-running -program to supervise. +It can be used when service supervision is used but there is no +long-running program to supervise. pause uses minimal system resources. |