Module Name: src
Committed By: wiz
Date: Mon Feb 26 08:23:44 UTC 2018
Modified Files:
src/share/man/man4: iic.4
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man4/iic.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/iic.4
diff -u src/share/man/man4/iic.4:1.21 src/share/man/man4/iic.4:1.22
--- src/share/man/man4/iic.4:1.21 Mon Feb 26 00:17:40 2018
+++ src/share/man/man4/iic.4 Mon Feb 26 08:23:44 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: iic.4,v 1.21 2018/02/26 00:17:40 pgoyette Exp $
+.\" $NetBSD: iic.4,v 1.22 2018/02/26 08:23:44 wiz Exp $
.\" $OpenBSD: iic.4,v 1.74 2008/09/10 16:13:43 reyk Exp $
.\"
.\" Copyright (c) 2004, 2006 Alexander Yurchenko <[email protected]>
@@ -25,8 +25,8 @@
.Sh SYNOPSIS
.\"
.\" Use the following commands in (t)csh to output the list below (note
-\." the first sed command includes a <space> and <tab> character in each
-\." of the bracket expressions):
+.\" the first sed command includes a <space> and <tab> character in each
+.\" of the bracket expressions):
.\" cd .../src/sys/arch
.\" grep -h '^iic.*at' */conf/* | sort -u -k +3 | sed -e 's,[ ][ ]*, ,g' -e 's, *#.*,,' | sh -c 'while read iic at ic ; do printf ".Cd \"$iic $at %-20s # %s\"\n" "$ic" "`grep \"iic.*at.*$ic\" */conf/* | sed \"s,/.*,,\" | sort -u | tr \"\012\" \ `" ; done' | uniq | tee /tmp/x
.\" cat /tmp/x