]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.h
In the SYNOPSIS, .Nm at the beginning of an input line starts
[mandoc.git] / man.h
diff --git a/man.h b/man.h
index 6f8fa013e6a6d0a7b4642f138cfb0460a6289dcb..dfe6c5a7b5f90d35c54bed941c4f5d97cc40bada 100644 (file)
--- a/man.h
+++ b/man.h
@@ -1,6 +1,6 @@
-/*     $Id: man.h,v 1.36 2010/05/26 14:03:54 kristaps Exp $ */
+/*     $Id: man.h,v 1.40 2010/06/27 16:18:13 kristaps Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 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
@@ -106,7 +106,7 @@ __BEGIN_DECLS
 struct man;
 
 void             man_free(struct man *);
-struct man      *man_alloc(void *, int, mandocmsg);
+struct man      *man_alloc(struct regset *, void *, int, mandocmsg);
 void             man_reset(struct man *);
 int              man_parseln(struct man *, int, char *, int);
 int              man_endparse(struct man *);