-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFirstTakeHomeProjectPartB.1
More file actions
34 lines (34 loc) · 1.7 KB
/
FirstTakeHomeProjectPartB.1
File metadata and controls
34 lines (34 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.\"Modified from man(1) of FreeBSD, the NetBSD mdoc.template, and mdoc.samples.
.\"See Also:
.\"man mdoc.samples for a complete listing of options
.\"man mdoc for the short list of editing options
.\"/usr/share/misc/mdoc.template
.Dd 5/31/12 \" DATE
.Dt FirstTakeHomeProjectPartB 1 \" Program name and manual section number
.Os Darwin
.Sh NAME \" Section Header - required - don't modify
.Nm FirstTakeHomeProjectPartB
.\" The following lines are read in generating the apropos(man -k) database. Use only key
.\" words here as the database is built based on the words here and in the .ND line.
.\" Use .Nm macro to designate other names for the documented program.
.Sh SYNOPSIS \" Section Header - required - don't modify
.Nm
.Sh DESCRIPTION \" Section Header - required - don't modify
Tells you what quadrant a point is in based on its coordinates. It runs interactively, so just enter what the prompts ask for.
.Sh FILES \" File used or created by the topic of the man page
.Bl -tag -width "FirstTakeHomeProjectPartB" -compact
.It Pa /usr/local/share/man/man1/FirstTakeHomeProjectPartB.1
.El \" Ends the list
.\" .Sh DIAGNOSTICS \" May not be needed
.\" .Bl -diag
.\" .It Diagnostic Tag
.\" Diagnostic informtion here.
.\" .It Diagnostic Tag
.\" Diagnostic informtion here.
.\" .El
.Sh SEE ALSO
.\" List links in ascending order by section, alphabetically within a section.
.\" Please do not reference files that do not exist without filing a bug report
.Xr FirstTakeHomeProjectPartB 1
.\" .Sh BUGS \" Document known, unremedied bugs
.\" .Sh HISTORY \" Document history if command behaves in a unique manner