]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_action.c
mandoc.1 reflects actual use of -f option (schwarze@openbsd.org)
[mandoc.git] / man_action.c
index 6c7b1e42efb3904538bc07d041b3d38506a5ea25..df9cb5f0af50859f9e3e422ebdac7b643d91dc8b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_action.c,v 1.11 2009/06/10 20:18:43 kristaps Exp $ */
+/*     $Id: man_action.c,v 1.12 2009/06/16 19:55:28 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -36,7 +36,7 @@ static        int       post_TH(struct man *);
 static time_t    man_atotime(const char *);
 
 const  struct actions man_actions[MAN_MAX] = {
-       { NULL }, /* __ */
+       { NULL }, /* br */
        { post_TH }, /* TH */
        { NULL }, /* SH */
        { NULL }, /* SS */
@@ -57,7 +57,6 @@ const struct actions man_actions[MAN_MAX] = {
        { NULL }, /* I */
        { NULL }, /* IR */
        { NULL }, /* RI */
-       { NULL }, /* br */
        { NULL }, /* na */
        { NULL }, /* i */
 };