[ruby/shellwords] [DOC] Beautify links and formats
https://github.com/ruby/shellwords/commit/53e6ef2e71
This commit is contained in:
parent
777fcd18a7
commit
9aa62bda46
@ -5,9 +5,9 @@
|
|||||||
# This module manipulates strings according to the word parsing rules
|
# This module manipulates strings according to the word parsing rules
|
||||||
# of the UNIX Bourne shell.
|
# of the UNIX Bourne shell.
|
||||||
#
|
#
|
||||||
# The shellwords() function was originally a port of shellwords.pl,
|
# The <tt>shellwords()</tt> function was originally a port of shellwords.pl, but
|
||||||
# but modified to conform to the Shell & Utilities volume of the IEEE
|
# modified to conform to {the Shell & Utilities volume of the IEEE Std 1003.1-2008, 2016
|
||||||
# Std 1003.1-2008, 2016 Edition [1].
|
# Edition}[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html]
|
||||||
#
|
#
|
||||||
# === Usage
|
# === Usage
|
||||||
#
|
#
|
||||||
@ -62,10 +62,6 @@
|
|||||||
#
|
#
|
||||||
# === Contact
|
# === Contact
|
||||||
# * Akinori MUSHA <knu@iDaemons.org> (current maintainer)
|
# * Akinori MUSHA <knu@iDaemons.org> (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
|
module Shellwords
|
||||||
# The version number string.
|
# The version number string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user