diff options
author | 2010-10-18 14:48:49 +0000 | |
---|---|---|
committer | 2010-10-18 14:48:49 +0000 | |
commit | 1051a0ba53aa7face0274a0218a822d0a4869b9d (patch) | |
tree | ac7d633be7b171f34985d50f33dcb95ecf0cb1a9 | |
parent | do not talk about PSD/USD; (diff) | |
download | wireguard-openbsd-1051a0ba53aa7face0274a0218a822d0a4869b9d.tar.xz wireguard-openbsd-1051a0ba53aa7face0274a0218a822d0a4869b9d.zip |
more usd/psd stuff lurking...
-rw-r--r-- | share/man/man7/hier.7 | 13 | ||||
-rw-r--r-- | usr.bin/dc/dc.1 | 10 |
2 files changed, 4 insertions, 19 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 077b7875e15..81052521773 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.87 2010/09/22 13:10:05 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.88 2010/10/18 14:48:49 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: September 22 2010 $ +.Dd $Mdocdate: October 18 2010 $ .Dt HIER 7 .Os .Sh NAME @@ -412,15 +412,6 @@ manuals. .Bl -tag -width html/ -compact .It html/ HTML documentation. -.It psd/ -.Ux -Programmer's Supplementary Documents (PSD). -.It smm/ -.Ux -System Manager's Manuals (SMM). -.It usd/ -.Ux -User's Supplementary Documents (USD). .El .Pp .It games/ diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index 1d0ab3ddb38..8c6e35f87b9 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.1,v 1.25 2010/09/19 21:30:04 jmc Exp $ +.\" $OpenBSD: dc.1,v 1.26 2010/10/18 14:48:49 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" .\" @(#)dc.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: October 18 2010 $ .Dt DC 1 .Os .Sh NAME @@ -498,12 +498,6 @@ operator. .El .Sh SEE ALSO .Xr bc 1 -.Rs -.%B USD:05 -.%A L. L. Cherry -.%A R. Morris -.%T "DC \- An Interactive Desk Calculator" -.Re .Sh STANDARDS The arithmetic operations of the .Nm |