代码搜索:mDOC

找到约 146 项符合「mDOC」的源代码

代码结果 146
www.eeworm.com/read/229812/4753072

mdoc zip_unchange.mdoc

.\" $NiH: zip_unchange.mdoc,v 1.11 2005/06/09 21:14:54 wiz Exp $ .\" .\" zip_unchange.mdoc -- undo changes to file in zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\"
www.eeworm.com/read/229812/4753073

mdoc zip_add.mdoc

.\" $NiH: zip_add.mdoc,v 1.9 2005/06/09 21:14:54 wiz Exp $ .\" .\" zip_add.mdoc -- add files to zip archive .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\" .\" This file is part
www.eeworm.com/read/229812/4753075

mdoc zip_fclose.mdoc

.\" $NiH: zip_fclose.mdoc,v 1.9 2005/06/09 21:14:54 wiz Exp $ .\" .\" zip_fclose.mdoc -- close file in zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\" .\" This file
www.eeworm.com/read/229812/4753085

mdoc zip_fread.mdoc

.\" $NiH: zip_fread.mdoc,v 1.9 2005/06/09 21:14:54 wiz Exp $ .\" .\" zip_fread.mdoc -- read from file .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\" .\" This file is part of li
www.eeworm.com/read/229812/4753090

mdoc zip_errors.mdoc

.\" $NiH: zip_errors.mdoc,v 1.6 2005/06/09 21:14:54 wiz Exp $ .\" .\" zip_errors.mdoc -- list of all libzip error codes .\" Copyright (C) 2004, 2005 Dieter Baron and Thomas Klausner .\" .\" This
www.eeworm.com/read/229812/4753091

mdoc zip_delete.mdoc

.\" $NiH: zip_delete.mdoc,v 1.11 2005/06/09 21:14:54 wiz Exp $ .\" .\" zip_delete.mdoc -- delete files from zip archive .\" Copyright (C) 2003, 2005 Dieter Baron and Thomas Klausner .\" .\" This
www.eeworm.com/read/103666/15726899

mdoc libnids.3.mdoc

.\" libnids manpage by Dug Song .Dd Dec 21, 1999 .Dt PCAP 3 .Os .Sh NAME .Nm libnids .Nd network intrusion detection system E-box library .Sh SYNOPSIS .Fd #include .Pp .D
www.eeworm.com/read/276123/10762518

txt versions.txt

******************************************************************************* * * * DOC Driver for Linux 2.6
www.eeworm.com/read/441132/7675541

pl mdoc2man.pl

#!/usr/bin/perl ### ### Quick usage: mdoc2man.pl < mdoc_manpage.8 > man_manpage.8 ### ### ### Copyright (c) 2001 University of Illinois Board of Trustees ### Copyright (c) 2001 Mark D. Roth ### Al
www.eeworm.com/read/225994/14505746

awk mdoc2man.awk

#!/usr/bin/awk # # Version history: # v3, I put the program under a proper license # Dan Nelson added .An, .Aq and fixed a typo # v2, fixed to work on GNU awk --posix