diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-07-03 14:24:34 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-07-03 10:15:26 +0000 |
commit | 9aa62bda46bf7f9de91a95c31fa09dafd23def37 () | |
tree | 529008c08c1bfcca11f1046af18e3cd02a88b4f8 | |
parent | 777fcd18a757e512b32f304829869ae8244ae264 (diff) |
[ruby/shellwords] [DOC] Beautify links and formats
https://.com/ruby/shellwords/commit/53e6ef2e71
-rw-r--r-- | lib/shellwords.rb | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -5,9 +5,9 @@ # This module manipulates strings according to the word parsing rules # of the UNIX Bourne shell. # -# The shellwords() function was originally a port of shellwords.pl, -# but modified to conform to the Shell & Utilities volume of the IEEE -# Std 1003.1-2008, 2016 Edition [1]. # # === Usage # @@ -62,10 +62,6 @@ # # === Contact # * Akinori MUSHA <[email protected]> (current maintainer) -# -# === Resources -# -# 1: {IEEE Std 1003.1-2008, 2016 Edition, the Shell & Utilities volume}[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html] module Shellwords # The version number string. |