diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-12-07 00:08:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-12-07 00:08:53 +0000 |
commit | 7dd7e9890d9671522a535999d40e0970f883cbbf (patch) | |
tree | cbc0ef5c09bbb3e71747e477fc98260daa5e41f3 /usr.bin/mandoc/man_term.c | |
parent | 67de4b6243d14565beae59c8d441b6da38f7a4bd (diff) |
Complete the merge of bsd.lv version 1.10.7:
No more functional changes, just sync ordering, comments and white space.
Diffstat (limited to 'usr.bin/mandoc/man_term.c')
-rw-r--r-- | usr.bin/mandoc/man_term.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/mandoc/man_term.c b/usr.bin/mandoc/man_term.c index 1a4280fc81b..ddd9bfbb147 100644 --- a/usr.bin/mandoc/man_term.c +++ b/usr.bin/mandoc/man_term.c @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.54 2010/12/06 22:43:54 schwarze Exp $ */ +/* $Id: man_term.c,v 1.55 2010/12/07 00:08:52 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org> @@ -260,7 +260,6 @@ pre_literal(DECL_ARGS) return(1); } - /* ARGSUSED */ static int pre_alternate(DECL_ARGS) @@ -313,7 +312,6 @@ pre_alternate(DECL_ARGS) return(0); } - /* ARGSUSED */ static int pre_B(DECL_ARGS) @@ -323,7 +321,6 @@ pre_B(DECL_ARGS) return(1); } - /* ARGSUSED */ static int pre_ft(DECL_ARGS) @@ -365,7 +362,6 @@ pre_ft(DECL_ARGS) return(0); } - /* ARGSUSED */ static int pre_in(DECL_ARGS) |