summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-06 03:14:40 -0400
committerIan Moffett <ian@osmora.org>2025-08-06 03:14:40 -0400
commit32c7a023ae1077d7db942c25b1e8bcda2349d6a2 (patch)
treec936442c0bd0cabc33523d1e1462d2e8a3df19bb /share
parent00da2068cc4a7697c34dafea0f25381faeabc67f (diff)
man: cat(1): Add description of flags
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/cat.17
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man1/cat.1 b/share/man/man1/cat.1
index 8214724..1759407 100644
--- a/share/man/man1/cat.1
+++ b/share/man/man1/cat.1
@@ -24,7 +24,7 @@
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
-.Dd Jul 17 2025
+.Dd Aug 6 2025
.Dt CAT 1
.Os HYRA
.Sh NAME
@@ -39,6 +39,11 @@ The
command can be used concatenate files or simply write their contents
to standard output.
+.Bd -literal
+[-n]: Number each line
+[-b]: Number each non-blank line
+.Ed
+
.Sh SEE ALSO
mex(1)