From b798fa0ff634accf571aac28b2aff4bf5c0904d2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 1 Jan 2016 05:28:49 -0500 Subject: fix a missing word in a comment --- network-online | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'network-online') diff --git a/network-online b/network-online index 484567b..e04eee9 100755 --- a/network-online +++ b/network-online @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright © 2015 Luke Shumaker +# Copyright © 2015-2016 Luke Shumaker # This work is free. You can redistribute it and/or modify it under the # terms of the Do What The Fuck You Want To Public License, Version 2, # as published by Sam Hocevar. See the COPYING file for more details. @@ -11,7 +11,8 @@ fifo=/run/network-online/"$2" PS4="$mode: " # Use a named pipe (fifo) as an inter-process synchronization -# mechanism; a call to block_{a,b} blocks its counterpart is run. +# mechanism; a call to block_{a,b} blocks until its counterpart is +# run. block_a() { cat "$fifo" >/dev/null } -- cgit v1.2.3