diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:58:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-02 20:58:02 +0000 |
commit | 29e5383f53d6c31513512511f4ef639c1140c6bc (patch) | |
tree | ab9e7c2fedfab62f2c62e981f580a8b2849a762f /lib/libc/gen | |
parent | 22b6e92aae6ea0d23546dba723905f488492149d (diff) |
remove redundant .Pp macros
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/unvis.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index 71d6579b8a5..61e5f67fe11 100644 --- a/lib/libc/gen/unvis.3 +++ b/lib/libc/gen/unvis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unvis.3,v 1.7 1999/06/03 10:03:24 aaron Exp $ +.\" $OpenBSD: unvis.3,v 1.8 1999/07/02 20:58:00 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -130,7 +130,6 @@ When all bytes in the stream have been processed, call one more time with flag set to .Dv UNVIS_END to extract any remaining character (the character passed in is ignored). -.Pp .Sh EXAMPLES The following code fragment illustrates a proper use of .Fn unvis . |