Paintballskaguy / atlas-simple_shell

0 stars 0 forks source link

Man Page - shell #9

Open Paintballskaguy opened 2 months ago

Paintballskaguy commented 2 months ago

.\" Copyright (c) 2024 by Jose N. Olmos (jose.n.olmos@outlook.com) .TH ITEM 0 2024-07-01 "TEAM MEMBERS" "Atlas Programmer's Manual"

.SH NAME item - quick ref

.SH SYNOPSIS .nf .B #include .PP .BI "int func(int " c "); .fi

.SH DESCRIPTION description

.SS Subsection subsection text

.EX an example where code would be written out. followed by (EE) example end .EE

.RS -4 Relative (Indent -4) Start .RE .PP regular paragraph .RS 4 Relative (Indent 4) Start .RE

.TP 4 tagged paragraph

.TP .B o description of option o. .TP .B A description of option A.

.SH RETURN VALUE return value

.SH ATTRIBUTES attributes

.SH CONFORMING TO Betty Style, Nicole Standards

.SH NOTES notes .B bold text .BI "alternate bold "and " then "italic .BR alternate bold and then regular .IR alternate italic and then regular .I just an italic sentence

.SH BUGS bugs

.SH EXAMPLES examples

.SH SEE ALSO .BR otheritem (0),

.SH COLOPHON colophon

Paintballskaguy commented 2 months ago

Need to use the template to complete our man page.