Convert manpage to use semantic mdoc(7) macros.

This commit is contained in:
Anthony J. Bentley
2015-12-23 21:34:28 -07:00
parent 5ef0195a88
commit d7e6f1647c
+21 -24
View File
@@ -10,27 +10,24 @@
.\" 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. .\" 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
.\" .\"
.\" 3. This notice may not be removed or altered from any source distribution. .\" 3. This notice may not be removed or altered from any source distribution.
.\" .Dd December 23, 2015
.\" Modifications: .Dt LOVE 6
.\" - Update version to 0.9 and remove reference to doc dir .Os LÖVE 0.10.0
.\" - Add fused and version flags .Sh NAME
.Nm love
.TH "LOVE" "6" "0.9.2" .Nd 2D game development framework
.SH "NAME" .Sh SYNOPSIS
love \- 2D game development framework .Nm love
.Op Fl Fl fused
.SH "SYNOPSIS" .Ar game Ns .love
.B love .Pp
[\-\-fused] <\fIgame.love\fR> .Nm love
.PP .Fl Fl version
.B love .Sh DESCRIPTION
\-\-version LÖVE was created to be a user-friendly engine in which simple (or complicated) games could be made without having extensive knowledge of system or graphics functions and without having to dedicate time towards developing the same engine features time and time again.
.PP .Pp
Developed with cross-platform implementation in mind, it utilizes the latest open source libraries to deliver a similar game experience, independent of operating system.
.SH "DESCRIPTION" By relying on the Lua scripting language for game-specific programming, it allows even the novice game creator to quickly and efficiently develop an idea into a fully working game.
LÖVE was created to be a user\-friendly engine in which simple (or complicated) games could be made without having extensive knowledge of system or graphics functions and without having to dedicate time towards developing the same engine features time and time again. .Sh SEE ALSO
.P You can find more information at
Developed with cross\-platform implementation in mind, it utilizes the latest open source libraries to deliver a similar game experience, independent of operating system. By relying on the Lua scripting language for game\-specific programming, it allows even the novice game creator to quickly and efficiently develop an idea into a fully working game. .Lk http://love2d.org/ .
.SH "SEE ALSO"
You can find more information at \fIhttp://love2d.org/\fR