pages.es/*: fix conjugation of descriptions (#12002)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Alejandro Cervera
2024-01-07 05:44:17 -05:00
committed by GitHub
parent 309c097d02
commit 7cee84a707
289 changed files with 336 additions and 336 deletions

View File

@@ -1,7 +1,7 @@
# sed
> Edita texto de manera programable.
> Ver también: `awk`, `ed`.
> Vea también: `awk`, `ed`.
> Más información: <https://keith.github.io/xcode-man-pages/sed.1.html>.
- Reemplaza todas las veces que aparece `apple` (regex básico) por `mango` (regex básico) en todas las líneas de entrada e imprime el resultado en `stdout`: