]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_macro.c
In the SYNOPSIS, .Nm at the beginning of an input line starts
[mandoc.git] / man_macro.c
index da56081225edbb268f06472644e0901374879b57..bf36e79989fd86c232db767398e5b4bda3a5769a 100644 (file)
@@ -1,6 +1,6 @@
-/*     $Id: man_macro.c,v 1.46 2010/05/17 22:11:42 kristaps Exp $ */
+/*     $Id: man_macro.c,v 1.48 2010/06/26 16:07:08 kristaps Exp $ */
 /*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -290,6 +290,7 @@ blk_close(MACRO_PROT_ARGS)
 }
 
 
+/* ARGSUSED */
 int
 blk_exp(MACRO_PROT_ARGS)
 {
@@ -341,6 +342,7 @@ blk_exp(MACRO_PROT_ARGS)
  * scopes, such as `SH' closing out an `SS', are defined in the rew
  * routines.
  */
+/* ARGSUSED */
 int
 blk_imp(MACRO_PROT_ARGS)
 {
@@ -398,6 +400,7 @@ blk_imp(MACRO_PROT_ARGS)
 }
 
 
+/* ARGSUSED */
 int
 in_line_eoln(MACRO_PROT_ARGS)
 {