Another round of various man page cleanups.

This commit is contained in:
Mike Pritchard 1996-02-09 17:25:57 +00:00
parent 6fad16fd59
commit c4c23c4df8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14004
19 changed files with 15 additions and 30 deletions

View File

@ -38,7 +38,7 @@
.Dt UTF2 4
.Os
.Sh NAME
.Nm UTF2
.Nm utf2
.Nd "Universal character set Transformation Format encoding of runes
.Sh SYNOPSIS
\fBENCODING "UTF2"\fP

View File

@ -38,7 +38,7 @@
.Dt UTF2 4
.Os
.Sh NAME
.Nm UTF2
.Nm utf2
.Nd "Universal character set Transformation Format encoding of runes
.Sh SYNOPSIS
\fBENCODING "UTF2"\fP

View File

@ -140,7 +140,6 @@ variable
The caller is not the super-user.
.El
.Sh SEE ALSO
.Xr kadb 4 ,
.Xr crash 8 ,
.Xr halt 8 ,
.Xr init 8 ,

View File

@ -90,7 +90,6 @@ user's mailbox directory
.El
.Sh SEE ALSO
.Xr mail 1 ,
.Xr xsend 1 ,
.Xr flock 2 ,
.Xr getservbyname 3 ,
.Xr comsat 8 ,

View File

@ -271,7 +271,6 @@ file system table
.Xr mount_fdesc 8 ,
.Xr mount_kernfs 8 ,
.Xr mount_lfs 8 ,
.Xr mount_lofs 8 ,
.Xr mount_mfs 8 ,
.Xr mount_nfs 8 ,
.Xr mount_null 8 ,

View File

@ -271,7 +271,6 @@ file system table
.Xr mount_fdesc 8 ,
.Xr mount_kernfs 8 ,
.Xr mount_lfs 8 ,
.Xr mount_lofs 8 ,
.Xr mount_mfs 8 ,
.Xr mount_nfs 8 ,
.Xr mount_null 8 ,

View File

@ -123,8 +123,7 @@ It is not meant for production use. The implementation is not very
sophisticated.
.Sh SEE ALSO
.Xr mount 8 ,
.Xr mount_null 8 ,
.Xr mount_lofs 8
.Xr mount_null 8
.Sh HISTORY
The
.Nm mount_umap

View File

@ -123,8 +123,7 @@ It is not meant for production use. The implementation is not very
sophisticated.
.Sh SEE ALSO
.Xr mount 8 ,
.Xr mount_null 8 ,
.Xr mount_lofs 8
.Xr mount_null 8
.Sh HISTORY
The
.Nm mount_umap

View File

@ -85,8 +85,6 @@ See the
man page for possible options and their meanings.
.It Fl r
Hide the lower layer completely in the same way as mounting with
.Xr mount_lofs 8
or
.Xr mount_null 8 .
.El
.Pp
@ -182,7 +180,6 @@ accessible via
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8 ,
.Xr mount_lofs 8 ,
.Xr mount_null 8
.Sh BUGS
Without whiteout support from the filesystem backing the upper layer,

View File

@ -85,8 +85,6 @@ See the
man page for possible options and their meanings.
.It Fl r
Hide the lower layer completely in the same way as mounting with
.Xr mount_lofs 8
or
.Xr mount_null 8 .
.El
.Pp
@ -182,7 +180,6 @@ accessible via
.Xr unmount 2 ,
.Xr fstab 5 ,
.Xr mount 8 ,
.Xr mount_lofs 8 ,
.Xr mount_null 8
.Sh BUGS
Without whiteout support from the filesystem backing the upper layer,

View File

@ -23,13 +23,13 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id: lkm.4,v 1.4 1996/01/17 21:07:38 wollman Exp $
.\" $Id: lkm.4,v 1.5 1996/01/30 13:51:07 mpp Exp $
.\"
.Dd January 17, 1996
.Dt LKM 4
.Os FreeBSD 2.0
.Sh NAME
.Nm LKM
.Nm lkm
.Nd loadable kernel module facility
.Sh DESCRIPTION
Loadable kernel modules allow the system administrator to

View File

@ -35,7 +35,7 @@
.Dt TP 4
.Os
.Sh NAME
.Nm TP
.Nm tp
.Nd
.Tn ISO
Transport Protocol

View File

@ -5,6 +5,7 @@ MAN5= a.out.5 acct.5 core.5 dir.5 disktab.5 ethers.5 fs.5 fbtab.5 fstab.5 \
group.5 hosts.5 link.5 networks.5 passwd.5 phones.5 printcap.5 \
procfs.5 protocols.5 remote.5 resolver.5 services.5 shells.5 \
stab.5 sysconfig.5 types.5 utmp.5
MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5
MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5 \
resolver.5 resolv.conf.5
.include <bsd.prog.mk>

View File

@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)a.out.5 8.1 (Berkeley) 6/5/93
.\" $Id: a.out.5,v 1.2 1994/12/23 22:41:45 nate Exp $
.\" $Id: a.out.5,v 1.3 1996/01/30 13:51:30 mpp Exp $
.\"
.Dd June 5, 1993
.Dt A.OUT 5
@ -435,7 +435,6 @@ is always 4 on 32-bit machines.
.Xr execve 2 ,
.Xr nlist 3 ,
.Xr core 5 ,
.Xr dbx 5 ,
.Xr stab 5 ,
.Xr link 5
.Sh HISTORY

View File

@ -98,8 +98,6 @@ The size of a ``page'' is given by the constant
(also from
.Aq Pa sys/param.h ) .
.Sh SEE ALSO
.Xr adb 1 ,
.Xr dbx 1 ,
.Xr gdb 1 ,
.Xr kgdb 1 ,
.Xr sigaction 2 ,

View File

@ -210,7 +210,6 @@ compiled files:
.Sh SEE ALSO
.Xr as 1 ,
.Xr ld 1 ,
.Xr dbx 1 ,
.Xr a.out 5
.Sh BUGS
.Pp

View File

@ -18,9 +18,9 @@ CFLAGS += -DKEYCAP_PATH=\"$(CAPPATH)\"
SRCS = keycap.c
MAN3 = keycap.${MAN3EXT}
MLINKS+= keycap.${MAN3EXT} kgetent.${MAN3EXT} \
keycap.${MAN3EXT} keygetnum.${MAN3EXT} \
keycap.${MAN3EXT} keygetflag.${MAN3EXT} \
keycap.${MAN3EXT} ketgetstr.${MAN3EXT}
keycap.${MAN3EXT} kgetnum.${MAN3EXT} \
keycap.${MAN3EXT} kgetflag.${MAN3EXT} \
keycap.${MAN3EXT} kgetstr.${MAN3EXT}
MAN5 = man5/keycap.${MAN5EXT}
#CLEANFILES+= keycap.0 man5/keycap.0

View File

@ -36,5 +36,5 @@ otherwise.
.BI "\-c " cutoffyear
Cut off the verbose output near the start of the given year.
.SH "SEE ALSO"
newctime(3), tzfile(5), zic(8)
ctime(3), tzfile(5), zic(8)
.\" @(#)zdump.8 7.2

View File

@ -408,5 +408,5 @@ the earliest transition time recorded in the compiled file is correct.
.SH FILE
/usr/share/zoneinfo standard directory used for created files
.SH "SEE ALSO"
newctime(3), tzfile(5), zdump(8)
ctime(3), tzfile(5), zdump(8)
.\" @(#)zic.8 7.7