Browse Source

Add fused and version flags to love manpage

Bart van Strien 11 years ago
parent
commit
e92be92900
1 changed files with 12 additions and 2 deletions
  1. 12 2
      platform/unix/love.1

+ 12 - 2
platform/unix/love.1

@@ -1,4 +1,5 @@
 .\" (c) 2008-2011 Miriam Ruiz <[email protected]>
 .\" (c) 2008-2011 Miriam Ruiz <[email protected]>
+.\" (c) 2013 Bart van Strien <[email protected]>
 .\"
 .\"
 .\" This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damagesarising from the use of this software.
 .\" This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damagesarising from the use of this software.
 .\"
 .\"
@@ -11,16 +12,25 @@
 .\" 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.
 .\"
 .\"
 .\" Modifications:
 .\" Modifications:
-.\" - Update version to 0.9 and remove reference to doc dir - Bart van Strien, 2013
+.\" - Update version to 0.9 and remove reference to doc dir
+.\" - Add fused and version flags
+
 .TH "LÖVE" "1" "0.9" "" ""
 .TH "LÖVE" "1" "0.9" "" ""
 .SH "NAME"
 .SH "NAME"
 love \- 2D game development framework
 love \- 2D game development framework
+
 .SH "SYNOPSIS"
 .SH "SYNOPSIS"
 .B love
 .B love
-<\fIgame.love\fR>
+[--fused] <\fIgame.love\fR>
+.PP
+.B love
+--version
+.PP
+
 .SH "DESCRIPTION"
 .SH "DESCRIPTION"
 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.
 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.
 .P
 .P
 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.
 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.
+
 .SH "SEE ALSO"
 .SH "SEE ALSO"
 You can find more information at \fIhttp://love2d.org/\fR
 You can find more information at \fIhttp://love2d.org/\fR