Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/gpioctl Use Cm to mark up command arguments. Use An...



details:   https://anonhg.NetBSD.org/src/rev/a237082b6d95
branches:  trunk
changeset: 768890:a237082b6d95
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 28 17:10:37 2011 +0000

description:
Use Cm to mark up command arguments. Use An -nosplit to avoid linebreak in sentence.

diffstat:

 usr.sbin/gpioctl/gpioctl.8 |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r 6c13a63d7317 -r a237082b6d95 usr.sbin/gpioctl/gpioctl.8
--- a/usr.sbin/gpioctl/gpioctl.8        Sun Aug 28 16:33:51 2011 +0000
+++ b/usr.sbin/gpioctl/gpioctl.8        Sun Aug 28 17:10:37 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpioctl.8,v 1.9 2011/08/28 07:48:50 mbalmer Exp $
+.\" $NetBSD: gpioctl.8,v 1.10 2011/08/28 17:10:37 wiz Exp $
 .\"
 .\" Copyright (c) 2009, 2010, 2011 Marc Balmer <marc%msys.ch@localhost>
 .\" Copyright (c) 2004 Alexander Yurchenko <grange%openbsd.org@localhost>
@@ -25,14 +25,14 @@
 .Nm gpioctl
 .Op Fl q
 .Ar device
-attach
+.Cm attach
 .Ar device
 .Ar offset
 .Ar mask
 .Nm gpioctl
 .Op Fl q
 .Ar device
-detach
+.Cm detach
 .Ar device
 .Nm gpioctl
 .Op Fl q
@@ -48,20 +48,20 @@
 .Op Fl q
 .Ar device
 .Ar pin
-pulse
+.Cm pulse
 .Op Ar frequency Op Ar duty cycle
 .Nm gpioctl
 .Op Fl q
 .Ar device
 .Ar pin
-set
+.Cm set
 .Op Ar flags
 .Op Ar name
 .Nm gpioctl
 .Op Fl q
 .Ar device
 .Ar pin
-unset
+.Cm unset
 .Sh DESCRIPTION
 The
 .Nm
@@ -222,6 +222,7 @@
 and
 .Nx 4.0 .
 .Sh AUTHORS
+.An -nosplit
 The
 .Nm
 program was written by



Home | Main Index | Thread Index | Old Index