From 97d5c458cfa039d857301e1ca7d5af3beb37131d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Apr 2026 16:38:00 -0400 Subject: build: Better Build System --- static/plan9-4e/man1/echo.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/plan9-4e/man1/echo.1 (limited to 'static/plan9-4e/man1/echo.1') diff --git a/static/plan9-4e/man1/echo.1 b/static/plan9-4e/man1/echo.1 new file mode 100644 index 00000000..3500b412 --- /dev/null +++ b/static/plan9-4e/man1/echo.1 @@ -0,0 +1,20 @@ +.TH ECHO 1 +.SH NAME +echo \- print arguments +.SH SYNOPSIS +.B echo +[ +.B -n +] +[ +.I arg ... +] +.SH DESCRIPTION +.I Echo +writes its arguments separated by blanks and terminated by +a newline on the standard output. +Option +.B -n +suppresses the newline. +.SH SOURCE +.B /sys/src/cmd/echo.c -- cgit v1.2.3