mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
doc: homogenize commands titles
This commit is contained in:
parent
4884a4080e
commit
b8281f1284
11 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-breakpoint:
|
||||
|
||||
breakpoint - Launch debug mode
|
||||
breakpoint - launch debug mode
|
||||
==============================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-emit:
|
||||
|
||||
emit - Emit a generic event
|
||||
emit - emit a generic event
|
||||
===========================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. _cmd-end:
|
||||
|
||||
end - end a block of commands.
|
||||
==============================
|
||||
end - end a block of commands
|
||||
=============================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-fish_update_completions:
|
||||
|
||||
fish_update_completions - Update completions using manual pages
|
||||
fish_update_completions - update completions using manual pages
|
||||
===============================================================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. _cmd-for:
|
||||
|
||||
for - perform a set of commands multiple times.
|
||||
===============================================
|
||||
for - perform a set of commands multiple times
|
||||
==============================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-history:
|
||||
|
||||
history - Show and manipulate command history
|
||||
history - show and manipulate command history
|
||||
=============================================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-math:
|
||||
|
||||
math - Perform mathematics calculations
|
||||
math - perform mathematics calculations
|
||||
=======================================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-prompt_pwd:
|
||||
|
||||
prompt_pwd - Print pwd suitable for prompt
|
||||
prompt_pwd - print pwd suitable for prompt
|
||||
==========================================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.. _cmd-realpath:
|
||||
|
||||
realpath - Convert a path to an absolute path without symlinks
|
||||
realpath - convert a path to an absolute path without symlinks
|
||||
==============================================================
|
||||
|
||||
Synopsis
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. _cmd-set:
|
||||
|
||||
set - display and change shell variables.
|
||||
=========================================
|
||||
set - display and change shell variables
|
||||
========================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. _cmd-source:
|
||||
|
||||
source - evaluate contents of file.
|
||||
===================================
|
||||
source - evaluate contents of file
|
||||
==================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
|
Loading…
Reference in a new issue