summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-29 01:27:22 -0400
committerJune McEnroe <june@causal.agency>2019-10-29 01:27:22 -0400
commit2d7bca60e773b9f18f7379dd0cff08f85739b1aa (patch)
treeff2eaa47ccd118ba79c464f15a0312847dc29f3f
parentDocument lack of channel distinction caveat (diff)
downloadpounce-2d7bca60e773b9f18f7379dd0cff08f85739b1aa.tar.gz
pounce-2d7bca60e773b9f18f7379dd0cff08f85739b1aa.zip
Sort standards in manual page
-rw-r--r--pounce.164
1 files changed, 32 insertions, 32 deletions
diff --git a/pounce.1 b/pounce.1
index 33ff563..82cc6de 100644
--- a/pounce.1
+++ b/pounce.1
@@ -201,18 +201,8 @@ daemon implements the following:
 .Bl -item
 .It
 .Rs
-.%A C. Kalt
-.%T Internet Relay Chat: Client Protocol
-.%I IETF
-.%N RFC 2812
-.%D April 2000
-.%U https://tools.ietf.org/html/rfc2812
-.Re
-.
-.It
-.Rs
-.%A L. Hardy
 .%A E. Brocklesby
+.%A L. Hardy
 .%A K. Mitchell
 .%T IRC RPL_ISUPPORT Numeric Definition
 .%I IETF
@@ -222,9 +212,20 @@ daemon implements the following:
 .
 .It
 .Rs
-.%A Kevin L. Mitchell
-.%A Perry Lorier
+.%A Kyle Fuller
+.%A St\('ephan Kochen
+.%A Alexey Sokolov
+.%A James Wheare
+.%T IRCv3.2 server-time Extension
+.%I IRCv3 Working Group
+.%U https://ircv3.net/specs/extensions/server-time-3.2
+.Re
+.
+.It
+.Rs
 .%A Lee Hardy
+.%A Perry Lorier
+.%A Kevin L. Mitchell
 .%A William Pitcock
 .%T IRCv3.1 Client Capability Negotiation
 .%I IRCv3 Working Group
@@ -233,19 +234,29 @@ daemon implements the following:
 .
 .It
 .Rs
-.%A St\('ephan Kochen
-.%A Alexey Sokolov
-.%A Kyle Fuller
-.%A James Wheare
-.%T IRCv3.2 server-time Extension
-.%I IRCv3 Working Group
-.%U https://ircv3.net/specs/extensions/server-time-3.2
+.%A S. Josefsson
+.%Q SJD
+.%T The Base16, Base32, and Base64 Data Encodings
+.%I IETF
+.%N RFC 4648
+.%D October 2006
+.%U https://tools.ietf.org/html/rfc4648
+.Re
+.
+.It
+.Rs
+.%A C. Kalt
+.%T Internet Relay Chat: Client Protocol
+.%I IETF
+.%N RFC 2812
+.%D April 2000
+.%U https://tools.ietf.org/html/rfc2812
 .Re
 .
 .It
 .Rs
-.%A Jilles Tjoelker
 .%A William Pitcock
+.%A Jilles Tjoelker
 .%T IRCv3.1 SASL Authentication
 .%I IRCv3 Working Group
 .%U https://ircv3.net/specs/extensions/sasl-3.1.html
@@ -261,17 +272,6 @@ daemon implements the following:
 .%D August 2006
 .%U https://tools.ietf.org/html/rfc4616
 .Re
-.
-.It
-.Rs
-.%A S. Josefsson
-.%Q SJD
-.%T The Base16, Base32, and Base64 Data Encodings
-.%I IETF
-.%N RFC 4648
-.%D October 2006
-.%U https://tools.ietf.org/html/rfc4648
-.Re
 .El
 .
 .Sh AUTHORS
2:01 -0500'>2019-12-19Remove READMEJune McEnroe 2019-12-16Update submodule URLJune McEnroe 2019-12-15Use symlink for README.3June McEnroe 2019-08-27Show game number in titleJune McEnroe 2019-08-27Replicate the FreeCell LCG and deal algorithmJune McEnroe 2019-08-26Move as deep a stack as possible to empty columnsJune McEnroe 2019-08-26Simplify card and stack function namesJune McEnroe 2019-08-26Clean up namingJune McEnroe 2019-08-25Rewrite FreeCellJune McEnroe With move sequencing! 2019-08-25Build with cards submoduleJune McEnroe 2019-08-25Add cards submoduleJune McEnroe 2019-08-25Remove files from cards repoJune McEnroe 2019-08-22Add READMEJune McEnroe 2019-08-22Add exampleJune McEnroe 2019-08-22Add FILES sectionJune McEnroe 2019-08-22Remove gamesJune McEnroe 2019-04-04Mark card functions inlineJune McEnroe 2019-04-04Add listClearJune McEnroe 2019-04-03Tweak mouseButtonUp code a bitJune McEnroe It's still kind of confusing. 2019-04-03Check gameAvail on double-clickJune McEnroe 2019-04-02Select and move cards on mouse upJune McEnroe 2019-04-01Add idSkipJune McEnroe In Windows 95 FREECELL.EXE, the resource IDs are changed to 403, 404 and 405. For some reason. 2019-03-31Fix weird typoJune McEnroe What the hell. 2019-03-30Add undo to freecellJune McEnroe 2019-03-29Replace path.h with asset.hJune McEnroe 2019-03-29Add king win faceJune McEnroe 2019-03-29Change king face directionJune McEnroe 2019-03-29Load king bitmaps in freecellJune McEnroe