Fix command section separator line lengths

This commit is contained in:
ridiculousfish
2019-01-02 20:10:47 -08:00
parent 0e936198db
commit c8dc306b18
85 changed files with 287 additions and 287 deletions

View File

@@ -1,5 +1,5 @@
open - open file in its default application
==========================================
===========================================
Synopsis
--------
@@ -8,7 +8,7 @@ open FILES...
Description
------------
-----------
``open`` opens a file in its default application, using the appropriate tool for the operating system. On GNU/Linux, this requires the common but optional ``xdg-open`` utility, from the ``xdg-utils`` package.
@@ -16,6 +16,6 @@ Note that this function will not be used if a command by this name exists (which
Example
------------
-------
``open *.txt`` opens all the text files in the current directory using your system's default text editor.