diff options
author | 2006-05-26 17:32:19 +0000 | |
---|---|---|
committer | 2006-05-26 17:32:19 +0000 | |
commit | c11abf7ad214a6a810fd2ac8fb70b733b28bdb5a (patch) | |
tree | 12bb2fd59f6717b07684f8611cb2a8a80a21bd50 | |
parent | remove references to CRTs where they no longer make sense; (diff) | |
download | wireguard-openbsd-c11abf7ad214a6a810fd2ac8fb70b733b28bdb5a.tar.xz wireguard-openbsd-c11abf7ad214a6a810fd2ac8fb70b733b28bdb5a.zip |
tidy up SYNOPSIS and EXAMPLES;
-rw-r--r-- | usr.bin/colcrt/colcrt.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index e18615b000a..1fccadc02a3 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: colcrt.1,v 1.11 2006/05/26 17:26:33 jmc Exp $ +.\" $OpenBSD: colcrt.1,v 1.12 2006/05/26 17:32:19 jmc Exp $ .\" $NetBSD: colcrt.1,v 1.3 1995/03/26 05:30:59 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -39,7 +39,7 @@ .Sh SYNOPSIS .Nm colcrt .Op Fl -.Op Fl \&2 +.Op Fl 2 .Op Ar .Sh DESCRIPTION .Nm @@ -71,9 +71,9 @@ contains superscripts and subscripts which would otherwise be invisible. .Sh EXAMPLES A typical use of .Nm -would be -.Bd -literal -$ tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more +would be: +.Bd -literal -offset indent +$ tbl exum2.n | nroff -ms | colcrt - | more .Ed .Sh SEE ALSO .Xr col 1 , |