Deleted Added
full compact
lpf.c (22997) lpf.c (50479)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

34#ifndef lint
35static char copyright[] =
36"@(#) Copyright (c) 1983, 1993\n\
37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41static char sccsid[] = "From: @(#)lpf.c 8.1 (Berkeley) 6/6/93";
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

34#ifndef lint
35static char copyright[] =
36"@(#) Copyright (c) 1983, 1993\n\
37 The Regents of the University of California. All rights reserved.\n";
38#endif /* not lint */
39
40#ifndef lint
41static char sccsid[] = "From: @(#)lpf.c 8.1 (Berkeley) 6/6/93";
42static char id[] = "$Id$";
42static char id[] = "$FreeBSD: head/usr.sbin/lpr/filters/lpf.c 50479 1999-08-28 01:35:59Z peter $";
43#endif /* not lint */
44
45/*
46 * filter which reads the output of nroff and converts lines
47 * with ^H's to overwritten lines. Thus this works like 'ul'
48 * but is much better: it can handle more than 2 overwrites
49 * and it is written with some style.
50 * modified by kls to use register references instead of arrays

--- 169 unchanged lines hidden ---
43#endif /* not lint */
44
45/*
46 * filter which reads the output of nroff and converts lines
47 * with ^H's to overwritten lines. Thus this works like 'ul'
48 * but is much better: it can handle more than 2 overwrites
49 * and it is written with some style.
50 * modified by kls to use register references instead of arrays

--- 169 unchanged lines hidden ---