add conversion of 3n => 3N
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 17 May 1986 01:04:04 +0000 (17:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 17 May 1986 01:04:04 +0000 (17:04 -0800)
SCCS-vsn: share/man/man0/tocrc 6.2

usr/src/share/man/man0/tocrc

index 384aa8a..9a60261 100644 (file)
@@ -4,7 +4,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)tocrc       6.1 (Berkeley) %G%
+#      @(#)tocrc       6.2 (Berkeley) %G%
 #
 tmp=/tmp/toc$$
 trap "rm $tmp ; exit" 2 3 15
 #
 tmp=/tmp/toc$$
 trap "rm $tmp ; exit" 2 3 15
@@ -69,6 +69,7 @@ else case $1 in
                        -e 's/(1g)/(1G)/' \
                        -e 's/(3c)/(3C)/' \
                        -e 's/(3m)/(3M)/' \
                        -e 's/(1g)/(1G)/' \
                        -e 's/(3c)/(3C)/' \
                        -e 's/(3m)/(3M)/' \
+                       -e 's/(3n)/(3N)/' \
                        -e 's/(3s)/(3S)/' \
                        -e 's/(3x)/(3X)/' \
                        -e 's/(3f)/(3F)/' \
                        -e 's/(3s)/(3S)/' \
                        -e 's/(3x)/(3X)/' \
                        -e 's/(3f)/(3F)/' \