Mon Apr 25 22:47:27 2011 UTC ()
Markup consistency, from YOMURA Masanori. Add serial comma.


(wiz)
diff -r1.24 -r1.25 src/lib/libedit/editrc.5

cvs diff -r1.24 -r1.25 src/lib/libedit/editrc.5 (expand / switch to unified diff)

--- src/lib/libedit/editrc.5 2009/04/11 22:17:52 1.24
+++ src/lib/libedit/editrc.5 2011/04/25 22:47:27 1.25
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: editrc.5,v 1.24 2009/04/11 22:17:52 wiz Exp $ 1.\" $NetBSD: editrc.5,v 1.25 2011/04/25 22:47:27 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn. 6.\" This file was contributed to The NetBSD Foundation by Luke Mewburn.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -184,27 +184,28 @@ if it has any, notably @@ -184,27 +184,28 @@ if it has any, notably
184.Sq \e 184.Sq \e
185and 185and
186.Sq ^ . 186.Sq ^ .
187.It Ic echotc Oo Fl sv Oc Ar arg Ar ... 187.It Ic echotc Oo Fl sv Oc Ar arg Ar ...
188Exercise terminal capabilities given in 188Exercise terminal capabilities given in
189.Ar arg Ar ... . 189.Ar arg Ar ... .
190If 190If
191.Ar arg 191.Ar arg
192is 192is
193.Sq baud , 193.Sq baud ,
194.Sq cols , 194.Sq cols ,
195.Sq lines , 195.Sq lines ,
196.Sq rows , 196.Sq rows ,
197.Sq meta or 197.Sq meta ,
 198or
198.Sq tabs , 199.Sq tabs ,
199the value of that capability is printed, with 200the value of that capability is printed, with
200.Dq yes 201.Dq yes
201or 202or
202.Dq no 203.Dq no
203indicating that the terminal does or does not have that capability. 204indicating that the terminal does or does not have that capability.
204.Pp 205.Pp
205.Fl s 206.Fl s
206returns an empty string for non-existent capabilities, rather than 207returns an empty string for non-existent capabilities, rather than
207causing an error. 208causing an error.
208.Fl v 209.Fl v
209causes messages to be verbose. 210causes messages to be verbose.
210.It Ic edit Op Li on | Li off 211.It Ic edit Op Li on | Li off