diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-03 00:18:06 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-01-03 00:18:06 +0000 |
commit | 9addfd3d9f392f474738387fe9d30561dd7f6d91 (patch) | |
tree | 5c1c520ed1dba787b7457b763ab70d7c4f2c34f0 /usr.bin | |
parent | f95ba9fa5d5ccecbae449a3fbe7065fd82b4bbd9 (diff) |
.Sh "SEE ALSO" -> .Sh SEE ALSO; pjanzen@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compile_et/compile_et.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/compile_et/compile_et.1 b/usr.bin/compile_et/compile_et.1 index eff37f720e5..eefe9bdf576 100644 --- a/usr.bin/compile_et/compile_et.1 +++ b/usr.bin/compile_et/compile_et.1 @@ -1,8 +1,8 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $OpenBSD: compile_et.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ -.\" $Header: /cvs/OpenBSD/src/usr.bin/compile_et/compile_et.1,v 1.6 1999/07/07 10:50:07 aaron Exp $ +.\" $OpenBSD: compile_et.1,v 1.7 2000/01/03 00:18:05 aaron Exp $ +.\" $Header: /cvs/OpenBSD/src/usr.bin/compile_et/compile_et.1,v 1.7 2000/01/03 00:18:05 aaron Exp $ .\" .Dd November 22, 1988 .Dt COMPILE_ET 1 @@ -69,7 +69,7 @@ Since uses a very simple parser based on .Xr yacc 1 , its error recovery leaves much to be desired. -.Sh "SEE ALSO" +.Sh SEE ALSO .Xr yacc 1 , .Xr com_err 3 .Pp |