Deleted Added
full compact
manlinks.sed (166124) manlinks.sed (176187)
1# $Id: manlinks.sed,v 1.12 2003/12/20 13:17:56 tom Exp $
1# $Id: manlinks.sed,v 1.13 2008/01/19 23:31:17 tom Exp $
2##############################################################################
2##############################################################################
3# Copyright (c) 2000-2002,2003 Free Software Foundation, Inc. #
3# Copyright (c) 2000-2003,2008 Free Software Foundation, Inc. #
4# #
5# Permission is hereby granted, free of charge, to any person obtaining a #
6# copy of this software and associated documentation files (the "Software"), #
7# to deal in the Software without restriction, including without limitation #
8# the rights to use, copy, modify, merge, publish, distribute, distribute #
9# with modifications, sublicense, and/or sell copies of the Software, and to #
10# permit persons to whom the Software is furnished to do so, subject to the #
11# following conditions: #

--- 18 unchanged lines hidden (view full) ---

30# listed in the "NAME" section, i.e., the names that we would like to use
31# as aliases for the manpage -T.Dickey
32#
33# eliminate formatting controls that get in the way
34/^'\\"/d
35/\.\\"/d
36/^\.br/d
37/^\.sp/d
4# #
5# Permission is hereby granted, free of charge, to any person obtaining a #
6# copy of this software and associated documentation files (the "Software"), #
7# to deal in the Software without restriction, including without limitation #
8# the rights to use, copy, modify, merge, publish, distribute, distribute #
9# with modifications, sublicense, and/or sell copies of the Software, and to #
10# permit persons to whom the Software is furnished to do so, subject to the #
11# following conditions: #

--- 18 unchanged lines hidden (view full) ---

30# listed in the "NAME" section, i.e., the names that we would like to use
31# as aliases for the manpage -T.Dickey
32#
33# eliminate formatting controls that get in the way
34/^'\\"/d
35/\.\\"/d
36/^\.br/d
37/^\.sp/d
38/typedef/d
38s/^\.IX//
39s/\\f.//g
40s/[:,]/ /g
41#
42# eliminate unnecessary whitespace, convert multiple blanks to single space
43s/^[ ][ ]*//
44s/[ ][ ]*$//
45s/[ ][ ]*/ /g

--- 56 unchanged lines hidden ---
39s/^\.IX//
40s/\\f.//g
41s/[:,]/ /g
42#
43# eliminate unnecessary whitespace, convert multiple blanks to single space
44s/^[ ][ ]*//
45s/[ ][ ]*$//
46s/[ ][ ]*/ /g

--- 56 unchanged lines hidden ---