From 6510bc7fb6e47e49a1bbc1eb043574f081f7ec0a Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 18 Nov 2020 17:50:29 +0100 Subject: [PATCH] Fix comment line length --- sheets/carthage | 2 +- sheets/dscacheutil | 3 ++- sheets/foo | 2 +- sheets/mathematica | 4 ++-- sheets/ncmpcpp | 8 +++++--- sheets/setup-apkcache | 7 ++++--- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/sheets/carthage b/sheets/carthage index f07778c..7bfa754 100644 --- a/sheets/carthage +++ b/sheets/carthage @@ -11,7 +11,7 @@ carthage update --platform ios # Update dependencies, but don't build any of them carthage update --no-build -# Download and rebuild the current version of dependencies (without updating them) +# Download & rebuild the current version of dependencies (without updating them) carthage bootstrap # Rebuild a specific dependency: diff --git a/sheets/dscacheutil b/sheets/dscacheutil index ccbdc93..0628494 100644 --- a/sheets/dscacheutil +++ b/sheets/dscacheutil @@ -1,5 +1,6 @@ # dscacheutil -# Gather information, statistics and initiate queries to the Directory Service cache. +# Gather information, statistics and initiate queries to +# the Directory Service cache. # Flush the DNS cache # in OS X 10.9 Mavericks diff --git a/sheets/foo b/sheets/foo index 4ad2f1b..95dcc48 100644 --- a/sheets/foo +++ b/sheets/foo @@ -6,7 +6,7 @@ # to the World War II military slang FUBAR, # which evolved through being bowdlerised to foobar -# In this Scheme code sample, foobar is used to illustrate the name of a function: +# In this Scheme sample, foobar is used to illustrate the name of a function: (define foobar (lambda (x) (display x))) diff --git a/sheets/mathematica b/sheets/mathematica index 2ea35ad..9fe6572 100644 --- a/sheets/mathematica +++ b/sheets/mathematica @@ -1,5 +1,5 @@ -# The Wolfram Language is the underlying language originally used in Mathematica, -# but now available for use in multiple contexts. +# The Wolfram Language is the underlying language originally used in +# Mathematica, but now available for use in multiple contexts. # See also: # Mathematica language cheat sheets at /mathematica/ diff --git a/sheets/ncmpcpp b/sheets/ncmpcpp index 7142b53..915c397 100644 --- a/sheets/ncmpcpp +++ b/sheets/ncmpcpp @@ -1,6 +1,8 @@ -# ncmpcpp is an mpd client (compatible with mopidy) with a UI very similar to ncmpc, -# but it provides new useful features such as support for regular expressions for library searches, -# extended song format, items filtering, the ability to sort playlists, and a local filesystem browser. +# ncmpcpp +# An mpd client (compatible with mopidy) with a UI very similar to ncmpc, +# but it provides new useful features such as support for regular expressions +# for library searches, extended song format, items filtering, the ability to +# sort playlists, and a local filesystem browser. # configure ncmpcpp mkdir ~/.ncmpcpp diff --git a/sheets/setup-apkcache b/sheets/setup-apkcache index 6cfc5b6..7f82f40 100644 --- a/sheets/setup-apkcache +++ b/sheets/setup-apkcache @@ -1,10 +1,11 @@ -# apk is the tool used to install, upgrade, or delete software on a running system -# of Alpine Linux package management +# apk is the tool used to install, upgrade, or delete software +# on a running system of Alpine Linux package management # To enable local APK cache run setup-apkcache # If you've installed Alpine to your hard drive (as 'sys'), -# then create a cache dir and then an /etc/apk/cache symlink pointing to that dir: +# then create a cache dir and then an /etc/apk/cache symlink +# pointing to that dir: mkdir -p /var/cache/apk ln -s /var/cache/apk /etc/apk/cache