summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ident.1
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rcs/ident.1')
-rw-r--r--usr.bin/rcs/ident.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/ident.1 b/usr.bin/rcs/ident.1
index e768e22dc80..f46734e2e59 100644
--- a/usr.bin/rcs/ident.1
+++ b/usr.bin/rcs/ident.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ident.1,v 1.4 2006/04/19 11:08:23 jmc Exp $
+.\" $OpenBSD: ident.1,v 1.5 2006/04/24 16:16:56 jmc Exp $
.\"
.\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl qV
-.Op Ar file ...
+.Ar
.Sh DESCRIPTION
The
.Nm
@@ -47,7 +47,7 @@ Display version information and exit.
Given the following source code in file
.Pa foo.c :
.Bd -literal -offset indent
-#include <stdio.h>
+#include \*(Ltstdio.h\*(Gt
static char const rcsid[] =
"$\&Id: foo.c,v 1.2 2005/11/18 09:34:51 xsa Exp $";