Skip to content

Commit 18d2f44

Browse files
authored
colon, greater-than, less-than, vertical-bar: set the title to be a symbol (#16927)
1 parent 89b6f7e commit 18d2f44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pages/common/colon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Colon
1+
# :
22

33
> Returns a successful exit status code of 0.
44
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-_003a>.

pages/common/greater-than.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Greater than
1+
# >
22

33
> Redirect output.
44
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Output>.

pages/common/less-than.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Less than
1+
# <
22

33
> Redirect data to `stdin`.
44
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Input>.

pages/common/vertical-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vertical bar
1+
# |
22

33
> Pipe data between programs.
44
> More information: <https://gnu.org/software/bash/manual/bash.html#Pipelines>.

0 commit comments

Comments
 (0)