From 7dd7e9890d9671522a535999d40e0970f883cbbf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 7 Dec 2010 00:08:53 +0000 Subject: Complete the merge of bsd.lv version 1.10.7: No more functional changes, just sync ordering, comments and white space. --- usr.bin/mandoc/man_term.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/mandoc/man_term.c') 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 * Copyright (c) 2010 Ingo Schwarze @@ -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) -- cgit v1.2.3